[cisco-bba] To Shape or Police DSL Subscribers ??

Gerald Krause gk at ax.tc
Mon Feb 21 14:53:45 EST 2011


Am 21.02.2011 12:03, schrieb Gerald Krause:
> Am 17.02.2011 14:34, schrieb Arie Vayner:
>> Gerald,
>>
>> If I am not wrong, the issue is the "percent" value you are using...
>> percent has to be applied in your case with a parent shaper, which would
>> define the 100% pipe...
>> Change the percent to an absolute value, and it should work just fine.
> 
> Indeed, that works (I thought I've tried it before, but obviously
> not...). Now I should be able to test some more complex QoS
> configurations. Thx Arie for your hint!

After some further testing I see now this behaviour:

- NPE-G2 with 12.2(33)SRE2
- receiving L2TP/VPDN PPP sessions via GE interface
  (LNS is a stub router)

Test 1 (police)
===============
!
policy-map PM-STCR-ADSL-3M
  class class-default
    police 3000000
!

Result:

1) I can apply this PM to an Session/VirtAccInt through RADIUS via
    "lcp:interface-config=service-policy..."
     or
    "ip:sub-policy-Out..."

2) I can *not* apply this PM to an Session/VirtAccInt through RADIUS via
    "ip:sub-qos-policy-out..."


Test 2 (shape)
==============
!
policy-map PM-STCR-ADSL-3M
  class class-default
    shape average 3000000
!

Result:

1) I can *not* apply this PM to an Session/VirtAccInt through RADIUS via
   any of this 3 attribute values:
    "lcp:interface-config=service-policy..."
    "ip:sub-policy-Out..."
    "ip:sub-qos-policy-out..."


So I can use only 'police' but not 'shape', 'priority' or 'bandwidth' in
the policy-maps. If I use shape/priority/bandwidth in any parent or
child policy-map, the whole policy will not be applied to the
Virtual-Access interface.

Is there any other thing that I may have overlooked?

--
Gerald



More information about the cisco-bba mailing list