public interface RemoteMepEntry
Modifier and Type | Interface and Description |
---|---|
static class |
RemoteMepEntry.InterfaceStatusTlvType
Interface Status TLV types.
|
static class |
RemoteMepEntry.PortStatusTlvType
Port Status TLV types.
|
static interface |
RemoteMepEntry.RemoteMepEntryBuilder
Builder for
RemoteMepEntry . |
static class |
RemoteMepEntry.RemoteMepState
Remote MEP States.
|
Modifier and Type | Method and Description |
---|---|
java.time.Duration |
failedOrOkTime()
Get the time since Remote MEP last entered either RMEP_FAILED or RMEP_OK state.
|
RemoteMepEntry.InterfaceStatusTlvType |
interfaceStatusTlvType()
Get the Interface Status TLV from the last CCM received from the remote MEP.
|
MacAddress |
macAddress()
Get the MAC address of the remote MEP or 0 if no CCM has been received.
|
RemoteMepEntry.PortStatusTlvType |
portStatusTlvType()
Get the Port Status TLV from the last CCM received from the remote MEP.
|
boolean |
rdi()
A Boolean value indicating the state of the RDI bit in the last received CCM.
|
MepId |
remoteMepId() |
SenderIdTlv.SenderIdTlvType |
senderIdTlvType()
Get the Sender ID TLV type from the last CCM received from the remote MEP or default.
|
RemoteMepEntry.RemoteMepState |
state()
Get the operational state of a Remote MEP state machine for a remote MEP.
|
MepId remoteMepId()
RemoteMepEntry.RemoteMepState state()
java.time.Duration failedOrOkTime()
MacAddress macAddress()
boolean rdi()
RemoteMepEntry.PortStatusTlvType portStatusTlvType()
RemoteMepEntry.InterfaceStatusTlvType interfaceStatusTlvType()
SenderIdTlv.SenderIdTlvType senderIdTlvType()