Example:
class-map match-any ip-any
match access-group 1
!
policy-map 100Mbps
class ip-any
police 95000000 1000000 exceed-action drop
policy-map 15Mbps
class ip-any
police 14000000 1000000 exceed-action drop
policy-map 50Mbps
class ip-any
police 47000000 1000000 exceed-action drop
policy-map 70Mbps
class ip-any
police 65000000 1000000 exceed-action drop
policy-map 10Mbps
class ip-any
police 9000000 1000000 exceed-action drop
policy-map 20Mbps
class ip-any
police 19000000 1000000 exceed-action drop
policy-map 30Mbps
class ip-any
police 28500000 1000000 exceed-action drop
policy-map 30Mbps-small
class ip-any
police 25000000 8000 exceed-action drop
!
interface GigabitEthernet1/0/8
switchport access vlan 24
spanning-tree portfast
service-policy input 10Mbps
!
And so forth...
--
Randy
www.FastServ.com
---------- Original Message -----------
From: Jon Lewis <[email protected]>
To: Randy McAnally <[email protected]>
Cc: cisco-nsp <[email protected]>
Sent: Mon, 22 Feb 2010 14:24:25 -0500 (EST)
Subject: Re: [c-nsp] what is it with 3550s?
> On Mon, 22 Feb 2010, Randy McAnally wrote:
>
> > We've always used in/out policing without any issues on physical interfaces
> > on
> > our 3750G's.
>
> With what sorts of police rates and with what syntax (on egress)?
>
> ----------------------------------------------------------------------
> Jon Lewis | I route
> Senior Network Engineer | therefore you are
> Atlantic Net |
> _________ http://www.lewis.org/~jlewis/pgp for PGP public key_________
------- End of Original Message -------
_______________________________________________
cisco-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/