bgpStatus property
The status of the BGP peer. The following are the possible values:
-
up
: The BGP peer is established. This state does not indicate the state of the routing function. Ensure that you are receiving routes over the BGP session. -
down
: The BGP peer is down. -
unknown
: The BGP peer status is not available.
Implementation
final BGPStatus? bgpStatus;