To configure the router to obtain the LLID for a subscriber:
- host1(config)#aaa profile preAuthLlid
- host1(config-aaa-profile)#pre-authenticate
- host1(config-aaa-profile)#exit
- host1(config)#radius pre-authentication server
10.10.10.1
- host1(config-radius)#key abc123
- host1(config-radius)#exit
- host1(config)#interface atm 4/3.101
- host1(config-subif)#ppp aaa-profile preAuthLlid
host1(config-subif)#run show aaa profile name PreAuthLlid
preAuthLlid:
atm nas-port-type: ADLSL-CAP
ethernet nas-port-type: Cable
profile-service-description: xyzService
pre-authenticate
allow xyz.com
deny default
translate xyz1.com abc.com
For information, see Setting Baselines for Remote Access.
host1(config-subif)#run show radius pre-authentication servers
RADIUS Pre-Authentication Configuration
---------------------------------------
Udp Retry Maximum Dead
IP Address Port Count Timeout Sessions Time Secret
------------- ---- ----- ------- -------- ---- ------
10.10.10.1 1812 3 3 255 0 radius
You can also display configuration information for preauthentication servers by using the show radius servers command. For information, see Setting Baselines for Remote Access.
To display preauthentication statistics, use the show radius pre-authentication statistics command. For information, see Setting Baselines for Remote Access.
To display a count of preauthentication requests and responses, use the show aaa statistics command. For information, see Setting Baselines for Remote Access.
aaa profile
- host1(config)#aaa profile boston123
key
- host1(config-radius)#key gismo
![]() |
Note: The preauthentication request fails if you do not specify a key for the preauthentication server. |
ppp aaa-profile
- host1(config-if)#ppp aaa-profile preAuth
pre-authenticate
- host1(config-aaa-profile)#pre-authenticate
radius pre-authentication server
- host1(config)#radius pre-authentication server
10.10.10.2