< Back
Remove-NsxLogicalRouterBgpNeighbour
Post
NAME Remove-NsxLogicalRouterBgpNeighbour
SYNOPSIS
Removes a BGP neigbour from the specified ESGs BGP configuration.
SYNTAX
Remove-NsxLogicalRouterBgpNeighbour [-BgpNeighbour] <XmlElement> [-Confirm] [[-Connection] <PSObject>]
[<CommonParameters>]
DESCRIPTION
An NSX Logical Router is a distributed routing function implemented within
the ESXi kernel, and optimised for east west routing.
Logical Routers perform ipv4 and ipv6 routing functions for connected
networks and support both static and dynamic routing via OSPF and BGP.
The Remove-NsxLogicalRouterBgpNeighbour cmdlet removes a BGP neighbour route from the
bgp configuration of the specified LogicalRouter Services Gateway.
Neighbours to be removed can be constructed via a PoSH pipline filter outputing
neighbour objects as produced by Get-NsxLogicalRouterBgpNeighbour and passing them on the
pipeline to Remove-NsxLogicalRouterBgpNeighbour.
PARAMETERS
-BgpNeighbour <XmlElement>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompt for confirmation. Specify as -confirm:$false to disable confirmation prompt
Required? false
Position? named
Default value True
Accept pipeline input? false
Accept wildcard characters? false
-Connection <PSObject>
PowerNSX Connection object
Required? false
Position? 2
Default value $defaultNSXConnection
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove the BGP neighbour 1.1.1.2 from the the logicalrouter LogicalRouter01's bgp configuration
PS C:\\> Get-NsxLogicalRouter LogicalRouter01 | Get-NsxLogicalRouterRouting | Get-NsxLogicalRouterBgpNeighbour |
where-object { $_.ipaddress -eq '1.1.1.2' } | Remove-NsxLogicalRouterBgpNeighbour
RELATED LINKS
SYNOPSIS
Removes a BGP neigbour from the specified ESGs BGP configuration.
SYNTAX
Remove-NsxLogicalRouterBgpNeighbour [-BgpNeighbour] <XmlElement> [-Confirm] [[-Connection] <PSObject>]
[<CommonParameters>]
DESCRIPTION
An NSX Logical Router is a distributed routing function implemented within
the ESXi kernel, and optimised for east west routing.
Logical Routers perform ipv4 and ipv6 routing functions for connected
networks and support both static and dynamic routing via OSPF and BGP.
The Remove-NsxLogicalRouterBgpNeighbour cmdlet removes a BGP neighbour route from the
bgp configuration of the specified LogicalRouter Services Gateway.
Neighbours to be removed can be constructed via a PoSH pipline filter outputing
neighbour objects as produced by Get-NsxLogicalRouterBgpNeighbour and passing them on the
pipeline to Remove-NsxLogicalRouterBgpNeighbour.
PARAMETERS
-BgpNeighbour <XmlElement>
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Prompt for confirmation. Specify as -confirm:$false to disable confirmation prompt
Required? false
Position? named
Default value True
Accept pipeline input? false
Accept wildcard characters? false
-Connection <PSObject>
PowerNSX Connection object
Required? false
Position? 2
Default value $defaultNSXConnection
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Remove the BGP neighbour 1.1.1.2 from the the logicalrouter LogicalRouter01's bgp configuration
PS C:\\> Get-NsxLogicalRouter LogicalRouter01 | Get-NsxLogicalRouterRouting | Get-NsxLogicalRouterBgpNeighbour |
where-object { $_.ipaddress -eq '1.1.1.2' } | Remove-NsxLogicalRouterBgpNeighbour
RELATED LINKS