PPPOE bandwidth limitation

Hello,

I am using Cisco router to accept users's PPPOE dialup sessions for some computers to connect to the internet.

I want each PPPOE session limited to 128Kbps only, some other users should take 512Kbps.

How to configure Cisco Router to limit each PPPOE session to a specific bandwidth.

ROUTER configuration

interface s0/0 DESC connected to internet ip address y.y.y.y y.y.y.y

interface Ethernet0/0 DESC connected to LAN Computers for PPPOE sessions ip address x.x.x.x x.x.x.x pppoe enable

vpdn-group 1 accept-dialin protocol pppoe virtual-template 1

interface Virtual-Template1 mtu 1492 ip unnumbered Ethernet0/0 peer default ip address pool pool-01 ppp authentication chap pap

Thanks

Reply to
mtalaat
Loading thread data ...

try

interface Virtual-Template1 pppoe session-limit per-mac 1

Reply to
Merv

Note: above will only work if router sees end-user's source MAC address. If it sees an intermediate device, it will not accomplish the desired result.

Reply to
Merv

Hello

Search for "traffic-shape" on

formatting link
There you can find useful information.

HTH

Andre

Reply to
Andre Wisniewski

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.