| Overview | Package | Class | Deprecated | Help |
| Properties | |
|---|---|
| lbmInterval |
The value of tmnxDot1agCfmMepTxLbmInterval specifies the duration, in deciseconds,
between loopback PDU transmissions. A value of zero is only valid if there are 5 or
fewer loopbacks in the test (as defined by dot1agCfmMepTransmitLbmMessages).
type=int default=0 minimum=0 maximum=600 units=deciseconds Displayed(tab/group)=LBM Interval (/MEP Transmit LBM Information) |
| lbmPadOrSize |
This non-deployed property exists in the model to distinguish whether to use
the lbmPadding (tmnxDot1agCfmMepLbmPaddingSize) or mepTransmitLbmDataTlv
(Dot1agCfmmepTransmitLbmDataTlv) property.
type=ethernetoam.LbmPadOrSize default=size Displayed(tab/group)=Data TLV Size or Padding (/MEP Transmit LBM Information) |
| lbmPadding |
The value of tmnxDot1agCfmMepLbmPaddingSize specifies the number of additional
octets inserted into the LBM PDU for the Data TLV padding. If
tmnxDot1agCfmMepLbmPaddingSize is set to zero (0), no Data TLV will be added to
the LBM PDUs. Note that setting this value is mutually exclusive with setting
dot1agCfmMepTransmitLbmDataTlv.
type=int default=0 minimum=0 maximum=9778 units=bytes Displayed(tab/group)=LBM Padding Size (/MEP Transmit LBM Information) |
| lbmTimeout |
The value of tmnxDot1agCfmMepTxLbmTimeout specifies the duration, in seconds,
a loopback PDU sent by the node is considered to be timed out.
type=int default=5 minimum=1 maximum=10 units=seconds Displayed(tab/group)=LBM Timeout (/MEP Transmit LBM Information) |
| mepLbrBadMsdu |
Specifies number incorrect LB messages received.
type=int access=read-only default=0 |
| mepLbrIn |
Specifies the number of received loopback.
type=int access=read-only default=0 |
| mepLbrInOutOfOrder |
Specifies the number of valid, out of order LB.
type=int access=read-only default=0 |
| mepLbrOut |
Specifies the number of loopback replies transmitted.
type=int access=read-only default=0 |
| mepTransmitLbmDataTlv |
Specifies the size of the loopback message.
type=int default=0 minimum=0 maximum=1500 units=bytes Displayed(tab/group)=Data Size (/MEP Transmit LBM Information) |
| mepTransmitLbmDestMacAddress |
Specifies the destination MAC address for the LB.
DEPRECATED: 7.0R4 - OBSOLETE: Use AbstractCfmDiagnostic.mepTargetMacAddr instead type=MacAddress default=00-00-00-00-00-00 |
| mepTransmitLbmMessages |
Specifies the number of loopback messages to be transmitted.
type=int default=1 minimum=1 maximum=5 Displayed(tab/group)=Number of Test Packets (/MEP Transmit LBM Information) |
| mepTransmitLbmResultOK |
Specifies LBM result
type=boolean access=read-only default=false |
| mepTransmitLbmStatus |
Specifies whether the loopback is currently transmitting.
type=boolean default=false |
| mepTransmitLbmTargetIsMepId |
Specifies if the target is a MEP ID.
type=boolean access=read-only default=false |
| mepTransmitLbmVlanDropEnable |
Drop Enable bit value to be used in the VLAN tag, if present in the transmitted frame
type=boolean default=true Displayed(tab/group)=VLAN Drop Enable (/MEP Transmit LBM Information) |
| mepTransmitLbmVlanPriority |
Specifies the priority of the loopback message.
type=int default=0 minimum=0 maximum=7 Displayed(tab/group)=VLAN Priority (/MEP Transmit LBM Information) |
| multicast |
Set to true for CFM Loopback multicast tests.
type=boolean default=false Displayed(tab/group)=Multicast (/MEP Transmit Information) |
| packetSize |
Specifies the size of the OAM Echo message.
This parameter is optional and is valid only if tmnxOamPingCtlTestMode
has a value of 'sdpPing', 'macPing', 'lspPing', 'vprnPing',
'mfibPing', 'vccvPing', 'icmpPing', 'p2mpLspPing', 'ethCfmLoopback' or
'ethCfmTwoWaySlm'.
The minimum, maximum, and default values for the
tmnxOamPingCtlTestMode cases are:
'ethCfmLoopback' : 0, 1500, 0
'ethCfmTwoWaySlm': 0, 1500, 0
type=int default=0 minimum=0 maximum=1500 units=octets Displayed(tab/group)=Size (Test Parameters/Execution Details) |
| testInterval |
Specifies the interval for this test.
type=int default=10 minimum=10 maximum=1500 units=minutes Displayed(tab/group)=Test Interval (Test Parameters/Execution Details) |
| trapGenerationPolicy |
Specifies when the node sends traps while executing the
test.
type=sas.PingTrapGenerationPolicy default=testCompletion Displayed(tab/group)=Trap Generation (Results Configuration) |
| Properties inherited from ethernetoam.AbstractCfmDiagnostic |
|---|
| maintenanceAssociationId, maintenanceDomainId, mepId, mepIdEnabled, mepTargetMacAddr, mepTargetMepId, originatingMep, originatingNode, serviceId, serviceType, siteId, targetMep, targetName, toNodeId |
| Properties inherited from ethernetoam.AbstractCfmTest |
|---|
| globalMA |
| Properties inherited from sas.PseudoTest |
|---|
| assurance, fcQueue, forwardingClass, maxHistoryRows, packetFailureThreshold, packetInterval, packetTimeout, packetsToSend, profile, testFailureThreshold |
| Properties inherited from sas.AbstractTest |
|---|
| administrativeState, description, displayedName, failures, globalId, id, lastRunResult, runs, weight |
| Properties inherited from ManagedObject |
|---|
| actionMask, children-Set, deploymentState, isFaultSquelched, name, objectFullName, selfAlarmed |
| Methods |
|---|
deployer
: Deployer - the deployment state
synchronousDeploy
: boolean - (Optional) Specify whether to block until the changes have been fully deployed to the network. A value of "true" means to block. A value of "false" means to return immediately. Default: false (asynchronous)
clearOnDeployFailure
: boolean - (Optional) Specify whether to clear any failed deployers. A value of "true" means to clear. A value of "false" means to leave the failed deployer. Default: false
deployRetries
: int - (Optional) The number of times to attempt re-deployment during synchronous deployment. This parameter is meaningless in the asynchronous case. Default: 0
deployRetryInterval
: long - (Optional) The number of milliseconds to wait between deployment retries. This parameter is meaningless in the asynchronous case. Default: 0
taskDescription
: string - (Optional) A user friendly description of what the operation does. This information will be used by the task manager.
instanceFullName
: string - the full name of the object.
continueOnFailure
: continueOnFailure - (Optional) Continue processing requests in this stream if an exception occurs, unless the request is invalid. Default: false| Methods inherited from sas.Test |
|---|
| adhocExecuteAndWait, executeAndWait, setNeSchedulableAdminState |
| Methods inherited from sas.AbstractTest |
|---|
| execute, stop |