< Back
Set-NsxLogicalRouterBridging
Post
NAME Set-NsxLogicalRouterBridging
SYNOPSIS
Configures bridging configuration for the specified NSX LogicalRouter.
SYNTAX
Set-NsxLogicalRouterBridging [-LogicalRouterBridging] <XmlElement> [-Confirm] -Enabled [-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 Set-NsxLogicalRouterBridging cmdlet configures the bridge configuration of
the specified LogicalRouter.
PARAMETERS
-LogicalRouterBridging <XmlElement>
LogicalRouter Bridging object as retrieved by Get-NsxLogicalRouterBridging
Required? true
Position? 2
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
-Enabled [<SwitchParameter>]
Enable Bridge support.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Connection <PSObject>
PowerNSX Connection object
Required? false
Position? named
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 BridgeRouter | Get-NsxLogicalRouterBridging | Set-NsxLogicalRouterBridging -Enabled
Enable bridging on the LogicalRouter called BridgeRouter
RELATED LINKS
SYNOPSIS
Configures bridging configuration for the specified NSX LogicalRouter.
SYNTAX
Set-NsxLogicalRouterBridging [-LogicalRouterBridging] <XmlElement> [-Confirm] -Enabled [-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 Set-NsxLogicalRouterBridging cmdlet configures the bridge configuration of
the specified LogicalRouter.
PARAMETERS
-LogicalRouterBridging <XmlElement>
LogicalRouter Bridging object as retrieved by Get-NsxLogicalRouterBridging
Required? true
Position? 2
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
-Enabled [<SwitchParameter>]
Enable Bridge support.
Required? true
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Connection <PSObject>
PowerNSX Connection object
Required? false
Position? named
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 BridgeRouter | Get-NsxLogicalRouterBridging | Set-NsxLogicalRouterBridging -Enabled
Enable bridging on the LogicalRouter called BridgeRouter
RELATED LINKS