ICX SWITCH LOCAL ACCOUNT USER
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 06:51 AM
After configuring aaa on my icx 7450 switch, I can't login on switch any more using the local account user.
The logging request is rejected by SSH, How can I solve this please?
The logging request is rejected by SSH, How can I solve this please?
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 07:11 AM
Can you show us your 'aaa authentication' statement in your configuration?
Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us
support.ruckuswireless.com/contact-us
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 07:17 AM
sure, here it is:
aaa authentication web-server default local
aaa authentication enable default radius local
aaa authentication login default radius local
aaa authentication login privilege-mode
aaa accounting commands 0 default start-stop radius
aaa accounting exec default start-stop radius
aaa accounting system default start-stop radius
aaa authentication web-server default local
aaa authentication enable default radius local
aaa authentication login default radius local
aaa authentication login privilege-mode
aaa accounting commands 0 default start-stop radius
aaa accounting exec default start-stop radius
aaa accounting system default start-stop radius
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 07:37 AM
"aaa authentication login default radius local"
This statement makes radius the first authentication method. You will need to use an account defined on your radius server. The local accounts will only be backup in case radius fails.
This statement makes radius the first authentication method. You will need to use an account defined on your radius server. The local accounts will only be backup in case radius fails.
Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us
support.ruckuswireless.com/contact-us
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2020 07:50 AM
but the local account is created on the icx switch... Do you think that I have to create it on radius server preferably? cause if the connection is lost with radius sever, and the account is defined on it, we will don't have any backup account to login on icx switch. What do you think?

