Configuring Secondary Authentication Method
Use the following sample configuration to configure the secondary authentication method.
config
profile dnn dnn_name
authentication secondary radius [ group group_name ]
commit
NOTES:
-
profile dnn dnn_name : Enter the DNN Profile configuration mode.
-
authentication secondary radius [ group group_name ] : Enable secondary authentication under the DNN profile and sets method as RADIUS.
group group_name : This keyword is optional. This keyword defines the RADIUS server group name.
-
commit : Commit the configuration.
Example
The following is a configuration example of the secondary authentication method.
config
profile dnn intershat
...
authentication secondary radius
exit