CLI ReferenceInterface Configuration Commands  VLAN Configuration Commands 
 
Interface configuration mode. 
If a switch port mode is access port, it can be the member port of only one VLAN. Use the switchport 
access vlan command to specify the member of the VLAN. 
A trunk port can be the member port of various VLANs defined by the allowed-VLAN list. The allowed 
VLAN list of the interface determines the VLANs to which the interface may belong. The trunk port is 
the member of all the VLANs in the allowed VLAN list. Use the switchport trunk command to define 
the allowed-VLANs list. 
Ruijie(config-if)# switchport mode trunk 
Use this command to configure an interface as 
a statics access port and assign it to a VLAN. 
Use  this  command  to  specify  a  native  VLAN 
and the allowed-VLAN list for the trunkport. 
Use this command to specify a native VLAN and the allowed-VLAN list for the trunk port. Use the no 
form of the command to restore the default setting. 
switchport trunk { allowed vlan { all | [ add | remove | except ] vlan-list } | native vlan vlan-id } 
no switchport trunk { allowed vlan | native vlan } 
Configure the list of VLANs allowed on the trunk port. vlan-list can be 
a VLAN or a range of VLANs starting with the smaller VLAN ID and 
ending with the larger VLAN ID and being separated by hyphen, for 
example, 10 to 20. The segments can be separated with a comma (,), 
for example, 1 to 10, 20 to 25, 30, and 33. 
all  means  that  the  allowed  VLAN  list  contains  all  the  supported 
VLANs; 
add means to add the specified VLAN list to the allowed VLAN list; 
remove means to remove the specified VLAN list from the allowed 
VLAN list; 
except means to add all the VLANs other than those in the specified 
VLAN list to the allowed VLAN list;