DGS-6604
m
server
CLI Reference Guide
542
dependent. However it is recommended to be 3 and use them as a backup
server scheme.
The encryption key is used to encrypt and authenticate all communication
between the /RADIUS client and server. The same key must be
configured on the client and the server. The privilege level can be set in
/RADIUS server. The supported privilege level is project dependent.
If the wrong privilege level is configured or if the privilege level in /
RADIUS server is not configured, the system will give the default privilege level
of 2.
Example
The following example shows the network access server configured to recognize
two RADIUS host entries. The second host entry configured acts as fail-over
backup to the first one (the RADIUS host entries are tried in the order in which
they are configured).
.
Verify the settings by entering the
show aaa group server
command.
Switch(config)#aaa group server group1
Switch(config-aaa-groug-server)# server radius 172.19.10.100 key 12345678
Switch(config-aaa-group-server)# server radius 172.19.10.101 key 12345678
Switch(config-aaa-group-server)# end
Switch#