cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4020
Views
0
Helpful
5
Replies

Catalyst 4500E Supervisor VI QoS changes

valnar
Level 1
Level 1

I have upgraded a Cisco 4506 with a Supervisor 4 to a Supervisor 6-E and low & behold, my CoS/QoS settings no longer work.  I see from a white paper that Cisco upgraded the supervisor capabilities to MQC, which is more inline with the IOS routers.  There are a couple differences though.  Does anyone have any links or other tips that is not covered in white  paper?

I'm having a hard time converting my previous 4500 QoS settings for voice (Avaya phones) to the new syntax on the Supervisor 6-E.  I used a Cisco Press book called End-to-End QoS Network Design, but being a few years old it doesn't include the latest Sup 6 from the 4500's.

5 Replies 5

Edison Ortiz
Hall of Fame
Hall of Fame

As you stated, it uses the same methodology as the routers and it's much easier to deploy. By default all switchports are trusted and markings will be preserved unlike your typical QoS on Cisco switches.

The documentation has good information on this matter:

http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/12.2/52sg/configuration/guide/qos.html#wp1474085

Regards

Edison

I'm reading it now, but I still don't understand a couple things.

1) Table maps are not explained.  How do I know if I am changing CoS or DSCP?

2) If I apply a policy to a VLAN, does it affect every L2 switchport on that VLAN?  Or only when it flows through the L3 vlan interface? (behavior similar to a router)

valnar
Level 1
Level 1

I also don't understand what qos-groups are and why they are needed.

After initiating auto-qos on a port, the exerpt below was configured on the switch.  I don't use auto-qos personally, but it does give insight into the functionality.

Notice the redundancy between dscp24/26 and qos-group24/26.  Why??


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-Control-QosGroup24
match qos-group 24
class-map match-all AutoQos-VoIP-Control-QosGroup26
match qos-group 26
class-map match-all AutoQos-VoIP-Control-Cos
match cos  3
class-map match-all AutoQos-VoIP-Bearer-Cos
match cos  5
class-map match-all AutoQos-VoIP-Bearer-QosGroup
match qos-group 46
class-map match-all AutoQos-VoIP-Bearer-Dscp
match  dscp ef

!
policy-map AutoQos-VoIP-Input-Dscp-Policy
class AutoQos-VoIP-Bearer-Dscp
  set qos-group 46
class AutoQos-VoIP-Control-Dscp26
  set qos-group 26
class AutoQos-VoIP-Control-Dscp24
  set qos-group 24
policy-map AutoQos-VoIP-Input-Cos-Policy
class AutoQos-VoIP-Bearer-Cos
  set qos-group 46
class AutoQos-VoIP-Control-Cos
  set qos-group 24
policy-map AutoQos-VoIP-Output-Policy
class AutoQos-VoIP-Bearer-QosGroup
  set dscp ef
  set cos 5
    priority
    police cir percent 33
class AutoQos-VoIP-Control-QosGroup26
  set dscp af31
  set cos 3
    bandwidth remaining percent 5
class AutoQos-VoIP-Control-QosGroup24
  set dscp cs3
  set cos 3
    bandwidth remaining percent 5
class class-default
    dbl
!

interface GigabitEthernet2/1
auto qos voip trust
service-policy input AutoQos-VoIP-Input-Cos-Policy
service-policy output AutoQos-VoIP-Output-Policy

Hi,

Just wondered if someone would be able to explain the qos groups are as I don't understand it myself. I've tried reading the documentation but it doesn't seem to explain it very well.

Thanks

Darren

A Qos-group is an internal marker, just like the old "internal DSCP" was; but qos-group may be used if all the traffic embedded into a class is not IP-based.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card