Cisco Cisco IOS Software Release 12.4(2)XB6 Références techniques

Page de 188
 
-109
Cisco Broadband Wireless Gateway 1.2 Command Reference, IOS Release 12.4(15)XL3
OL-14681-01
Chapter       Cisco Broadband Wireless Gateway 1.2 Command Reference, IOS Release 12.4(15)XL3
  proxy-realm
proxy-realm
To specify how the BWG should populate the RADIUS Access Request message for users who support 
PPP/PAP methods of authentication, use the proxy-realm sub command in unauthenticated user group 
mode. Use the no form of the command to disable this feature.
Note
Configuring proxy-realm for EAP users is possible but serves no purpose.
proxy-realm realm-name password password
no proxy-realm realm-name password password
Syntax Description
Defaults
There are no default values.
Command Modes
User group configuration submode.
Command History
Usage Guidelines
If configured, the user name and password sent in the Access-Request (since the user is authenticated 
based on the PAP of PPP) will be set to mac@realm, and given a password respectively. 
If the proxy realm is not configured, the user name will be mac, and cisco will be used as password in 
the Access-Request.
Examples
The following example illustrates how to configure the proxy-realm command:
router(config)#user-group unauthenticated
  aaa accounting method-list agw
  aaa authentication method-list agw
  sla profile-name gold
  ip static-allowed
  user auto-provisioning
  proxy realm cisco.com password ciscoway
realm-name
Specifies the name of the realm.
password password
Specifies the password.
Release
Modification
12.4(15)XL1
This command was introduced.