C613-50631-01 Rev A Command Reference for IE340 Series 2459
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
LOCAL RADIUS SERVER COMMANDS
ATTRIBUTE
(RADSRV-GRP)
attribute (radsrv-grp)
Overview Use this command to define a RADIUS attribute for the local RADIUS server user
group.
For a complete list of defined RADIUS attributes and values, see the Local RADIUS
Server Feature Overview and Configuration Guide.
When used with the value parameter the attribute command configures RADIUS
attributes to the user group. If the specified attribute is already defined then it is
replaced with the new value.
Use the no variant of this command to delete an attribute from the local RADIUS
server user group.
Syntax
attribute [repeated] {<attribute-name>|<attribute-id>} <value>
no attribute {<attribute-name>|<attribute-id>}
Default By default, no attributes are configured.
Mode Local RADIUS Server User Group Configuration
Usage notes For the Standard attributes, the attribute may be specified using either the
attribute name, or its numeric identifier. For example, the command:
awplus(config-radsrv-group)# attribute acct-terminate-cause 1
will produce the same results as the command:
awplus(config-radsrv-group)# attribute 49 1
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
Parameter Description
repeated This optional parameter allows you to set multiple instances
of the same attribute name or attribute ID.
<attribute-name> RADIUS attribute name for standard attributes or Vendor-
Specific attributes (see the Local RADIUS Server Feature
Overview and Configuration Guide for tables of attributes).
<attribute-id> RADIUS attribute numeric identifier for standard attributes.
<value> RADIUS attribute value.