05-19-2003 07:01 AM - edited 03-02-2019 07:27 AM
Hi,
Does anyone have an example of how they are using the native VLAN, other than by default? In other words, does anyone have an example or a scenario where they need to send certain traffic across the trunk untagged?
CCO says, "The IEEE committee that defined 802.1Q decided that because of backward compatibility it was desirable to support the so-called native VLAN, that is to say, a VLAN that is not associated explicitly to any tag on an 802.1Q link. This VLAN is implicitly used for all the untagged traffic received on an 802.1Q capable port."
Thank you in advance.
05-19-2003 07:40 AM
Hi,
one example:
Current topology:
Switch ---- PC using access port in VLAN10.
You want to add IP phone using only one port on the switch.
You can connect:
Switch --- IP phone --- PC.
You can configure the switch port as 802.1q trunk, IP phone to send 802.1q tagged frames in VLAN20, PC still sending untagged frames and with native VLAN=VLAN10 everything works fine.
Regards,
Milan
05-20-2003 09:20 PM
Thank you for your reply. But is there any reason why the PC needs to be sending untagged frames? I see how to configure tagged and untagged VLANs, but not clear on why you would want to send some frames, i.e. from the PC in this case, untagged.
Thanks.
05-22-2003 03:29 AM
1) It's always easier to leave PC configuration default (not tagging).
2) Some legacy NIC drivers might not support frame tagging.
Regards,
Milan
05-19-2003 07:58 AM
The following is a working example of an access switch using the native VLAN 200 and 202 for voice:
interface FastEthernet0/1
switchport trunk encapsulation dot1q
switchport trunk native vlan 200
switchport mode trunk
switchport voice vlan 202
spanning-tree portfast
-A
05-20-2003 09:22 PM
Thank you for your reply. But is there any reason why one VLAN needs to be sending untagged frames? I see how to configure tagged and untagged VLANs, but not clear on why you would want to send some frames untagged. Why couldn't these same frames be sent tagged?
Thanks.
01-05-2020 05:30 AM
I don't believe your question is answered? I am also struggling to understand why someone would explicitly send untagged frames!
01-05-2020 08:32 AM
01-09-2020 09:25 AM
Hi Karod,
I will try.
In real scenarios, we have multiple data vlans such as vlan 100, 200 and so on. If the PC in vlan 100 is connecting through an IP phone, which is common, it won't be able to sent out traffic if the trunk would not be configured to sent vlan 100 frames untagged. Dont forget that the PC doesn't understand tagged frames so it would not honor tagged vlan 100 frames. I am absolutely certain if this is correct.
Cheers !
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide