10-27-2024 08:47 PM
Hello,
I have radius group called ADRADIUS for centralize SSH login using Active Directory user.
Anyone know whay different between two command below? What different between WORD and default after login syntax?
aaa authentication login ADRADIUS local group ADRADIUS
aaa authentication login default local group ADRADIUS
Solved! Go to Solution.
10-27-2024 09:58 PM - edited 10-27-2024 09:58 PM
If you use the default method list, it automatically applies to all lines unless a different method list is explicitly defined.
some admins will add the command "login authentication default" for clarity purposes but you don't have to
10-27-2024 09:03 PM
using "WORD" allows you to create custom authentication methods that can be applied to specific interfaces or lines (like console, vty lines, or other access methods). You can configure multiple named method lists and apply them selectively depending on where you want different authentication mechanisms.
using "default" you define global default authentication method for all lines or interfaces unless overridden by a named method list
10-27-2024 09:17 PM
using "default" you define global default authentication method for all lines or interfaces
If we use "default", are we still need to issue command "login authentication default" on line vty for example?
10-27-2024 09:58 PM - edited 10-27-2024 09:58 PM
If you use the default method list, it automatically applies to all lines unless a different method list is explicitly defined.
some admins will add the command "login authentication default" for clarity purposes but you don't have to
10-30-2024 06:11 AM
Hi,
Nope, only if you use a named list (so not the default list).
Best,
Cristian.
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