10-17-2024 09:41 PM
Hi Team,
I have issue on aaa configuration in cisco 1100 ISR router.Kindly help me and send correct configuration.
Thnaks
10-17-2024 10:43 PM
- What is the issue ?
+ What have you tried so far ?
M.
10-18-2024 12:22 AM
Hello
Can you post the output from:
Sh run | in AAA
10-18-2024 12:43 AM
Hello!
Sample configuration for radius device auth is as follows:
!
aaa new-model
aaa session-id common
!
aaa authentication login default group ISE_SERVERS local
aaa authorization exec default group ISE_SERVERS local
aaa accounting exec default start-stop group ISE_SERVERS
!
!
radius server ISE1
address ipv4 XX.XX.XX.XX auth-port 1812 acct-port 1813
timeout 2
key 0 XXX
!
radius server ISE2
address ipv4 XX.XX.XX.XX auth-port 1812 acct-port 1813
timeout 2
key 0 XXX
!
!
aaa group server radius ISE_SERVERS
server name ISE1
server name ISE2
deadtime 1
timeout 2
load-balance method least-outstanding batch-size 20
!
!
!
!
!
!
ip radius source-interface VlanXX
BR
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