NetGuy30

updated

6 years ago

N

NetGuy30

1 Rookie

11 Posts

0

1340

January 12th, 2021 01:00

exit privilege EXEC mode and direct logout

Hi Guys,

I'm connected via ssh to my Switch N1548P (6.6.0.2) and if I exit the privilege exec (#) mode, it puts me to the exec mode (>) but I want to logout from the switch. Now if I want to logout I have to exit privilege and exec mode.

My AAA config:
aaa authentication login "ConS" local
aaa authentication login "Remote" tacacs
aaa authentication enable "Enable" tacacs
aaa authorization exec "Remote" tacacs

My line ssh config:
exec-timeout 15
login authentication Remote
enable authentication Enable
authorization exec Remote

Does anyone have an idea?

Thanks!