02-27-2008 12:44 PM
I have a radius problem, in which the radius login works just fine but if I stop the radius server I cannot login locally. I need to login local but not sure what is wrong with the config.
aaa new-model
aaa authentication login default group radius
aaa authentication login if_needed local
aaa authorization exec default group radius if-authenticated
!
aaa session-id common
radius-server host 10.0.x.xx auth-port 1645 acct-port 1646
radius-server source-ports 1645-1646
radius-server key ******
Solved! Go to Solution.
02-27-2008 09:35 PM
HI Peter, [Pls Rate if HELPS]
Please follow the AAA Configuration as below:
aaa new-model
aaa authentication login default group radius
aaa authentication login if_needed local
aaa authentication login both group radius local
aaa authorization exec default group radius if-authenticated
aaa authorization exec both local
!
aaa session-id common
~Make Sure to create a Local username and Password~
>>username
Hope i am Informative.
Pls Rate if HELPS
Best Regards,
Guru Prasad R
02-27-2008 09:35 PM
HI Peter, [Pls Rate if HELPS]
Please follow the AAA Configuration as below:
aaa new-model
aaa authentication login default group radius
aaa authentication login if_needed local
aaa authentication login both group radius local
aaa authorization exec default group radius if-authenticated
aaa authorization exec both local
!
aaa session-id common
~Make Sure to create a Local username and Password~
>>username
Hope i am Informative.
Pls Rate if HELPS
Best Regards,
Guru Prasad R
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