Share via


Get method of the PS_BgpStatistics class

Retrieves the BGP peering message and route advertisement statistics for a set of peers.

Syntax

uint32 Get(
  [in]  string        RoutingDomain,
  [in]  string        PeerName[],
  [out] BgpStatistics cmdletOutput[]
);

Parameters

RoutingDomain [in]

The user defined alphanumeric ID of the routing domain that hosts the route advertisement.

PeerName [in]

An array that contains the peer names associated with the statistics.

cmdletOutput [out]

The BgpStatistics object that receives the updates set of statistics.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.Mof
DLL
RAMgmtPSProvider.dll

See also

PS_BgpStatistics