10-08-2012 03:04 AM - edited 03-07-2019 09:20 AM
Hi,
We have QoS configured throughout the company, but the standard config we have applied across the 3750 switches only includes the below:
int f1/0/1
sw acc vlan 501
sw acc voice vla 601
priority-queue out <<<<<<<
...
We have IP phones (not cisco) attached that are marking with EF, and the PC is an untrusted end device (so needs to be by default marked as zero).
Is the above enough to trust VOIP DSCP EF without resetting it to DSCP 0, or do I also need to add a trust line (i.e.: mls qos trust dscp)?
Thanks
Phil
10-08-2012 10:28 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
If you both want to not trust an attached PC (vlan 501?) but want to trust a VoIP phone (vlan 601), you could configure the port to use a vlan based policy, then not trust anything on vlan 501, and trust typical VoIP markings on vlan 601.
Or, you might have port policy that accepts just VoIP markings but with a rate-limiter for those markings (about 128 Kbps for bearer and maybe about 32 Kbps for signaling).
10-08-2012 07:08 PM
Hi Phil,
you can use somthing like this
we using this config with non cisco phone and works fine.
interface FastEthernet0/4
description DATA+VOICE
switchport trunk native vlan 501 (your data vlan)
switchport mode trunk
switchport voice vlan 601(voice vlan )
srr-queue bandwidth share 1 30 35 5
priority-queue out
mls qos trust device cisco-phone
mls qos trust cos
hope this will help
thanks
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