You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
Hello, I need your help again. Could you add resources for aaa?
!
aaa new-model
!
aaa authentication login default local
aaa authentication login Tacacs-GROUP group Radius-GROUP local
aaa authentication login VTY_authen group Tacacs-GROUP local
aaa authentication dot1x default group Radius-GROUP
aaa authorization exec default local
aaa authorization exec VTY_author group Tacacs-GROUP local if-authenticated
aaa authorization network default group Radius-GROUP
aaa authorization network Tacacs-GROUP group Radius-GROUP
aaa accounting update newinfo periodic 2880
aaa accounting identity default start-stop group Radius-GROUP
aaa accounting exec default start-stop group Tacacs-GROUP
!
!
aaa server radius dynamic-author
client 10.10.15.12 server-key 123
client 10.10.15.13 server-key 123
!
aaa session-id common
!
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
!
radius server radius_10.10.15.12
address ipv4 10.10.15.12 auth-port 1812 acct-port 1813
timeout 4
retransmit 3
pac key 123
!
radius server radius_10.10.15.13
address ipv4 10.10.15.13 auth-port 1812 acct-port 1813
timeout 4
retransmit 3
pac key 123
!
tacacs server tacacs_10.10.15.12
address ipv4 10.10.15.12
key 123
timeout 4
tacacs server tacacs_10.10.15.13
address ipv4 10.10.15.13
key 123
timeout 4
!
!
aaa group server radius Radius-GROUP
server name radius_10.10.15.12
server name radius_10.10.15.13
ip radius source-interface Loopback0
!
aaa group server tacacs+ Tacacs-GROUP
server name tacacs_10.10.15.12
server name tacacs_10.10.15.13
!
!
cts authorization list dnac-Tacacs-GROUP
The text was updated successfully, but these errors were encountered: