No Account Yet?

You are not logged in.

Add to: JBookmarks Add to: Facebook Add to: Windows Live Add to: Digg Add to: Del.icoi.us Add to: Reddit Add to: StumbleUpon Add to: Slashdot Add to: Netscape Add to: Furl Add to: Yahoo Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Google Information
Cisco Radius Configuration Part 2 - IOS E-mail
Networking HowTo's - Cisco HowTo's
Written by Keith Short   
Friday, 16 May 2008 17:38

The same issues are relevant here as in my CatOS Radius HowTo, so I repeat it here. 

"Having to configure or change passwords on hundreds or thousand of routers can be a daunting and downright boring task. So I suggest using Radius as a much more scalable solution. This gives you a central location to manage users that are allowed to access your network gear.

There is also the added benefit of individual passwords for each user, so you can always tell who did what and when. In a nutshell it makes everyone think twice about changes as, they will be tracked back to the implementor. That means less mistakes. Not that any of us make mistakes. :)"

Below is a basic configuration with redundant Radius Servers defined.  The items in red are specific to your environment.

 

aaa new-model

aaa authentication login default group radius local
aaa authorization exec default group radius if-authenticated
aaa authorization console

radius-server host 192.168.1.10
radius-server host 10.10.10.5
radius-server key password
 

Comments
Search RSS
Only registered users can write comments!

3.22 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Friday, 16 May 2008 22:53 )