cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
312
Views
0
Helpful
2
Replies

Rate-Limit

kefah
Level 1
Level 1

We are connected with fiber optic on STM1 (0c3) system directly with telco, We have a total of 3 cisco routers, one "7206VXR" (Gateway Router),and two "7206" which are configured to load balance the l2tp traffic thru Policy Based Routing.

We configured our ADSL on gateway router and currently imlplementing bandwidth control on per ATM sub interfaces, We managed to control on point to point sub interface, that is e.g. "interface ATM6/0.274 point-to-point, while it does not seem to work in multipoint sub interface, that is e.g. "interface

ATM6/0.150 multipoint"

Below is an example of each one

interface ATM6/0.150 multipoint

description ADSL Multipoint for Personal Customers

rate-limit input 2000000 128000 128000 conform-action transmit exceed-action drop

rate-limit output 2000000 128000 128000 conform-action transmit exceed-action drop

(Above does not work)

interface ATM6/0.274 point to point

description ADSL Multipoint for Personal Customers

rate-limit input 64000 32000 32000 conform-action transmit exceed-action drop

rate-limit output 64000 32000 32000 conform-action transmit exceed-action drop

(this one works fine)

PLs! Help!

2 Replies 2

bwalchez
Level 4
Level 4

Rate limiting on the ATM multipoint subinterface requires CEF switching to be enabled... confirm that this is enabled on the interface or globally.

Dear,

It is enable globally, I am just wondering why it does not work in multipoint, while point to point works fine

Regards,