Example: Configuring RADIUS-Specific Attributes
In this example, RADIUS-specific attributes are configured for subscribers attached to a specific PPP profile. You can configure this as follows:
- Create a RADIUS per-profile attribute list, and configure
the required RADIUS attributes in the list.host1(config)#radius per-profile-attr-list abchost1 (config-perprofile-list)#request-type acct-starthost1 (config-perprofile-list)#action-type enablehost1 (config-perprofile-list)#attributes calling-station-id override-nas-ip-addr
- Create an AAA profile.host1(config)#aaa profile aaaprofile1
- Specify the RADIUS attribute list in the AAA profile.host1(config-aaa-profile)#radius-perprofilelist-name abc
- Create a PPP profile.host1(config)#profile pppprofile1
- Attach the AAA profile name to the PPP profile.host1(config-profile)#ppp aaa-profile aaaprofile1
- To view the attributes configured in the RADIUS per-profile
attribute list, issue the show radius per-profile-attr-list command.
host1#show radius per-profile-attr-list abc Attribute Name AccessRequest AccountStart AccountStop –––––––––––––– ––––––––––––– –––––––––––– ––––––––––– calling-station-id enabled disabled enabled override-nas-ip-addr enabled enabled enabled