Send 802.1p Value to Phone via LLDP
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-03-2016 08:18 AM
Hello - happy Friday!
I'm familiar with the command below which tells connected phones to use the 'Voice' Vlan and send voice packets with DSCP set to 46.
"configure lldp port [port] advertise vendor-specific med policy application voice vlan [vlan] dscp 46"
However it appears that XOS sends a dot1p value of 7 (network control traffic) to the phone by default and I can't find out how to change that - I want it set to 5 which is more commonly used for Voice.
Any ideas?
Many thanks.....
I'm familiar with the command below which tells connected phones to use the 'Voice' Vlan and send voice packets with DSCP set to 46.
"configure lldp port [port] advertise vendor-specific med policy application voice vlan [vlan] dscp 46"
However it appears that XOS sends a dot1p value of 7 (network control traffic) to the phone by default and I can't find out how to change that - I want it set to 5 which is more commonly used for Voice.
Any ideas?
Many thanks.....
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-06-2016 08:39 AM
Thanks JS, that seems to work!
Not sure at the moment if I'll implement it, as we're already using QP6 for all Voice traffic and QP4 for all Voice-Signalling traffic. So, if I mark the whole 'Voice' Vlan as QP6 both RTP & Signalling will be treated with the top priority, not necessarily something I'm looking for.
One question though, assuming the phone sends through a frame with a dot1p value of 7, what will the switch do with it under default configuration?
Not sure at the moment if I'll implement it, as we're already using QP6 for all Voice traffic and QP4 for all Voice-Signalling traffic. So, if I mark the whole 'Voice' Vlan as QP6 both RTP & Signalling will be treated with the top priority, not necessarily something I'm looking for.
One question though, assuming the phone sends through a frame with a dot1p value of 7, what will the switch do with it under default configuration?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-05-2016 10:09 PM
# from the userguide : the L2 priority is derived from the vlan priority.
# assuming you want to assign 5 to the dot1p field, could you try the folloing to propagate the value of the dot1p value of 5 via LLDP MED,
Create qosprofile QP6
configure dot1p type 5 qp6
# assuming lldp is already configured
configure lldp ports [all | port_list] advertise vendor-specific med capabilities
configure lldp ports [all | port_list] advertise vendor-specific med policy application voice vlan voice dscp dscp_value 46
# configure the voice vlan to QP6 -> then the phone should hopefully start using dot1p=5
Configure vlan voice qosprofile qp6
# assuming you want to assign 5 to the dot1p field, could you try the folloing to propagate the value of the dot1p value of 5 via LLDP MED,
Create qosprofile QP6
configure dot1p type 5 qp6
# assuming lldp is already configured
configure lldp ports [all | port_list] advertise vendor-specific med capabilities
configure lldp ports [all | port_list] advertise vendor-specific med policy application voice vlan voice dscp dscp_value 46
# configure the voice vlan to QP6 -> then the phone should hopefully start using dot1p=5
Configure vlan voice qosprofile qp6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-03-2016 06:22 PM
If anyone else has a problem you can view this article. https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-LLDP-for-Extreme-switches...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-03-2016 12:45 PM
Yep...
enable lldp ports all
configure lldp port all advertise vendor-specific med capabilities
configure lldp port all advertise vendor-specific med policy application voice vlan VOICE dscp 46
.....but no option to amend the dot1p value sent in the policy?
enable lldp ports all
configure lldp port all advertise vendor-specific med capabilities
configure lldp port all advertise vendor-specific med policy application voice vlan VOICE dscp 46
.....but no option to amend the dot1p value sent in the policy?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-03-2016 12:17 PM
Hi Stephen, did you add the LLDP MED capabilities TLV before configuring this TLV?
configure lldp ports advertise vendor-specific med capabilities
configure lldp ports advertise vendor-specific med capabilities
