Configuring RADIUS Attributes
Use the following sample configuration to configure the RADIUS attributes for authentication and accounting.
config
profile radius
attribute { nas-identifier value | nas-ip ipv4_address }
commit
NOTES:
-
profile radius : Enter the RADIUS configuration mode.
-
attribute { nas-identifier value | nas-ip ipv4_address } : Configure the RADIUS identification parameters.
-
nas-identifier value : Specify the attribute name by which the system will be identified in Accounting-Request messages. value must be an alphanumeric string.
-
nas-ip ipv4_address : Specify the NAS IPv4 address. ipv4_address must be an IPv4 address in dotted decimal notation.
-
-
commit : Commit the configuration.
Example
The following is an example of the RADIUS attributes configuration.
config
profile radius
attribute
nas-identifier CiscoSmf
exit
exit