< Back

Get-ArubaSWVlansPorts

Sat Jan 18, 2020 8:38 pm

NAME Get-ArubaSWVlansPorts



SYNOPSIS

Get Vlans Ports about ArubaOS Switch (Provision)





SYNTAX

Get-ArubaSWVlansPorts [[-vlan_id] <Int32>] [[-port_id] <String>] [[-connection] <PSObject>] [<CommonParameters>]





DESCRIPTION

Get Vlans Ports (id, interface and mode)





PARAMETERS

-vlan_id <Int32>



Required? false

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-port_id <String>



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-connection <PSObject>



Required? false

Position? 3

Default value $DefaultArubaSWConnection

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-ArubaSWVlansPorts



Get ALL vlans Ports on the switch









-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-ArubaSWVlansPorts -vlan_id 85



Get All Port on vlan 85









-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-ArubaSWVlansPorts -port_id 10



Get vlan port info about port 10











RELATED LINKS