08-23-2024 05:23 AM
Hello, i want to login into a cat9500 on the console.
does not matter what i do i am not able to get into pivileged mode. whatever config i put then (local authen tication etc.). the switch always tries to authorize via TACACS-server and this fails.
disabling tacacs on the console is the same. i can then use the line password or a local user...but when i try to authorize it it fails.
i understand that maybe on the console you shpuld not have access in the situation when erveything is up...but on cat 6880x the same config works.
any idea on that?
router>en
Username:admin
Password:
% Error in authentication.
thanks
08-27-2024 12:40 AM - edited 08-27-2024 12:45 AM
i am not sure if it is a bug...or a change in the behaviour. with software 17.3.3 it simply works as always. with 17.9.4.a we need this "pivilege 15" under "line con 0" and the tacacs-user does not work in general
08-27-2024 12:49 AM - edited 08-27-2024 01:11 AM
I see this issue multi time and even cisco employer can not solve it.
So
As workaround
Use
Login authentication defualt <<- authc by tacacs user
Privilege level 15 <<- local authz give level 15 immediately
Try above.
Thanks alot
MHM
08-27-2024 06:30 AM
i tried this too...does not work with TACACS User then
08-27-2024 06:36 AM
Use below commands only no authz
Login authentication defualt <<- authc by tacacs user
Privilege level 15 <<- local authz give level 15 immediately
MHM
08-27-2024 02:01 AM
Hello
@waschminator wrote:
- ogin into the console under normal circumstances with TACACS-User and password
- in case of issues just use the console password
This is applicable
example:
aaa authentication login CONSOLE group loginserver line
aaa authorization exec CONSOLE group loginserver none
line console 0
authorization exec CONSOLE
login authentication CONSOLE
privilege level 15
password xxxxx
08-27-2024 06:34 AM - edited 08-27-2024 08:29 AM
it does not work.
additional information:
R1(config-line)#authorization exec CONSOLE
%Authorization without the global command 'aaa authorization console' is useless
so i have confiigured 'aaa authorization console' too. but anyway i can not get in
08-27-2024 08:26 AM
Hello
@waschminator wrote:
it does not work.
additional information:
CHU-SDR1(config-line)#authorization exec CONSOLE
%Authorization without the global command 'aaa authorization console' is uselessso i have confiigured 'aaa authorization console' too. but anyway i can not get in
Be careful here.... ,
The aaa statement i created was manually named CONSOLE however there is also a default authorization statement the two are totally separate
aaa authorization exec CONSOLE group loginserver none <---i created
aaa authorization console -- < aaa default
so for clarity........
aaa authentication login CONSOLE_NEW group loginserver line
aaa authorization exec CONSOLE_NEW group loginserver none
line console 0
authorization exec CONSOLE_NEW
login authentication CONSOLE_NEW
privilege level 15
password xxxxx
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