Get-VDUplinkTeamingPolicy
This cmdlet retrieves the uplink teaming policy for distributed ports. For distributed port group and vSphere distributed switch parameter sets, the default port policy at the distributed port group or switch level is retrieved.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
VDPort | VDPort[] | named |
|
Specifies the distributed port for which you want to retrieve the uplink teaming policy. |
optional | ProgressAction | ActionPreference | named |
|
Output
VMware.VimAutomation.Vds.Types.V1.UplinkTeamingPolicyExamples
Example 1
Get-VDSwitch "MyVDSwitch" | Get-VDUplinkTeamingPolicy
Retrieves the uplink teaming policy of a vSphere distributed switch named "MyVDSwitch".
Example 2
Get-VDPortgroup "MyVDPortgroup" | Get-VDPort | Get-VDUplinkTeamingPolicy
Retrieves the uplink teaming policy of all ports inside a distributed port group named "MyVDPortgroup".
Related Commands
VDUplinkLacpPolicy
This cmdlet retrieves the Link Aggregation Control Protocol policy for uplink ports.
This cmdlet modifies the Link Aggregation Control Protocol policy for uplink ports.
VDUplinkTeamingPolicy
This cmdlet retrieves the uplink teaming policy for distributed ports.
This cmdlet modifies the uplink teaming policy for distributed ports.