BgpStatistics class
Retrieves BGP peering message and route advertisement statistics.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class BgpStatistics
{
string RoutingDomain;
string PeerName;
datetime TcpConnectionEstablished;
datetime TcpConnectionClosed;
BgpMessageStatistics OpenMessage;
BgpMessageStatistics UpdateMessage;
BgpMessageStatistics NotificationMessage;
BgpMessageStatistics KeepAliveMessage;
BgpMessageStatistics RouteRefreshMessage;
BgpRouteCounter IPv4Route;
BgpRouteCounter IPv6Route;
};
Members
The BgpStatistics class has these types of members:
Properties
The BgpStatistics class has these properties.
-
IPv4Route
-
-
Data type: BgpRouteCounter
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("BgpRouteCounter")
Gets the statistics for IPv4 BGP Route advertisements.
-
-
IPv6Route
-
-
Data type: BgpRouteCounter
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("BgpRouteCounter")
A BgpRouteCounter embedded instance for IPv6 BGP Route advertisements.
-
-
KeepAliveMessage
-
-
Data type: BgpMessageStatistics
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("BgpMessageStatistics")
A BgpMessageStatistics embedded instance for the BGP KEEP-ALIVE message.
-
-
NotificationMessage
-
-
Data type: BgpMessageStatistics
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("BgpMessageStatistics")
A BgpMessageStatistics embedded instance for the BGP NOTIFICATION message.
-
-
OpenMessage
-
-
Data type: BgpMessageStatistics
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("BgpMessageStatistics")
A BgpMessageStatistics embedded instance for the BGP OPEN message.
-
-
PeerName
-
-
Data type: string
-
Access type: Read-only
The BGP peer name.
-
-
RouteRefreshMessage
-
-
Data type: BgpMessageStatistics
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("BgpMessageStatistics")
A BgpMessageStatistics embedded instance for the BGP ROUTE-REFRESH message.
-
-
RoutingDomain
-
-
Data type: string
-
Access type: Read-only
The user defined alphanumeric ID of the BGP routing domain.
Note
This property is only used with multi-tenant deployments.
-
-
TcpConnectionClosed
-
-
Data type: datetime
-
Access type: Read-only
The timestamp of the last TCP connection that was closed.
-
-
TcpConnectionEstablished
-
-
Data type: datetime
-
Access type: Read-only
The timestamp of the last TCP connection that was established.
-
-
UpdateMessage
-
-
Data type: BgpMessageStatistics
-
Access type: Read-only
-
Qualifiers: EmbeddedInstance ("BgpMessageStatistics")
A BgpMessageStatistics embedded instance for the BGP UPDATE message.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|