I'm trying to tag a port but I have a problem on its VLAN's assignment...
Let me explain: for example I have a VLAN with the ID 2 and I want to put a tagged port in this VLAN:
Code: Select all
vlan 2 enable
vlan 2 802.1q 1/2Code: Select all
vlan 2 no port default 1/2
vlan 2 802.1q 1/2Code: Select all
show vlan 2 port
port type status
------+--------+-------
1/2 qtagged forwarding
show vlan 1 port
port type status
------+--------+-------
1/2 default forwarding