11-09-2018 09:33 AM - edited 03-08-2019 04:35 PM
Hi,
Would like a response from members who've implemented QoS please.
I understand that by default, all ports will trust dscp markings on this switch.
How would you configure auto qos on a 3650 switch stack so that VoIP traffic is prioritised on access ports & uplinks?
What are the verification commands?
Regards, mk
11-09-2018 11:06 AM
Check the auto QOS Configuration :
Look at te Monitoring section for monitoring and verify.
11-10-2018 09:06 AM
Thanks Balaji, I'd already seen the documentation, I was after actual port configs.
Regards, mk
11-10-2018 11:15 AM
You can run autoqos command as below inside interface :
auto qos voip cisco-phone
auto qos voip trust
Monitor
show auto qos interface g 1/1 <-- example use the interface
11-10-2018 11:45 AM - edited 11-10-2018 11:50 AM
Hello
@mkazam001 wrote:
Thanks Balaji, I'd already seen the documentation, I was after actual port configs.
Regards, mk
conf t
int x/x
description cisco Voip device
auto qos voip cisco-phone trust <------------------Trusting the Cisco phone qos settings
int x/x
description cisco Video telepresence device
auto qos video cts <-------------Trusting Cisco video conferencing qos settings
int x/x
description switch trunk uplink
auto qos trust <-ONLY on physical interfaces , if portchannel apply on their physical interfaces not on logical interface
11-10-2018 11:59 AM
thank you both, i will add this to my already copious amounts of notes on QoS.
im hoping it will fall into place once i test on the switches.
will rate both as helpful :)
regards, mk
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