Page 1 of 1

auto voice vlan possible ?

Posted: 02 Sep 2024 13:58
by Cristek
Hi guys,
I have a few sites with these switches and I need to do voice-vlan on these switches. As in, based on the MAC or lldp-med put that phon into vlan X.

The switches do have some auto-voip menus there but I've been unable to successfully make it work. Is there a guide I can look into for this feature?

Re: auto voice vlan possible ?

Posted: 08 Sep 2024 19:41
by benevides_1984
Below is an example of LLDP configuration using VLAN 3060 as VOIP (switch OS6560) :

lldp network-policy 1 application voice vlan 3060 l2-priority 7 dscp 46
lldp nearest-bridge chassis tlv management port-description enable system-name enable system-description enable
lldp nearest-bridge chassis tlv management management-address enable
lldp nearest-bridge chassis tlv dot1 vlan-name enable port-vlan enable
lldp nearest-bridge chassis tlv dot3 mac-phy enable
lldp nearest-bridge chassis tlv med capability enable network-policy enable
lldp chassis med network-policy 1

Best Regards.