Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a new BGP router to the specified tenant.
Syntax
uint32 Add(
  [in]  string          BgpIdentifier,
  [in]  uint32          LocalASN,
  [in]  uint32          IPv6Routing,
  [in]  boolean         CompareMEDAcrossASN,
  [in]  boolean         DefaultGatewayRouting,
  [in]  boolean         PassThru,
  [in]  boolean         Force,
  [in]  string          RoutingDomain,
  [in]  string          LocalIPv6Address,
  [in]  uint32          TransitRouting,
  [in]  uint32          RouteReflector,
  [in]  uint32          ClusterId,
  [in]  uint32          ClientToClientReflection,
  [out] BgpRouterConfig cmdletOutput
);
Parameters
- 
BgpIdentifier [in]
 - 
The IPv4 address of the new BGP router.
 - 
LocalASN [in]
 - 
The local Autonomous System Number (ASN) of the new BGP router instance.
 - 
IPv6Routing [in]
 - 
Indicates whether IPv6 routing is enabled for the new BGP router.
 - 
CompareMEDAcrossASN [in]
 - 
Indicates whether to enable the BGP router to compare multi-exit discriminator (MED) values across autonomous systems. True to enable to router to compare MED values across autonomous systems; otherwise false.
 - 
DefaultGatewayRouting [in]
 - 
Indicates whether the BGP router routes network traffic to the default internet gateway. True to route network traffic to the default internet gateway; otherwise false.
 - 
PassThru [in]
 - 
Indicates whether the cmdletOutput parameter returns an object. True to return an object; otherwise false.
 - 
Force [in]
 - 
Set True for no confirmation prompt before adding the configuration for the router.
Windows Server 2012 R2: This parameter is not supported before Windows Server 2016.
 - 
RoutingDomain [in]
 - 
The user-defined unique alphanumeric ID of the routing domain.
 - 
LocalIPv6Address [in]
 - 
The IPv6 IP address of the next-hop value for IPv6 route advertisements.
 - 
TransitRouting [in]
 - 
whether Transit routing is enabled .
Windows Server 2012 R2: This parameter is not supported before Windows Server 2016.
 - 
RouteReflector [in]
 - 
Whether the BGP router acts as a route reflector.
Windows Server 2012 R2: This parameter is not supported before Windows Server 2016.
 - 
ClusterId [in]
 - 
The cluster id of the route reflector.
Windows Server 2012 R2: This parameter is not supported before Windows Server 2016.
 - 
ClientToClientReflection [in]
 - 
Whether client to client reflection is enabled.
Windows Server 2012 R2: This parameter is not supported before Windows Server 2016.
 - 
cmdletOutput [out]
 - 
The BgpRouterConfig object that receives the new BGP router.
 
Requirements
| Minimum supported client | 
None supported | 
| Minimum supported server | 
Windows Server 2012 R2 | 
| Namespace | 
Root\Microsoft\Windows\RemoteAccess | 
| MOF | 
  | 
| DLL | 
  |