public interface MepEntry extends Mep
Modifier and Type | Interface and Description |
---|---|
static class |
MepEntry.FngState
States of Fault Notification Generator.
|
static interface |
MepEntry.MepEntryBuilder
Builder for
MepEntry . |
Mep.FaultDefectType, Mep.FngAddress, Mep.FngAddressType, Mep.LowestFaultDefect, Mep.MepBuilder, Mep.MepDirection, Mep.Priority
Modifier and Type | Method and Description |
---|---|
boolean |
activeErrorCcmDefect()
Get flag indicating that erroneous CCMs are being received from some MEP in this MEP’s MA.
|
boolean |
activeMacStatusDefect()
Get flag indicating that a Port Status or Interface Status TLV is indicating an error condition.
|
boolean |
activeRdiCcmDefect()
Get flag indicating that some other MEP in this MEP’s MA is transmitting the RDI bit.
|
boolean |
activeRemoteCcmDefect()
Get flag indicating that CCMs are not being received from at least one of the configured remote MEPs.
|
java.util.Collection<RemoteMepEntry> |
activeRemoteMepList()
Get the list of active Remote MEPs.
|
boolean |
activeXconCcmDefect()
Get flag indicating indicating that CCMs are being received from a MEP that could be in some other MA.
|
int |
ccmSequenceErrorCount()
Get the total number of out-of-sequence CCMs received.
|
java.util.Collection<DelayMeasurementEntry> |
delayMeasurementList()
Get the list of Delay Measurements for this MEP.
|
MepEntry.FngState |
fngState()
Get the state of the MEPs Fault Notification Generator.
|
Mep.FaultDefectType |
getHighestPriorityDefect()
Get the highest-priority defect that has been present since last FNG reset.
|
byte[] |
lastErrorCcm()
The last-received CCM that triggered a DEF_ERROR_CCM fault.
|
byte[] |
lastXconCcm()
The last-received CCM that triggered a DEF_XCON_CCM fault.
|
MepLtEntry |
linktraceAttributes()
Get the collection of attributes related to linktrace.
|
MepLbEntry |
loopbackAttributes()
Get the collection of attributes related to loopback.
|
java.util.Collection<LossMeasurementEntry> |
lossMeasurementList()
Get the list of Loss Measurements for this MEP.
|
MacAddress |
macAddress()
Get the MAC address of the MEP.
|
int |
totalCcmsTransmitted()
Get the total number of CCMs transmitted.
|
administrativeState, cciEnabled, ccmLtmPriority, defectAbsentTime, defectPresentTime, deviceId, direction, fngAddress, lowestFaultPriorityDefect, maId, mdId, mepId, port, primaryVid, withAdministrativeState, withCciEnabled, withCcmLtmPriority, withDefectAbsentTime, withDefectPresentTime, withFngAddress, withLowestFaultPriorityDefect, withPrimaryVid
MacAddress macAddress()
MepEntry.FngState fngState()
Mep.FaultDefectType getHighestPriorityDefect()
boolean activeRdiCcmDefect()
boolean activeMacStatusDefect()
boolean activeRemoteCcmDefect()
boolean activeErrorCcmDefect()
boolean activeXconCcmDefect()
byte[] lastErrorCcm()
byte[] lastXconCcm()
int ccmSequenceErrorCount()
int totalCcmsTransmitted()
MepLbEntry loopbackAttributes()
MepLtEntry linktraceAttributes()
java.util.Collection<RemoteMepEntry> activeRemoteMepList()
java.util.Collection<DelayMeasurementEntry> delayMeasurementList()
java.util.Collection<LossMeasurementEntry> lossMeasurementList()