Voice Vlan Assignment

Post Reply
cjavelle
Member
Posts: 3
Joined: 01 Mar 2016 06:17

Voice Vlan Assignment

Post by cjavelle »

Hello,

I search a solution on AOS 8 to attribute voice vlan automaticly same as lldp on AOS6.
So have default vlan 100 and when phone is detected attibute tag 10

On AOS 6 :
lldp network-policy 1 application voice vlan 10 l2-priority 5 dscp 46
lldp chassis notification enable
lldp chassis tlv med network-policy enable
lldp chassis med network-policy 1

and on any port we enable port mobile:
vlan port mobile 1/1
vlan port mobile 1/2...

vlan 100 port default 1/1...

And on AOS8 :
lldp network-policy 1 application voice vlan 10 l2-priority 5 dscp 46
lldp nearest-bridge chassis notification enable
lldp nearest-bridge chassis tlv med network-policy enable
lldp chassis med network-policy 1

But mobile port does not exist.
The only solution find is to use UNP command
unp profile "IPT" mobile-tag
unp profile "DATA"
unp profile "IPT" map vlan 10
unp profile "DATA" map vlan 100
unp port-template TEMPLATE1 direction both default-profile "DATA" classification trust-tag admin-state enable
unp port 1/1/9 port-type bridge
unp port 1/1/9 port-template TEMPLATE1
unp classification vlan-tag 10 profile1 "IPT"


Do you know a simpler and better solution as unp?

Thanks
Charlie
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1885
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Voice Vlan Assignment

Post by silvio »

you can work without template and make the config direct at the port. But I prefer also template.
There was a changing in the config 8.1/8.2 to 8.3/8.4. But in any way you need unp....

here is a similar example of config (you have some unnecessarey things):

vlan 1 name PC
vlan 3 name VOICE

unp profile VOICE-LLDP mobile-tag
unp profile VOICE-LLDP map vlan 3

unp profile PC-USER
unp profile PC-USER map vlan 1

unp classification lldp med-endpoint ip-phone profile1 VOICE-LLDP

unp port-template TEMPLATE_1 classification
unp port-template TEMPLATE_1 default-profile PC-USER

unp port 1/1/1-48 port-type bridge
unp port 1/1/1-48 port-template TEMPLATE_1

lldp network-policy 1 application voice vlan 3 l2-priority 5 dscp 46
lldp chassis tlv med network-policy enable
lldp chassis med network-policy 1

regards
Silvio
Post Reply

Return to “OmniSwitch 6860 / 6860E”