networktocode / genieparser

sub-component of Genie that parse the device output into structured datastructure
Apache License 2.0
5 stars 2 forks source link

16. show run aaa #27

Closed q28xp closed 4 years ago

q28xp commented 4 years ago
gw1#show run aaa
!
aaa authentication login default local
aaa authentication login one-list group client1-group local
aaa authentication login VTY_authen group network1-group local
aaa authentication dot1x default group client1-group
aaa authorization exec default local 
aaa authorization exec VTY_author group network1-group local if-authenticated 
aaa authorization network default group client1-group 
aaa authorization network one-list group client1-group 
aaa accounting exec default start-stop group network1-group
aaa accounting commands 0 default start-stop group one_acct
aaa accounting commands 1 default start-stop group one_acct
aaa accounting commands 15 default start-stop group one_acct
aaa accounting Identity default start-stop group client1-group
aaa accounting update newinfo periodic 2880
username admin privilege 15 secret 9 $Kqv$VuCpuKSX66CUTz4ugsv83jUypHwL6oMiFnb7l15ZQf$865fa0WPEM7qKm
!
!
!
!
aaa server radius dynamic-author
 client 10.1.1.11 server-key 7 A967DJ3CZDABI5KZTA
!
!
radius server one-rad_10.1.1.11
 address ipv4 10.1.1.11 auth-port 1812 acct-port 1813
 timeout 4
 retransmit 3
 pac key 7 A967DJ3CZDABI5KZTA
!
radius-server attribute 6 on-for-login-auth
radius-server attribute 6 support-multiple
radius-server attribute 8 include-in-access-req
radius-server attribute 25 access-request include
radius-server attribute 31 mac format ietf upper-case
radius-server attribute 31 send nas-port-detail mac-only
radius-server dead-criteria time 5 tries 3
radius-server deadtime 3
tacacs server one-tacacs_10.3.1.17
 address ipv4 10.3.1.17
 key 7 A967DJ3CZDABI5KZTA
 timeout 5
tacacs server one-tacacs_10.3.4.16
 address ipv4 10.3.4.16
key 7 A967DJ3CZDABI5KZTA
 timeout 5
tacacs server one_server
 address ipv4 10.1.1.12
 key 7 PQNITQH4AJI8CQ6FGWKBKIYZHFALQ79W
!
aaa group server radius client1-group
 server name one-rad_10.1.15.11
 ip radius source-interface Loopback0
!
!
!
!
aaa group server tacacs+ network1-group
 server name one-tacacs_10.1.1.178
 server name one-tacacs_10.1.46.16
!
aaa group server tacacs+ one_acct
 server name one_server
!
!
!
!
!         
!
!
aaa new-model
aaa session-id common
!
!
sw5# show run aaa

!Command: show running-config aaa
!Time: Sat Aug  1 18:01:54 2020

version 5.2(1)N1(8b)
aaa authentication login default group vty_access 
aaa authentication login console local 
aaa authentication login error-enable 
tacacs-server directed-request 
gw3#show run aaa
Load for five secs: 4%/0%; one minute: 4%; five minutes: 4%
Time source is NTP, 17:35:08.484 PDT Sat Aug 1 2020
!
aaa authentication login default group SJC-ONE local
aaa authentication login CONSOLE none
aaa authorization exec default group SJC-ONE local 
aaa accounting exec default start-stop group SJC-ONE
aaa accounting commands 1 default start-stop group SJC-ONE
aaa accounting commands 15 default start-stop group SJC-ONE
username sjc privilege 15 password 7 G8SBZ3P2FOMFWO81OQOPCU
username sjc.one privilege 15 secret 8 B0np1LvDqeewkgvQSzvvq38AlAnj8Hgzw7uXPdI5M
!
!
!
!
!
!
!
!
aaa group server tacacs+ SJC-ONE
 server-private 10.2.3.10 key 7  SSGVMRT9C8SPZZ53
 server-private 10.2.36.11 key 7  HW1QKDVZZEMMO3L1
 ip tacacs source-interface Loopback0
!
!
!
aaa new-model
aaa session-id common
!
!
itdependsnetworks commented 4 years ago

Can we break this up into smaller commands?

reustaquio22 commented 4 years ago

Cisco commented on a call that they want to put this on hold.

c2rad commented 4 years ago

let's take this one off the table