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.
|
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.
|
org.onosproject.bgpio.protocol.BgpVersion |
remoteBgpVersion()
Gets the BGP version of peer.
|
boolean isIbgpSession()
short negotiatedholdTime()
BgpId remoteBgpId()
org.onosproject.bgpio.protocol.BgpVersion remoteBgpVersion()
long remoteBgpASNum()
short remoteBgpHoldTime()
int remoteBgpIdentifier()
Copyright © 2015. All rights reserved.