public interface BgpSessionInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIbgpSession()
Gets the bgp session type iBGP/eBGP.
|
short |
negotiatedholdTime()
Gets the negotiated hold time for the session.
|
long |
remoteBgpASNum()
Gets the BGP remote bgp AS number.
|
List<BgpValueType> |
remoteBgpCapability()
Gets the BGP capabilities for this BGP peer.
|
short |
remoteBgpHoldTime()
Gets the BGP peer hold time.
|
BgpId |
remoteBgpId()
Gets the BGP ID of BGP peer.
|
int |
remoteBgpIdentifier()
Gets the BGP version for this bgp peer.
|
BgpVersion |
remoteBgpVersion()
Gets the BGP version of peer.
|
boolean isIbgpSession()
short negotiatedholdTime()
BgpId remoteBgpId()
BgpVersion remoteBgpVersion()
long remoteBgpASNum()
short remoteBgpHoldTime()
int remoteBgpIdentifier()
List<BgpValueType> remoteBgpCapability()