10-21-2010 10:58 AM - edited 03-16-2019 01:28 AM
Okay, I have an installation where the switch access port faces a phone (7942 or 7962) with a subtended PC.
The PC is also running a Cisco softphone (IP Communicator).
The switch config has the option of programming the port to trust either a phone OR a softphone
Switch(config-if)#auto qos voip ?
cisco-phone Trust the QoS marking of Cisco IP Phone
cisco-softphone Trust the QoS marking of Cisco IP SoftPhone
trust Trust the DSCP/CoS marking
I know that the switch uses CDP to recognise either in order to trust it.
I like the idea of CDP checking for a trusted source of QOS markings.
How can I make the port work with both a cisco-phone AND a cisco-softphone, without just trusting all DSCP marking (like from other apps on the PC)?
Or asking another way,
I have not sniffed it, but there is a voiuce VLAN for the phone, and a data VLAN for the PC. I'm assuming the softphone uses the data vlan.
Thanks
10-21-2010 11:53 AM
To make it realy easy, leave the defaul of "no mls qos". The switch will not mess with DSCP values, and everything will work great.
Try to believe
10-24-2010 08:06 AM
Hi,
The definitions below are taken from the Cisco Enterprise QoS SRND:
The standard (interface) configuration commands to enable AutoQoS are: auto qos voip. Depending on the platform, AutoQoS VoIP can support the following additional keyword commands:
So it looks like the cisco-phone variant works with CDP and the cisco-softphone variant just polices the call payload and signalling traffic to what is acceptable for a single call - it does not do any detection of whether the attached PC is running the IP communicator software. You should therefore just be able to use the cisco-softphone for all ports regardless of whether they are supporting a physical phone or softphone.
I would however be tempted not to trust the attached device at all and writea bespoke config rather than relying on auto-qos. The link below should get you started doing this.
http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoSDesign.html#wp1055786
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