public interface BGPPeerState extends RibReference
Modifier and Type | Method and Description |
---|---|
BGPAfiSafiState |
getBGPAfiSafiState()
Afi Safi Operational State
|
BGPErrorHandlingState |
getBGPErrorHandlingState()
Error Handling State
|
BGPGracelfulRestartState |
getBGPGracelfulRestart()
BGP Operational GracelfulRestart State
|
BGPPeerMessagesState |
getBGPPeerMessagesState()
BGP Message Operational State
|
BGPSessionState |
getBGPSessionState()
BGP Session Operational State
|
BGPTimersState |
getBGPTimersState()
BGP Operation Timers State
|
BGPTransportState |
getBGPTransportState()
BGP Operational Transport State
|
String |
getGroupId()
PeerGroup Id
|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress |
getNeighborAddress()
Return Neighbor Key/Address
|
default long |
getTotalPathsCount()
Paths installed under Effective-Rib-In for a BGP neighbor
Represented per Prefixes, the cost of calculate paths per each Prefix on Effective-Rib-in is not worth
at this point, check comment under incrementPrefixesInstalled
|
long |
getTotalPrefixes()
Prefixes installed under Effective-Rib-In for a BGP neighbor
|
getInstanceIdentifier
@Nonnull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getNeighborAddress()
default long getTotalPathsCount()
long getTotalPrefixes()
@Nonnull BGPErrorHandlingState getBGPErrorHandlingState()
@Nonnull BGPAfiSafiState getBGPAfiSafiState()
@Nullable BGPSessionState getBGPSessionState()
@Nullable BGPPeerMessagesState getBGPPeerMessagesState()
@Nullable BGPTimersState getBGPTimersState()
@Nullable BGPTransportState getBGPTransportState()
@Nonnull BGPGracelfulRestartState getBGPGracelfulRestart()
Copyright © 2018 OpenDaylight. All rights reserved.