09-26-2022 12:24 AM
Hello Community
Clients taking IP from the untagged vlan subnet as wanted but also Phones taking IP from the untagged vlan subnet. That shouldnt be like this.
In other vendor switches phones taking IP from the voice vlan with same config. Phone settings are default, auto negotiation and LLDP enabled.
Phone Model : SIP T46S
Topology connection is switch --> Phone --> Client
My switch config
Summit # create vlan voice
Summit # configure vlan voice tag 10
Summit # configure vlan voice add port 1,11-12 tagged
Summit # create vlan data
Summit # configure vlan data tag 11
Summit # configure vlan data add port 1 tagged
Summit # configure vlan data add port 5,11-12 untagged
Also i tried QOS config template but did not work either.
Summit #create qosprofile qp7
Summit #configure diffserv examination code-point 46 qp7
Summit #config dot1p type 6 qp7
Summit # enable diffserv examination port 1
Summit # disable dot1p examination port 1
Can somebody help me to figure out.
09-26-2022 05:35 AM
It is better described in this article.
https://extremeportal.force.com/ExtrArticleDetail?an=000083139
You need something like below.
09-26-2022 05:48 AM
Thank you for reply i will try these commands.
09-26-2022 05:31 AM
Do you know if the phones use CDP or LLDP to "move" to the voice vlan?
If using LLDP, you may need something like the following added:
https://extremeportal.force.com/ExtrArticleDetail?an=000088898
Thanks,
Chris Thompson
09-26-2022 05:48 AM
Phones using lldp and i can see the lldp neighbor and infos from the switch.
Thank you for reply i ll try ur solution.