BgpPeerStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BGP peer status details.
public class BgpPeerStatus
type BgpPeerStatus = class
Public Class BgpPeerStatus
- Inheritance
-
BgpPeerStatus
Constructors
BgpPeerStatus() |
Initializes a new instance of the BgpPeerStatus class. |
BgpPeerStatus(String, String, Nullable<Int32>, BgpPeerState, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the BgpPeerStatus class. |
Properties
Asn |
Gets the autonomous system number of the remote BGP peer. |
ConnectedDuration |
Gets for how long the peering has been up. |
LocalAddress |
Gets the virtual network gateway's local address. |
MessagesReceived |
Gets the number of BGP messages received. |
MessagesSent |
Gets the number of BGP messages sent. |
Neighbor |
Gets the remote BGP peer. |
RoutesReceived |
Gets the number of routes learned from this peer. |
State |
Gets the BGP peer state. Possible values include: 'Unknown', 'Stopped', 'Idle', 'Connecting', 'Connected' |