User Guide
201
Note: Set port 10 to carry untagged VLAN4094
TENDA(config-if)# switchport hybrid allowed vlan untagged except 30
Note: Set port 10 to carry all untagged VLANs except VLAN30
TENDA(config-if)# switchport hybrid allowed vlan untagged remove 4094
Note: Delete VLAN4094 from untagged VLANs; VLAN4094 then cannot be carried on the port
Delete hybrid port
TENDA(config)# interface gigabitethernet 0/10
TENDA(config-if)# switchport mode access
Note: Delete existing Hybrid port 10
TENDA(config)# interface range gigabitethernet 0/1-24
TENDA(config-if)# switchport mode access
Note: Delete all hybrid ports
VLAN mode toggle
TENDA(config)# private-vlan on
Note: Switch VLAN mode from QVLAN to Port VLAN
TENDA(config)# private-vlan off
Note: Switch VLAN mode from Port VLAN to QVLAN
Create port based VLAN
TENDA(config)# private-vlan on
TENDA(config)# private-vlan VID 24
Note: Create port VLAN24
TENDA(config-pvlan)# add 1-20
Note: Add ports 1-20 to VLAN24
TENDA(config-pvlan)# remove 10-20
Note: Delete ports 10-20 from VLAN24
TENDA(config-pvlan)# add 22,23
Note: Add port 22 and port 23 to VLAN24
TENDA(config-pvlan)# remove 8
Note: Remove port 8 from VLAN24
Delete port based VLAN
TENDA(config)# no private-vlan 24
Note: Delete port VLAN 24