Cisco and trunking voice over fiber
Wednesday, April 21st, 2004You might ask why this is even necessary. Well, fiber ports don’t support the auxvlan command. So if you are extending VoIP service to phones that are attached via fiber, you must use strict 802.1q tagging. The IOS commands are:
switchport trunk encapsulation dot1q
switchport trunk native vlan 2
switchport trunk allowed vlan 1,2,4-4094
switchport mode trunk
In this test case, vlan 1 is the voice vlan and vlan 2 is the data. Making vlan 2 native makes it untagged, which is what the phone is looking for when passing traffic to the PC port on the phone. Again, this requires the vlan to be manually set on the phone.
Sphere: Related Content
