09-07-2018 04:38 AM - edited 03-08-2019 04:06 PM
I was wondering if anyone could share best practices of configs for configuring QOS for management (so managment vlan takes precedence perhaps) as well as VOIP and video. Any help guys?
09-08-2018 01:23 AM
By default traffic originated by Cisco network devices is CS6. Configs will depend on the network. Have a look at these docs -
09-08-2018 01:34 AM
For which device ? QoS is different on each platform (e.g. 2960/4500, etc.)...
09-08-2018 07:47 AM
09-08-2018 10:19 AM
Hello,
the easiest way to configure QoS is probably to have a look at what auto QoS generates, and derive any manual QoS configuration you want from that output.
In the case of the 4500, VoIP would generate:
class-map match-all AutoQos-VoIP-Control-Dscp26
match dscp af31
class-map match-all AutoQos-VoIP-Control-Dscp24
match dscp cs3
class-map match-all AutoQos-VoIP-Bearer-Dscp
match dscp ef
and network control traffic:
class-map match-all AutoQos-4.0-Network-Ctrl
match dscp cs7
On the Nexus 9K, the syntax is a bit different, but the DSCP/CS/AF values are the same.
Cat 4500 QoS
Nexus 9000 QoS
09-21-2018 08:28 AM
Awesome thanks bro!
So I have 2 4500 joined in VSS, not sure if these configs were always there but in show run I have the following below. Since they are configured for VSS, according to below does it look like I should still even configure anything for VOIP? What about if I want to do QOS and give priority for a management vlan let's say SVI/Vlan 10?
class-map match-any VSL-MGMT-PACKETS
match access-group name VSL-MGMT
class-map match-any VSL-DATA-PACKETS
match any
class-map match-any VSL-L2-CONTROL-PACKETS
match access-group name VSL-DOT1x
match access-group name VSL-BPDU
match access-group name VSL-CDP
match access-group name VSL-LLDP
match access-group name VSL-SSTP
match access-group name VSL-GARP
class-map match-any VSL-L3-CONTROL-PACKETS
match access-group name VSL-IPV4-ROUTING
match access-group name VSL-BFD
match access-group name VSL-DHCP-CLIENT-TO-SERVER
match access-group name VSL-DHCP-SERVER-TO-CLIENT
match access-group name VSL-DHCP-SERVER-TO-SERVER
match access-group name VSL-IPV6-ROUTING
class-map match-any VSL-MULTIMEDIA-TRAFFIC
match dscp af41
match dscp af42
match dscp af43
match dscp af31
match dscp af32
match dscp af33
match dscp af21
match dscp af22
match dscp af23
class-map match-any VSL-VOICE-VIDEO-TRAFFIC
match dscp ef
match dscp cs4
match dscp cs5
class-map match-any VSL-SIGNALING-NETWORK-MGMT
match dscp cs2
match dscp cs3
match dscp cs6
match dscp cs7
!
policy-map VSL-Queuing-Policy
class VSL-MGMT-PACKETS
bandwidth percent 5
class VSL-L2-CONTROL-PACKETS
bandwidth percent 5
class VSL-L3-CONTROL-PACKETS
bandwidth percent 5
class VSL-VOICE-VIDEO-TRAFFIC
bandwidth percent 30
class VSL-SIGNALING-NETWORK-MGMT
bandwidth percent 10
class VSL-MULTIMEDIA-TRAFFIC
bandwidth percent 20
class VSL-DATA-PACKETS
bandwidth percent 20
class class-default
bandwidth percent 5
09-21-2018 09:24 AM
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