User Guide
200
TENDA(config)# interface gigabitethernet 0/24
TENDA(config-if)# switchport mode trunk
Note: Set port 24 to a Trunk port
TENDA(config-if)# switchport trunk native vlan 2
Note: Set the PVID of Trunk port 24 to 2
TENDA(config-if)# switchport trunk allowed vlan add 1,2 or 1-2
Note: Set Trunk port to carry VLANs 1-2
TENDA(config-if)# switchport trunk allowed vlan except 2
Note: VLAN Set Trunk port to carry all VLANs except VLAN2
TENDA(config-if)# switchport trunk allowed vlan remove 3
Note: Delete VLAN3 from VLANs allowed to be carried
Delete trunk port
TENDA(config)# interface gigabitethernet 0/24
TENDA(config-if)# switchport mode access
Note: Change port 24 to access port; trunk port 24 becomes nonexistent
TENDA(config)# interface range gigabitethernet 0/1-10
TENDA(config-if)# switchport mode access
Note: Change ports 1-10 to access ports; trunk ports 1-10 become nonexistent
Create hybrid port
TENDA# configure terminal
Note: Enter configuration directory
TENDA(config)# vlan 10,20,30,4094
Note: Create VLAN10,VLAN20,VLAN30,VLAN4094
TENDA(config)# interface gigabitethernet 0/10
Note: Enter the directory of port 10
TENDA(config-if)# switchport mode hybrid
Note: Set port 10 to Hybrid Port
TENDA(config-if)# switchport hybrid native vlan 20
Note: Set the PVID of Hybrid Port 10 to 20
TENDA(config-if)# switchport hybrid allowed vlan tagged add 10-20
Note: Set port 10 to carry tagged VLANs 10-20
TENDA(config-if)# switchport hybrid allowed vlan untagged add 4094