3650 Auto QoS Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2018 11:06 AM
Check the auto QOS Configuration :
Look at te Monitoring section for monitoring and verify.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2018 09:06 AM
Thanks Balaji, I'd already seen the documentation, I was after actual port configs.
Regards, mk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.
Kind Regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
