The Terminal Access Controller Access Control System Plus (TACACS+) and the Remote Authentication Dial-In User Service (RADIUS) protocols are both Authentication, Authorization, and Accounting (AAA) protocols used to control switch access.
Although both TACACS+ and RADIUS are AAA services, there are some major differences. On the CLEER24-10G, TACACS+ supports Authentication, Authorization, and Accounting while RADIUS only supports Authentication.
The CLEER24-10G only allows the configuration of one TACACS+ or RADIUS server at one time.
Configuration of TACACS
CLEER24-10G# configure terminal
CLEER24-10G(config)# tacacs-server host 192.168.100.2
CLEER24-10G(config)# tacacs-server key unencrypted testingsecret
CLEER24-10G(config)# tacacs-server deadtime 1
CLEER24-10G(config)# tacacs-server timeout 10
CLEER24-10G(config)# end
CLEER24-10G#
Configuration of RADIUS
CLEER24-10G# configure terminal
CLEER24-10G(config)# radius-server host 192.168.100.2
CLEER24-10G(config)# radius-server key unencrypted radiustestingsecret
CLEER24-10G(config)# radius-server deadtime 1
CLEER24-10G(config)# radius-server retransmit 5
CLEER24-10G(config)# radius-server timeout 10
CLEER24-10G(config)# end
CLEER24-10G#
Refer to the Admin Guide for all the advanced settings available in the switch. You’ll find additional resources like the Datasheet, Admin Guide, A&E spec sheet, etc on the product page here.
For more assistance,
|
Comments
0 comments
Please sign in to leave a comment.