Authorization error and prompt HOST:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 02:17 AM
Hello everyone,
I have one switch with AAA configured with outsid NPS server for user login authorization. After enabling AAA function on switch and I tried to login , what i see is Host: prompt with banner .
tried debugging, but log indicated authentication and authorization was successful, there is no error infos.
below is my configuration for AAA:
aaa authentication login SRMLNPS group SRMLNPS local
aaa authorization exec SRMLNPS group SRMLNPS local
aaa authorization network default group cnhkgacp
aaa accounting update periodic 15
line vty 0 4
authorization exec SRMLNPS
logging synchronous
login authentication SRMLNPS
below is snopshot for error login :
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 03:27 AM
what device model and IOS code running on it ?
Are you able to access from console or you locked now ?
check below thread may help you :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 03:37 AM
The switch model is C9200-48p,software version is 17.08,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 03:41 AM
I can access device with console and also tried troubleshooting with debug aaa authorization cammnd, the log display the user successfully being authorized But with the wrong privilege 15(which i set privilege 1 with this username on NPS server)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2023 03:43 AM
And as long as i undo command 'authoriza exec radius-server' under line vty mode, the error just dispeared.
