1 Rookie
•
11 Posts
0
1250
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!
No Events found!
DELL-Josh Cr
Moderator
•
9.2K Posts
0
January 12th, 2021 11:00
Hi NetGuy30,
Looks like that is how the command works. Page 2379 https://dell.to/3oETUp0
DELL-Erman O
Moderator
•
2.8K Posts
0
January 15th, 2021 03:00
Hi,
Unfortunately with "exit" or "ctrl + z" you switch to the upper mode each time and return. As far as I know, you can be logout only by changing the timeout values of the session.
pg 1138 https://dell.to/3nUxZZT;
Hope this can helps!
NetGuy30
1 Rookie
•
11 Posts
0
January 15th, 2021 00:00
Hi Josh,
Thank you for the reply.
I know Dell is not Cisco but on Cisco Switches I could login directly to privilege exec mode (like Dell) and when I execute exit command in privilege exec mode it log me out.
So is there any configuration on Dell Switches to log me out from privilege exec mode when I execute exit command and not to put me in the exec mode?
Thanks!