< Back
Get-NsxLogicalRouterBridge
Post
NAME Get-NsxLogicalRouterBridge
SYNOPSIS
Retrieves bridge instances from the specified NSX LogicalRouter Bridging
configuration.
SYNTAX
Get-NsxLogicalRouterBridge [-LogicalRouterBridging] <XmlElement> [-Name <String>] [<CommonParameters>]
Get-NsxLogicalRouterBridge [-LogicalRouterBridging] <XmlElement> [-BridgeId <Int32>] [<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 Get-NsxLogicalRouterBridge cmdlet retrieves the bridge instances configured
within the specified LogicalRouter Bridging Configuration.
PARAMETERS
-LogicalRouterBridging <XmlElement>
Logical Router Bridging Configuration as returned by Get-NsxLogicalRouterBridging
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Name <String>
Bridge instance name
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-BridgeId <Int32>
Bridge Instance Id
Required? false
Position? named
Default value 0
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
RELATED LINKS
SYNOPSIS
Retrieves bridge instances from the specified NSX LogicalRouter Bridging
configuration.
SYNTAX
Get-NsxLogicalRouterBridge [-LogicalRouterBridging] <XmlElement> [-Name <String>] [<CommonParameters>]
Get-NsxLogicalRouterBridge [-LogicalRouterBridging] <XmlElement> [-BridgeId <Int32>] [<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 Get-NsxLogicalRouterBridge cmdlet retrieves the bridge instances configured
within the specified LogicalRouter Bridging Configuration.
PARAMETERS
-LogicalRouterBridging <XmlElement>
Logical Router Bridging Configuration as returned by Get-NsxLogicalRouterBridging
Required? true
Position? 2
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Name <String>
Bridge instance name
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-BridgeId <Int32>
Bridge Instance Id
Required? false
Position? named
Default value 0
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
RELATED LINKS