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.
|
long |
getTotalPrefixes()
Prefixes installed under Effective-Rib-In for a BGP neighbor.
|
boolean |
isActive()
Indicates whether this instance is being actively managed and updated.
|
getInstanceIdentifier
boolean isActive()
@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 © 2019 OpenDaylight. All rights reserved.