BgpSession interface
The properties that define a BGP session.
Properties
max |
The maximum number of prefixes advertised over the IPv4 session. |
max |
The maximum number of prefixes advertised over the IPv6 session. |
md5Authentication |
The MD5 authentication key of the session. |
microsoft |
The IPv4 session address on Microsoft's end. |
microsoft |
The IPv6 session address on Microsoft's end. |
peer |
The IPv4 session address on peer's end. |
peer |
The IPv6 session address on peer's end. |
session |
The IPv4 prefix that contains both ends' IPv4 addresses. |
session |
The IPv6 prefix that contains both ends' IPv6 addresses. |
session |
The state of the IPv4 session. NOTE: This property will not be serialized. It can only be populated by the server. |
session |
The state of the IPv6 session. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
maxPrefixesAdvertisedV4
The maximum number of prefixes advertised over the IPv4 session.
maxPrefixesAdvertisedV4?: number
Property Value
number
maxPrefixesAdvertisedV6
The maximum number of prefixes advertised over the IPv6 session.
maxPrefixesAdvertisedV6?: number
Property Value
number
md5AuthenticationKey
The MD5 authentication key of the session.
md5AuthenticationKey?: string
Property Value
string
microsoftSessionIPv4Address
The IPv4 session address on Microsoft's end.
microsoftSessionIPv4Address?: string
Property Value
string
microsoftSessionIPv6Address
The IPv6 session address on Microsoft's end.
microsoftSessionIPv6Address?: string
Property Value
string
peerSessionIPv4Address
The IPv4 session address on peer's end.
peerSessionIPv4Address?: string
Property Value
string
peerSessionIPv6Address
The IPv6 session address on peer's end.
peerSessionIPv6Address?: string
Property Value
string
sessionPrefixV4
The IPv4 prefix that contains both ends' IPv4 addresses.
sessionPrefixV4?: string
Property Value
string
sessionPrefixV6
The IPv6 prefix that contains both ends' IPv6 addresses.
sessionPrefixV6?: string
Property Value
string
sessionStateV4
The state of the IPv4 session. NOTE: This property will not be serialized. It can only be populated by the server.
sessionStateV4?: string
Property Value
string
sessionStateV6
The state of the IPv6 session. NOTE: This property will not be serialized. It can only be populated by the server.
sessionStateV6?: string
Property Value
string