cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
829
Views
0
Helpful
4
Replies

Mixed login in Cisco Router

walter.perera
Level 1
Level 1

Hi all:

I have configured Radius on all my network devices, but I need to enable mixed login (Radius and local) for only one of them (creating a local admin user)

Could someone help me?

Thanks!!

W.

1 Accepted Solution

Accepted Solutions

Walter,

In that case you need to use local first,

aaa authentication login default group local RadiusServers

Regards,

~JG

Do rate helpful posts

View solution in original post

4 Replies 4

Jagdeep Gambhir
Level 10
Level 10

Here are the command

Router(config)# username [username] password [password]

radius-server host [ip]

radius-server key [key]

aaa new-model

aaa authentication login default group radius local

Request will first go to radius and if it is down then it will let you in using local credential.

Regards,

~JG

Do rate helpful posts

Hi JG

Thanks for your answer.

We have quite similar config:

aaa new-model

!

!

aaa group server radius RadiusServers

server [IP] auth-port [PORT1] acct-port [PORT2]

!

aaa authentication login default group RadiusServers local

aaa authentication enable default group RadiusServers enable

aaa session-id common

and when Radius is down, it works, but we want to create a local user on one of the routers and let them login not using Radius (the rest of the users will continue using Radius)

Hope it is clear.

Thanks

W.

Walter,

In that case you need to use local first,

aaa authentication login default group local RadiusServers

Regards,

~JG

Do rate helpful posts

Hi JG:

Thanks for your post. It works!

Just a small change:

aaa authentication login default local group [RadiusServers]

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: