cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
427
Views
0
Helpful
3
Replies

I have issue on aaa configuration in cisco 1100 ISR router.

poojaryp1974
Level 1
Level 1

Hi Team,

I have issue on aaa configuration in cisco 1100 ISR router.Kindly help me and send correct configuration.

Thnaks

 

3 Replies 3

marce1000
Hall of Fame
Hall of Fame

 

  - What is the issue ?
     + What have you tried so far ?

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Hello
Can you post the output from:
Sh run | in AAA


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

DanielP211
VIP Alumni
VIP Alumni

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

****Kindly rate all useful posts*****