56
CSA-7400 QSG
Example
Set the default VLAN ID of ports.
Set port description
Description
Set the description of a port.
Prerequisite
None
Syntax
port PORT_LIST|PORT_ID name STRING | clear
PORT_ID
Eg: xe1.
STRING
Set port description as the string. The max
length of the string is 31.
Options
clear
Clear the description of the port.
Example
Set port name.
ADLINK(fabric)# port xe1 pvlan 100
ADLINK(fabric)# show port xe1
Information of port xe1 --
Name : xe1
Admin status : Enable Link status : Down
Auto-neg : Off
Link speed : 0M Duplex mode : Full
Vlan filter : None Stp state : Forward
Default VLAN : 100 Default COS : 0
…
ADLINK(fabric)# port xe1 name uplink_port
ADLINK(fabric)# show port xe1
Information of port xe1 --
Name : uplink_port
…
ADLINK(fabric)# port xe1 name clear
ADLINK(fabric)# show port xe1
Information of port xe1 --
Name : xe1
…