Remove method of the PS_BgpRouteAggregate class

Remove-BgpRouteAggregate cmdlet removes the set of specified Aggregate BGP Routes.

Syntax

uint32 Remove(
  [in] string  RoutingDomain,
  [in] string  Prefix[],
  [in] boolean Force
);

Parameters

RoutingDomain [in]

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

Prefix [in]

List of the aggregate IP Addresses (classless IP address prefixes and their prefix lengths) to be removed from BGP.

Force [in]

Indicates no confirmation prompt for removing Aggregate routes.

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