I have 3 physical interfaces like G0/1,G0/2 and G0/3.
Each interfaces are limited to certain bandwidth by policy-map like G0/1=50Mbps, G0/2=100Mbps, G0/3=200Mbps.
Each interface are connected to the same VLAN where all PPPoE users connect to.
I enable PPPoE server on those interfaces. PPPoE Server authenticate user and get profile from a centralise Radius server.
I want to allow some users to connect to certain physical interface on my router. So, i can get HQoS structure.
Example:
User 1 to 100 can only connect to G0/1. So, users will share 50Mbps with each others.
User 101 to 200 can only connect to G0/2. So, users will share 100Mbps with each others.
User 101 to 300 can only connect to G0/3. So, users will share 200Mbps with each others.
I am looking for Radius Attribute which i can apply to user profile saying that the user only can connect to certain interface.
Or any other way to get the same idea ?
Thanks :)