< Back

Remove-NsxLogicalRouterBridge

Sat Jan 18, 2020 9:23 pm

NAME Remove-NsxLogicalRouterBridge



SYNOPSIS

Removes a bridge instances from the specified Logical Routers bridging

configuration.





SYNTAX

Remove-NsxLogicalRouterBridge [-BridgeInstance] <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 act as the configuration entity for enabling layer 2 bridging

within a NSX environment. Although the Logical Router control VM is not part

of the datapath, it does control which hypervisor is active for a given bridge

instance. A Bridge is configured between a single VD Port Group and a single

Logical Switch



Each Logical Router can define the configuration of multiple bridges.



The Remove-NsxLogicalRouterBridge cmdlet removes the specified bridge

instance from its associated LogicalRouter Bridging Configuration.





PARAMETERS

-BridgeInstance <XmlElement>

The bridge instance to remove as retrieved by Get-NsxLogicalRouterBridge.



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:\\>Get-NsxLogicalRouter LogicalRouter01 | Get-NsxLogicalRouterBridging | Get-NSxLogicalRouterBridge -Name

Bridge1 | Remove-NsxLogicalRouterBridge



Remove the bridge Bridge1 on LogicalRouter01











RELATED LINKS