C613-50100-01 REV C Command Reference for x930 Series 2277
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
LOCAL RADIUS SERVER COMMANDS
ATTRIBUTE
In the same way, where the specific attribute has a pre-defined value, the
parameter <value> may be substituted with the Value Name or with its numeric
value, for example the command:
awplus(config-radsrv-group)# attribute acct-terminate-cause
user-request
will produce the same results as the command:
awplus(config-radsrv-group)# attribute 49 1
or the command:
awplus(config-radsrv-group)# attribute acct-terminate-cause 1
Examples To check a list of all available defined RADIUS attribute names, use the following
commands:
awplus# configure terminal
awplus(config)# radius-server local
awplus(config-radsrv)# group Admin
awplus(config-radsrv-group)# attribute help
A list of Vendor-specific Attributes displays after the list of defined Standard
Attributes.
To get help for valid RADIUS attribute values for the attribute Service-Type,
use the following commands:
awplus# configure terminal
awplus(config)# radius-server local
awplus(config-radsrv)# group Admin
awplus(config-radsrv-group)# attribute Service-Type help
This results in the following output:
Service-Type : integer (Integer number)
Pre-defined values :
Administrative-User (6)
Authenticate-Only (8)
Authorize-Only (17)
Callback-Administrative (11)
Callback-Framed-User (4)
Callback-Login-User (3)
Callback-NAS-Prompt (9)
Call-Check (10)
Framed-User (2)
Login-User (1)
NAS-Prompt-User (7)
Outbound-User (5)