05-29-2020 07:34 AM
Hi,
1)May I know the port config below is a trunk port or access port?
2)If it is an access port vlan 3, does voice using vlan 2 still works ? because i rmbr an access port cannot be vlan member of more than one vlan. Only trunk port can.
interface GigabitEthernet1/0/1
switchport access vlan 3
switchport trunk allowed vlan 1,2
switchport mode access
switchport nonegotiate
switchport voice vlan 2
Thanks a lot guys!!
05-29-2020 08:03 AM
Hi @getaway51
1)May I know the port config below is a trunk port or access port?
R: The port is an access port:
Trunk related commands will only take effect when the port is in trunk mode.
2)If it is an access port vlan 3, does voice using vlan 2 still works ? because i rmbr an access port cannot be vlan member of more than one vlan. Only trunk port can.
R:The switch ports are enabled to allow data and voice traffic at the same time.
I attach this link about the voice vlan:
Regards
06-06-2020 05:19 AM
Does this means tht data and voice vlan can both works even when the port is access mode provided voice vlan command is present? Is this something called HYBRID port in other switch? Not all switch support this kind of mode right?
Also does it means tht "switchport trunk allowed vlan 1-2" only active when the port is configured trunk mode and currently it doesnt means anything when the port is access mode?
06-06-2020 03:23 PM - edited 06-06-2020 03:25 PM
Hi,
Does this means tht data and voice vlan can both works even when the port is access mode provided voice vlan command is present? Is this something called HYBRID port in other switch?
Cisco calls it Multi-vlan access port which really means trunk port.
Not all switch support this kind of mode right?
All Cisco POE switches support this kind of mode as long as the ports are connected to Cisco phones.
Also does it means tht "switchport trunk allowed vlan 1-2" only active when the port is configured trunk mode and currently it doesnt means anything when the port is access mode?
That is correct. As long as the mode is "access" any trunk related command under that interface is useless. The same way the other way around, when the mode is "trunk" any access related command under that interface is useless.
Also, have a look at this link and look for
section
HTH
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