RemoteAccessBgpPeerConfig class

Manages a Border Gateway Protocol (BGP) Peer Connection State.

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 RemoteAccessBgpPeerConfig
{
  string  RoutingDomain;
  string  Peer[];
  boolean PeerStaus[];
};

Members

The RemoteAccessBgpPeerConfig class has these types of members:

Properties

The RemoteAccessBgpPeerConfig class has these properties.

Peer

Data type: string array

Access type: Read/write

The IP address of the peer

PeerStaus

Data type: boolean array

Access type: Read/write

The connection state of the peer

RoutingDomain

Data type: string

Access type: Read/write

The name of the routing domain

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

RAMgmtPSProvider Provider Classes