about the tagged vlan in 6224.

Post Reply
alcatelboy
Member
Posts: 146
Joined: 27 Dec 2005 06:46
Location: south of china
Contact:

about the tagged vlan in 6224.

Post by alcatelboy »

had a network with 4 vlan.
now i set vlan 1,2,3,4
vlan 1,2,3 with tag, vlan4 with un-tagged,if i can get the result as below and how to do ?

console# show interfaces switchport ethernet e1
port : e1
port mode : trunk
GVRP status:disabled
ingress filtering:true
acceptable frame type:admitall
ingress untagged vlan (native):1
protected:disabled
port is member in:
vlan name egress rule port membership type
----- -------------------------------- -------------- ------------------------------------
1 1 Tagged system
2 2 Tagged static
3 3 Tagged static
4 4 Untagged static
AQPS ACFE ACSE
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1897
Joined: 01 Jul 2008 10:51
Location: Germany

Re: about the tagged vlan in 6224.

Post by silvio »

hi,
you can find your answer if you show in complete config: show running-config or show startup-config

hope that the correct commands:
console > enable
console # config
console (config) # interface ethernet e1
console (config-if) # switchport mode trunk
console (config-if) # switchport trunk native vlan 4
console (config-if) # switchport trunk allowed vlan add 1-3

I'm wondering about : native 1 but untagged 4 in your config.
Try it with switchport mode general (instead of trunk)
there you have the possibility to add tagged and untagged vlan.

regards
Silvio
Post Reply

Return to “OmniStack LS 6200”