10-30-2017 01:49 PM - edited 02-21-2020 10:37 AM
I manage about 6 switches (3 4506s, a 3650, a 3750 and the 4500x). I have successfully setup 2 factor authentication using a token/TACACs+ on 5 of them using the following commands:
aaa new-model
aaa authentication login local enable
aaa authentication login tacacs enable
aaa authentication login default group tacacs+ local
tacacs-server host <IP>
tacacs-server host <IP2>
tacacs-server key (KEY)
ip tacacs source-interface Vlan<#>
This has worked for all but the Catalyst 4500x. It has version 3.6.7E. None of the documentation I've found has yielded any help. It should be noted that I only manage the switches, not the device that handles TACACS+.
Has anyone had any experience configuring this?
Solved! Go to Solution.
10-30-2017 02:47 PM
Found a solution at the following link:
aaa group server tacacs+ ACS
server-private A.B.C.D key XXXX
ip vrf forwarding mgmtVrf
ip tacacs source-interface FastEthernet1
aaa authentication login default group ACS local
aaa authentication enable default group ACS enable
10-30-2017 02:47 PM
Found a solution at the following link:
aaa group server tacacs+ ACS
server-private A.B.C.D key XXXX
ip vrf forwarding mgmtVrf
ip tacacs source-interface FastEthernet1
aaa authentication login default group ACS local
aaa authentication enable default group ACS enable
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide