Set method of the PS_BgpRouteAggregate class

Set-BgpRouteAggregate cmdlet updates the properties of specified Aggregate BGP Route.

Syntax

uint32 Set(
  [in]  string                  RoutingDomain,
  [in]  string                  AttributePolicy[],
  [in]  uint32                  PreserveASPath,
  [in]  string                  Prefix,
  [in]  uint32                  SummaryOnly,
  [in]  boolean                 PassThru,
  [in]  boolean                 Force,
  [out] BgpRouteAggregateConfig cmdletOutput
);

Parameters

RoutingDomain [in]

User-defined unique alphanumeric identifier for the Routing domain / Tenant.

AttributePolicy [in]

List of Policy Names that are to be applied to the Aggregate route to configure its attributes.

PreserveASPath [in]

Flag to keep the aggregated AS Paths in the AS Set of the aggregate IP Address

Prefix [in]

Classless IP address prefix for the aggregate IP Address and its prefix length

SummaryOnly [in]

Flag to indicate that only the aggregate address is to be advertised to peers.

PassThru [in]

true to indicate that the method returns an output object. The default is false.

Force [in]

true for no confirmation prompt for suppressing specific routes in favor of the newly added Aggregate route. The default is false.

cmdletOutput [out]

If PassThru is true, returns an embedded instance of the current object.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
Ramgmtpsprovider.mof
DLL
RAMgmtPSProvider.dll

See also

PS_BgpRouteAggregate