Configuring a PPPoE Wholesaler Access Profile
You must define the network and interface over which you want subscribers to initially access the network with a wholesale access profile. When a subscriber attempts to access the network, the access profile provides initial access information including authentication and accounting values that the router uses for the accessing subscriber.
To define a wholesale access profile:
- Create the wholesale access profile.[edit]user@host# edit access profile PPPoE_Wholesaler_Access
- Specify the authentication methods for the profile and
the order in which they are used.[edit access profile PPPoE_Wholesaler_Access]user@host# set authentication-order radius
- Specify that you want to configure RADIUS support. [edit access profile PPPoE_Wholesaler_Access]user@host# edit radius
- Specify the IP address of the RADIUS server used for authentication.[edit access profile PPPoE_Wholesaler_Access radius]user@host# set authentication-server 192.168.10.1
- Specify the IP address of the RADIUS server used for accounting.[edit access profile PPPoE_Wholesaler_Access radius]user@host# set accounting-server 192.168.10.1
- Configure any desired options for the RADIUS server.
- Configure subscriber accounting (RADIUS accounting).