04-12-2011 12:40 PM - edited 03-04-2019 12:03 PM
I want certain IP (i.e. 10.1.1.1) not to exceed %50 of total bandwidth even there is no traffic
here is my config
how?
class-map match-all TRAFFIC
match access-group 99
class-map match-any media
match dscp ef
class-map match-any signaling
match dscp cs3
!
!
policy-map queue
class signaling
bandwidth percent 5
class media
priority percent 25
class TRAFFIC
????
class class-default
fair-queue
policy-map shape
class class-default
shape average 512000
service-policy queue
access-list 99 permit 10.1.1.1
04-12-2011 01:27 PM
class TRAFFIC
police percent 50
04-12-2011 02:03 PM
Thank You
I do it
But another problem ocuurs
I have 2 acl: 99 and 100
99 is for one host
100 is for all subnet for VPN
acl 99 doesn't match any traffic
class-map match-all TRAFFIC
match access-group 99
class-map match-any media
match dscp ef
class-map match-any signaling
match dscp cs3
!
!
policy-map queue
class signaling
bandwidth percent 5
class media
priority percent 25
class TRAFFIC
police percent 50
class class-default
fair-queue
policy-map shape
class class-default
shape average 512000
service-policy queue
access-list 99 permit 10.1.1.1
access-list 100 permit ip 10.1.1.0 0.0.0.255 any
crypto map MyMap 1 ipsec-isakmp
description Tunnel
set peer x.x.x.x
set transform-set MyTransformset
match address 100
04-12-2011 04:29 PM
Please post the show policy-map interface command to see if traffic is being matched or not.
04-12-2011 11:20 PM
Thank you,
My problem is solved with qos pre-classify
crypto map MyMap 1 ipsec-isakmp
description Tunnel
set peer x.x.x.x
set transform-set MyTransformset
match address 100
qos pre-classify
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide