06-03-2006 09:02 AM - edited 03-03-2019 12:53 PM
I have been looking all over for a reference to how to show if aaa new-model or aaa authentication, authorization and accounting details are configured on the router. I dont want to do a "show running-config"
I thought there was a show aaa command? and I am looking for a show running-config filter?
show running-config | include aaa? was looking for a list of running-config | filters.
Solved! Go to Solution.
06-03-2006 09:06 AM
Always check http://www.cisco.com/univercd
show aaa attributes
show aaa cache filterserver
show aaa dead-criteria
show aaa local user locked
show aaa server-private
show aaa servers
show aaa user
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hsec_r/sec_s1h.htm#wp1207068
Hope this help,
if it does, please rate this post.
Vlad
for the filters dont forget that sometimes you'll have radius our tacacs servers,
so :
show running | i aaa |radius
show runn | i aaa |tacacs
06-03-2006 09:06 AM
Always check http://www.cisco.com/univercd
show aaa attributes
show aaa cache filterserver
show aaa dead-criteria
show aaa local user locked
show aaa server-private
show aaa servers
show aaa user
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hsec_r/sec_s1h.htm#wp1207068
Hope this help,
if it does, please rate this post.
Vlad
for the filters dont forget that sometimes you'll have radius our tacacs servers,
so :
show running | i aaa |radius
show runn | i aaa |tacacs
06-05-2006 04:22 AM
thanks, I have seen all those commands before,
was looking for this output from a show command:
aaa new-model
aaa authentication login default group tacacs+ local-case
aaa authentication enable default group tacacs+ enable
aaa authorization commands 15 default group tacacs+ local
aaa accounting exec default stop-only group tacacs+
aaa accounting commands 15 default stop-only group tacacs+
aaa accounting network default stop-only group tacacs+
thats from a show run
wanted like show aaa accounting etc....
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