Thomas, Cory,

thats exactly function I was looking for!

Thank you for hint, service-policy with aggregated policer is now set on all vlans a traffic is policed as I needed.



Kind regards,


Jiri Prochazka


----- Original Message ----- From: "Thomas Habets" <[email protected]>
To: "Jiří Procházka" <[email protected]>
Sent: Friday, October 01, 2010 9:53 AM
Subject: Re: [c-nsp] traffic policing on 7600


On Thu, 30 Sep 2010, Jiří Procházka wrote:
What am I trying to accomplish is an option to limit exact source IPs to
certain bandwidth to _all_ transit lines togehter.

I don't know if it requires fancier cards than a 6708, but have you tried
an aggregate policer?

mls qos aggregate-policer FOO 1000000000
policy-map TLINK1
  class class-default
    policy aggregate FOO
policy-map TLINK2
  class class-default
    policy aggregate FOO

Don't forget "mls qos vlan-based" if you need it.

class class_shape_funpower
  police cir 5000000

A class called "shape" that actually polices? Uh, strange choice.

---------
typedef struct me_s {
  char name[]      = { "Thomas Habets" };
  char email[]     = { "[email protected]" };
  char kernel[]    = { "Linux" };
  char *pgpKey[]   = { "http://www.habets.pp.se/pubkey.txt"; };
  char pgp[] = { "A8A3 D1DD 4AE0 8467 7FDE  0945 286A E90A AD48 E854" };
  char coolcmd[]   = { "echo '. ./_&. ./_'>_;. ./_" };
} me_t;

_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to