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 1 - CatOS E-mail
Networking HowTo's - Cisco HowTo's
Written by Keith Short   
Friday, 16 May 2008 17:13

Having to configure or change passwords on hundreds or thousand of switches 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

 

set authentication login radius enable telnet primary
set authentication login local enable telnet
set authentication enable radius enable telnet primary
set authentication enable local enable telnet
set radius server 192.168.1.10
set radius server 10.10.10.5
set radius 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:52 )