[c-nsp] 7600 Rate Limiting Output

Kevin Warwashana kevinw at telnetww.com
Sun Jan 31 10:20:57 EST 2010


I have the same config as your example, but created the additional
policy-map first in order to apply it.  It didn't take so it was missing
from policy-map 26MB-OUTPUT.  Looks to be a feature limitation of the
SIP-600.

I am running 12.2.33 SRD3.  Looks like my only option is to shape and not
police egress.

Thanks,
Kevin

-----Original Message-----
From: Rob Shakir [mailto:rjs at eng.gxn.net] 
Sent: Sunday, January 31, 2010 6:27 AM
To: Kevin Warwashana
Cc: cisco-nsp at puck.nether.net
Subject: Re: [c-nsp] 7600 Rate Limiting Output


On 31 Jan 2010, at 03:18, Kevin Warwashana wrote:

> I was able to use the below configuration and it appears to max out the
> connection pretty close to 26mb.  I did have to tinker with the queue size
> since the default (3300+) would allow traffic to exceed and a size of 5
> didn't seem to work very well.
> 
> policy-map 26MB-OUTPUT
>  class class-default
>    shape average 26000000
>    queue-limit 100 packets
>    bandwidth 26000
> 
> You mentioned "configure a shaper at class-default, with an attached
> service-policy" which I believe would be adding a service policy to the
> policy map, but got:

What I meant was this:

policy-map RJS-TEST
  class class-default
    shape average 30000000
   service-policy RJS-CHILD-TEST
!
policy-map RJS-CHILD-TEST
  class class-default
   police cir 26000000 conform-action transmit exceed-action drop
!

Which is something that one can apply on SIP-400:

7600#sh run int giga1/0/0.4011
Building configuration...

Current configuration : 239 bytes
!
interface GigabitEthernet1/0/0.4011
 encapsulation dot1Q 4011
 ip address 192.168.88.42 255.255.255.0
 ip vrf forwarding RJS-TEST
 shutdown
 service-policy input POLICY-SET-IP-DSCP-DEFAULT
 service-policy output RJS-TEST
end

Out of interest - what IOS are you running on the 7600 in question?

Kind regards,
Rob

-- 
Rob Shakir                      <rjs at eng.gxn.net>
Network Development Engineer    GX Networks/Vialtus Solutions
ddi: +44208 587 6077            mob: +44797 155 4098
pgp: 0xc07e6deb                 nic-hdl: RJS-RIPE

This email is subject to: http://www.vialtus.com/disclaimer.html





More information about the cisco-nsp mailing list