< Back

Get-NsxBackingPortGroup

Sat Jan 18, 2020 9:01 pm

NAME Get-NsxBackingPortGroup



SYNOPSIS

Gets the PortGroups backing an NSX Logical Switch.





SYNTAX

Get-NsxBackingPortGroup [-LogicalSwitch] <Object> [<CommonParameters>]





DESCRIPTION

NSX Logical switches are backed by one or more Virtual Distributed Switch

portgroups that are the connection point in vCenter for VMs that connect to

the logical switch.



In simpler environments, a logical switch may only be backed by a single

portgroup on a single Virtual Distributed Switch, but the scope of a logical

switch is governed by the transport zone it is created in. The transport

zone may span multiple vSphere clusters that have hosts that belong to

multiple different Virtual Distributed Switches and in this situation, a

logical switch would be backed by a unique portgroup on each Virtual

Distributed Switch.



This cmdlet requires an active and correct PowerCLI connection to the

vCenter server that is registered to NSX. It returns PowerCLI VDPortgroup

objects for each backing portgroup.





PARAMETERS

-LogicalSwitch <Object>



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

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:\\>















RELATED LINKS