CLI ReferenceInterface Configuration Commands  VLAN Configuration Commands 
 
no switchport access vlan 
The VLAN ID at which the port to be added. 
By default, the switch port is an access port and the VLAN is VLAN 1. 
Interface configuration mode. 
Enter one VLAN ID. The system will create a new one and add the interface to the VLAN if you enter 
a new VLAN ID. If the VLAN ID already exists, the command adds the port to the VLAN. 
If the port is a trunk port, the operation does not take effect. 
Ruijie(config)# interface gigabitethernet 1/1 
Ruijie(config-if)# switchport access vlan 2 
Specify the interface as Layer 2 mode (switch 
port mode). 
Use  this  command  to  specify  a  native  VLAN 
and the allowed-VLAN list for the trunkport. 
Use this command to specify a L2 interface (switch port) mode. You can specify this interface to be an 
access port or a trunk port or an 802.1Q tunnel. Use the  no form of the command to restore the 
default setting. 
switchport mode { access | trunk | hybrid | uplink | dot1q-tunnel } 
Configure the switch port as an access port. 
Configure the switch port as a trunk port. 
Configure the switch port as a hybrid port. 
Configure the switch port as an uplink port. 
Configure the switch port as an 802.1Q tunnel port. 
By default, the switch port is an access port.