BgpRouteCounter class
Retrieves counters for Border Gateway Protocol (BGP) routes.
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 BgpRouteCounter
{
uint64 UpdateSentCount;
uint64 UpdateReceivedCount;
uint64 WithdrawlSentCount;
uint64 WithdrawlReceivedCount;
};
Members
The BgpRouteCounter class has these types of members:
Properties
The BgpRouteCounter class has these properties.
-
UpdateReceivedCount
-
-
Data type: uint64
-
Access type: Read-only
The number of BGP route updates received from the peer.
-
-
UpdateSentCount
-
-
Data type: uint64
-
Access type: Read-only
The number of BGP route updates sent to the peer.
-
-
WithdrawlReceivedCount
-
-
Data type: uint64
-
Access type: Read-only
The number of BGP route withdrawals received from the peer.
-
-
WithdrawlSentCount
-
-
Data type: uint64
-
Access type: Read-only
The number of BGP route withdrawals sent to the peer.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|