
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 02:12 PM - edited 03-08-2019 05:04 AM
Hi Team,
Whenever i am executing any command in a router or switch, i am receiving following error, if try for more than 2 to 3 times, the command stats executing. please advise what is the cause for this error and how to rectify this?
CE ROUTER#sh clo
% Authorization failed.
CE ROUTER#sh clo
% Authorization failed.
CE ROUTER#sh clo
17:06:30.131 EST Tue Mar 22 2016
Reagrds
Gokul Kurunthasalam
Solved! Go to Solution.
- Labels:
-
Other Switching
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 02:41 PM
Most likely you have AAA authorisation enabled. The AAA system is refusing authorization which produces the "Authorization failed" error.
My guess - you have a number of AAA servers configured. One of them is denying you access, and another is allowing you access. Hence repeating the command enough times eventually gets you onto the server to permit access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 02:41 PM
Most likely you have AAA authorisation enabled. The AAA system is refusing authorization which produces the "Authorization failed" error.
My guess - you have a number of AAA servers configured. One of them is denying you access, and another is allowing you access. Hence repeating the command enough times eventually gets you onto the server to permit access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 02:43 PM
Thanks Philip,
Please avdise how to fix this issue or please share the commands to identify these configurations.
regards
Gokul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 02:47 PM
To view your AAA config use something like:
show running | inc aaa
That will show if you are using TACAS, RADIUS, or local. From there you need to examine the specific methods config.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2019 07:32 AM
yeah it's obviously a problem with tacacs/radius authentication, I used to face same problem when i change the router name and forget to regenerate the crypto key.
example ;
crypto key generate rsa modulus 2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2020 10:23 AM - edited 01-08-2020 10:26 AM
Thank you,
I was facing the same issue, after executing command its works for me
crypto key generate rsa modulus 2048
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2024 06:07 AM
IE-9320-22S2C4X#crypto key generate rsa modulus 2048
% Authorization failed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 07:15 AM
Can you post the output of show run | sec aaa
Rick
