Go to main content
Sun Network QDR InfiniBand Gateway Switch Documentation Supplement for Firmware Version 2.2

Exit Print View

Updated: September 2016
 
 

showvlan Command

Displays VLANs.

Syntax

showvlan [–h]

Description

This hardware command displays the VLANs associated to the gateway connectors. The –h option provides help. This table describes each of the columns of the output.

Column Heading
Description
Connector/LAG
LAG name or gateway connector (0A-ETH-1 to 0A-ETH-4 or 1A-ETH-1 to 1A-ETH-4).
VLN
VLAN identifier. A VLAN identifier of 0, -1, or NO indicates that there is no VLAN assigned.
PKEY
The combination of the P_Key and the P_Key membership bit. The P_Key membership bit is the most significant bit of the two-byte value assigned to the respective P_Key.
To simplify, subtract 0x8000 from the value seen in the PKEY column to determine the actual P_Key value.
For example:
PKEY column value ffff - 0x8000 = P_Key 0x7fff

The showvlan command is available from the /SYS/Gateway_Mgmt and /SYS/Fabric_Mgmt Linux shell targets of the Oracle ILOM CLI interface.

Example

This example shows how to display the VLANs associated with all connectors using the showvlan command.


Note -  Your output will differ from that in the example.
FabMan@gateway_name->showvlan
 	Connector/LAG  VLN  PKEY
 	-------------  ---  ----
 	0A-ETH-1        3   ffff
 	0A-ETH-1        0   ffff
 	0A-ETH-2        3   ffff
 	0A-ETH-2        0   ffff
 	0A-ETH-3        3   ffff
 	0A-ETH-3        0   ffff
 	0A-ETH-4        3   ffff
 	0A-ETH-4        0   ffff
 	1A-ETH-1        3   ffff
 	1A-ETH-1        0   ffff
 	1A-ETH-2        3   ffff
 	1A-ETH-2        0   ffff
 	1A-ETH-3        3   ffff
 	1A-ETH-3        0   ffff
 	1A-ETH-4        3   ffff
 	1A-ETH-4        0   ffff
FabMan@gateway_name->

Related Information

  • createvlan Command

  • deletevlan Command

  • Linux Shells for Hardware Commands