01-10-2007 07:39 AM - edited 03-03-2019 03:19 PM
policy-map My_policy
class class_my_class
priority 32
class class-default
fair-queue
shape average 64000
If I write this policy as output of the pvc interface, Why not work? No change of the running config of the pvc. Does shape command works only on input interfaces?
01-10-2007 10:19 AM
Shaping is always an egress function. What's not working in your case? Can you post the router config?
hieu
01-10-2007 11:51 AM
hi
shape works only in output direction however police work in both directions.
if you are in FRelay envirenment i thinks you have to enable : frame-relay traffic-shaping for the interface .
HTH
do rate if it does help
01-11-2007 12:29 AM
Hi,
My router configurations:
sh run
...
interface ATM1/0.2 point-to-point
bandwidth 256
ip address 192.x.x.1 255.255.255.0
pvc 0/34
vbr-rt 256 256
oam-pvc manage
...
(config)#interface ATM1/0.2
(config-subif)#pvc 0/34
(config-if-atm-vc)#service-policy output My_policy
...
sh run interface ATM1/0.2
Building configuration...
...
interface ATM1/0.2 point-to-point
bandwidth 256
ip address 192.x.x.1 255.255.255.0
pvc 0/34
vbr-rt 256 256
oam-pvc manage
...
There is no configuration change! What is the reason?
I hope that the service-policy command should be placed next to
the "oam-pvc manage" line.
01-11-2007 09:29 AM
I think it works with "input" only. Take a look at this the link for more info.
http://www.cisco.com/en/US/products/sw/iosswrel/ps1829/products_feature_guide09186a008032584b.html
01-11-2007 05:58 PM
Your policy map is OK. You need to apply the service policy under the ATM shaping configuration i.e configure service policy under the int atm1/0.2 --> pvc 0/34 --> vbr-rt mode. Try this:
interface ATM1/0.2 point-to-point
bandwidth 256
pvc 0/34
vbr-rt 256 256
service-policy output My_policy
HTH
Sundar
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