Specifications

User Authentication
2-27
2
Web – Click System, Authentication Settings. To configure local or remote
authentication preferences, specify the authentication sequence (i.e., one to three
methods), fill in the parameters for RADIUS or TACACS+ authentication if selected,
and click Apply.
Figure 2-19 Authentication Settings
CLI – Specify all the required parameters to enable login authentication.
Console(config)#authentication login radius 3-51
Console(config)#radius-server host 192.168.1.25 3-52
Console(config)#radius-server port 181 3-53
Console(config)#radius-server key green 3-53
Console(config)#radius-server retransmit 5 3-54
Console(config)#radius-server timeout 10 3-54
Console#show radius-server 3-54
Server IP address: 192.168.1.25
Communication key with radius server: green
Server port number: 181
Retransmit times: 5
Request timeout: 10
Console(config)#
Console(config)#authentication login tacacs 3-51
Console(config)#tacacs-server host 10.20.30.40 3-55
Console(config)#tacacs-server port 200 3-56
Console(config)#tacacs-server key green 3-56
Console#show tacacs-server 3-56
Server IP address: 10.20.30.40
Communication key with tacacs server: green
Server port number: 200
Console(config)#