Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

AAA #52

Open
diyvol777 opened this issue Sep 6, 2022 · 0 comments
Open

AAA #52

diyvol777 opened this issue Sep 6, 2022 · 0 comments

Comments

@diyvol777
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant