[c-nsp] 3550 QoS not working as expected

Tim Devries tdevries at northrock.bm
Mon Jan 10 11:01:57 EST 2005



Apologies for revisiting this unresolved issue, but over the weekend I did
an IOS change to IOS C3550 Software (C3550-I5Q3L2-M), Version 12.2(25)SE to
see if that would solve the issue I am experiencing.  However, I am still
seeing traffic spikes up to 5.5mb, and I'm at a loss to explain it.  Anyone
have any ideas?  It seems no matter what I do; traffic will not stay below
the 3Mb threshold.


mls qos aggregate-policer fas0-01-ipolicer 3000000 8000 exceed-action drop
mls qos
!
!
mac access-list extended customerA
 permit any any
!
class-map match-all customerA
  match access-group 103
class-map match-all MAC-police
  match access-group name customerA
!
!
policy-map customerA
  class customerA
    police aggregate fas0-01-ipolicer
  class MAC-police
    police aggregate fas0-01-ipolicer

interface FastEthernet0/1
 description CUSTOMERA - 3MB/s
 switchport access vlan 4
 switchport mode access
 switchport protected
 bandwidth 3000
 service-policy input customerA
 no cdp enable
 spanning-tree portfast
!
access-list 103 permit ip any any


Colo-3550>sh mls qos int fa0/1 stat
FastEthernet0/1
Ingress
  dscp: incoming   no_change  classified policed    dropped (in bytes)
Others: 1376920458 1376019773 900685     0          40415775
Egress
  dscp: incoming   no_change  classified policed    dropped (in bytes)
Others: 210252690     n/a       n/a      0          0

Colo-3550#sh policy-map  int  fa0/1 input
 FastEthernet0/1

  Service-policy input: customerA

    Class-map: customerA (match-all)
      0 packets, 0 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: access-group 103

    Class-map: MAC-police (match-all)
      0 packets, 0 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: access-group name customerA

    Class-map: class-default (match-any)
      0 packets, 0 bytes
      5 minute offered rate 0 bps, drop rate 0 bps
      Match: any
        0 packets, 0 bytes
        5 minute rate 0 bps



More information about the cisco-nsp mailing list