08-28-2023 08:03 AM
I have a ISE server that is unable to communicate with my switch stack. I have tied in my ISE server on the switch already below is my config.
aaa authentication login VTY group ise-servers local
aaa authentication enable default group ise-servers enable
aaa authorization exec VTY group ise-servers local
aaa authorization config-commands
aaa authorization console
aaa accounting exec default start-stop group ise-servers
aaa accounting commands 0 default start-stop group ise-servers
aaa accounting commands 1 default stop-only group ise-servers
aaa accounting commands 7 default stop-only group ise-servers
aaa accounting commands 15 default stop-only group ise-servers
aaa accounting system default start-stop group ise-servers
I have tested my user created on my ISE gui using the test aaa group ise-servers username password which came back successful but when i try to log in through ssh it is blocked. also when I open another ssh session to log in with local credentials on the switch it errors out saying Error in Authentication.
Solved! Go to Solution.
08-28-2023 08:25 AM
@Nick O your method list is VTY, that should be referenced under the VTY line configuration
line vty 0 4
login authentication VTY
Guide for reference - https://community.cisco.com/t5/security-knowledge-base/cisco-ise-device-administration-prescriptive-deployment-guide/ta-p/3738365
08-28-2023 08:09 AM
@Nick O as you've defined the method list called VTY have you configured the VTY lines to use this method list? If not it will not use ISE for AAA.
08-28-2023 08:14 AM
line vty 0 4
exec-timeout 30 0
password 7 070C285F4D0659
logging synchronous
login authentication ise-servers
transport input ssh
this is the config I have right now
08-28-2023 08:25 AM
@Nick O your method list is VTY, that should be referenced under the VTY line configuration
line vty 0 4
login authentication VTY
Guide for reference - https://community.cisco.com/t5/security-knowledge-base/cisco-ise-device-administration-prescriptive-deployment-guide/ta-p/3738365
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