“TACACS+ provides access control for routers, network access servers and other
networked computing devices via one or more centralized servers. TACACS+ provides
separate authentication, authorization and accounting services.”
–IETF draft-grant-tacacs-02
(switch(config)#) Configure TACACS:
tacacs-server host IP-ADDR [key <plain|cipher>text KEY]
(switch(config)#) Depending on the TACACS server, change the auth-type from PAP to CHAP:
tacacs-server auth-type [pap|chap]
(switch(config)#) Configure AAA:
aaa authentication login default group tacacs local
aaa authorization commands default group tacacs
aaa accounting all default start-stop group tacacs
(switch(config)#)
show tacacs-server [detail]
show command listed above.