55
CSA-7400 QSG
Port autoneg enable/disable
Description
Set the AutoNeg status of ports.
Prerequisite
None
Syntax
port PORT_LIST|PORT_ID autoneg enable|disable
PORT_LIST|PORT_ID
Port id list or port id. Eg: xe1 or xe1,xe3 or
xe1-xe3.
Options
enable|disable
Set the AutoNeg status of ports to be enable
or disable.
Note that Enabling autonegotiation is
ineffective unless the link partner also has
autonegotiation enabled.
If autonegotiation is disabled, you must set
the line speed of the physical port.
Example
Set port autoneg status.
Set port default VLAN
Description
Set the default VLAN ID of ports.
Prerequisite
None
Syntax
port PORT_LIST|PORT_ID pvlan <1-4094>
PORT_LIST|PORT_ID Port id list or port id. Eg: xe1 or xe1,xe3 or xe1-xe3.
Options
<1-4094>
Default vlan id. 1 to 4094 is legal value. When a packet
coming in without vlan, it will be added a vlan. The vlan
id is the ingress port’s default vlan.
ADLINK(fabric)# port xe1 autoneg enable
ADLINK(fabric)# show port xe1
Information of port xe1 --
Name : xe1
Admin status : Enable Link status : Up
Auto-neg : On
Link speed : 10000M Duplex mode : Full
….
ADLINK(fabric)# port xe1 autoneg disable
ADLINK(fabric)# show port xe1
Information of port xe1 --
Name : xe1
Admin status : Enable Link status : Up
Auto-neg : Off
Link speed : 10000M Duplex mode : Full
…