- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018 09:46 AM - edited 03-01-2019 05:32 AM
We have configured our APIC's to accept radius authentication and this is working for the web GUI. Is there a way to configure this so that if I am trying to troubleshoot from the CLI that i can use radius to authenticate?
Solved! Go to Solution.
- Labels:
-
Cisco ACI
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018 08:11 PM
When you try to log in via SSH, what user name format do you use?
The correct format should be like the one below.
apic#<domain>\\<username>
Note you must use the “apic#” before the domain name. For example, if you want to log in using the fallback domain and username admin, you would use “apic#fallback\\admin”
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018 08:11 PM
When you try to log in via SSH, what user name format do you use?
The correct format should be like the one below.
apic#<domain>\\<username>
Note you must use the “apic#” before the domain name. For example, if you want to log in using the fallback domain and username admin, you would use “apic#fallback\\admin”
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018 06:52 AM
Thank you very much. The incorrect format I was using was <domain>\<username>. I have verified with the format you posted below and I am able to successfully authenticate my SSH sessions.
