System information

2-14
Configuring the Switch
2
Web – Click System, Authentication Settings. Specify the authentication
sequence, server address, port number and other parameters, then click Apply.
Figure 2-6. Authentication Settings
CLI – Specify all the required parameters to enable login authentication.
Console(config)#authentication login radius 3-129
Console(config)#radius-server host 192.168.1.25 3-131
Console(config)#radius-server port 181 3-131
Console(config)#radius-server key green 3-132
Console(config)#radius-server retransmit 5 3-132
Console(config)#radius-server timeout 10 3-133
Console#show radius-server 3-133
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-129
Console(config)#tacacs-server host 10.20.30.40 3-134
Console(config)#tacacs-server port 200 3-135
Console(config)#tacacs-server key green 3-135
Console#show tacacs-server 3-136
Server IP address: 10.20.30.40
Communication key with tacacs server: green
Server port number: 200
Console(config)#