cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
760
Views
0
Helpful
1
Replies

Radius local login issues

peter.williams
Level 1
Level 1

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 ******

1 Accepted Solution

Accepted Solutions

guruprasadr
Level 7
Level 7

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 privilege password

Hope i am Informative.

Pls Rate if HELPS

Best Regards,

Guru Prasad R

View solution in original post

1 Reply 1

guruprasadr
Level 7
Level 7

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 privilege password

Hope i am Informative.

Pls Rate if HELPS

Best Regards,

Guru Prasad R