[c-nsp] asr1000 - rate limit interface
James Jun
james at towardex.com
Sat Jul 9 00:31:54 EDT 2016
On Fri, Jul 08, 2016 at 10:57:55AM -0700, Mike wrote:
>
> So I'm just looking for a friendly example to help me on my way. I want
> the CAR functionality or as close to it as possible without having to
> dive into impossibly complicated trees of qos settings just for this one
> end result.
It's *really* easy..
!
class-map match-dns
match access-group name <name of extended ACL to match dns traffic>
!
policy-map police-dns-15m
class match-dns
police cir 15m
!
class class-default
!
interface Gi0/0/0
service-policy input police-dns-15m
!
More information about the cisco-nsp
mailing list