Get-VDUplinkLacpPolicy
This cmdlet retrieves the Link Aggregation Control Protocol policy for uplink ports. For uplink port group and vSphere distributed switch parameter sets, the default port policy at the uplink port group or switch level is retrieved.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
VDPort | VDPort[] | named |
|
Specifies the uplink port for which you want to retrieve the Link Aggregation Control Protocol policy. |
optional | ProgressAction | ActionPreference | named |
|
Output
VMware.VimAutomation.Vds.Types.V1.Policy.UplinkLacpPolicyExamples
Example 1
Get-VDSwitch "MyVDSwitch" | Get-VDUplinkLacpPolicy
Retrieves the Link Aggregation Control Protocol policy of a vSphere distributed switch named "MyVDSwitch".
Example 2
Get-VDSwitch "MyVDSwitch" | Get-UplinkPortgroup "MyVDPortgroup" | Get-VDUplinkLacpPolicy
Retrieves the Link Aggregation Control Protocol policy of an uplink port group named "MyUplinkPortgroup" inside a vSphere distributed switch named "MyVDSwitch".
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.