cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
19897
Views
0
Helpful
2
Replies

show commands for AAA in Cisco IOS?

nathan
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

vladrac-ccna
Level 5
Level 5

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

View solution in original post

2 Replies 2

vladrac-ccna
Level 5
Level 5

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

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....