11-15-2005 04:46 AM
Hi,
I have configured login via tacacs on a switch and it is working accept for the banner.
I used the command: aaa authentication banner but no banner when I login in.
I am using ciscosecure acs v3.0 for windows
Solved! Go to Solution.
11-15-2005 07:42 AM
if TACAS+ is the first method in the method list the banner defined with "aaa authentication banner" is not displayed. You can use the global banner definition in this case:
conf t
banner motd §
banner message
§
If you have "tacacs" and "local" as the method list you can use the "global banner" for tacacs auth and the "aaa banner" if tacacs doesn`t work (tacacs server is down). Then the local method is used and the "aaa banner" is displayed -and perhaps stating that tacacs auth is down..- so you know which password to use
HTH
MArtin
11-15-2005 05:12 AM
Hi hgru
Try the command
#conf t
#banner motd ^
your banner
^
#end
I hope this help you.
11-15-2005 07:42 AM
if TACAS+ is the first method in the method list the banner defined with "aaa authentication banner" is not displayed. You can use the global banner definition in this case:
conf t
banner motd §
banner message
§
If you have "tacacs" and "local" as the method list you can use the "global banner" for tacacs auth and the "aaa banner" if tacacs doesn`t work (tacacs server is down). Then the local method is used and the "aaa banner" is displayed -and perhaps stating that tacacs auth is down..- so you know which password to use
HTH
MArtin
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