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

How I can enable AAA on cisco 2811

bharat.sahoo
Level 1
Level 1

I want to enable local AAA TACAS and RADIUS to log all of the administrator activity on router. I also want to enable ssh

1 Reply 1

Collin Clark
VIP Alumni
VIP Alumni

Where do you want to log the activity? On the AAA server? SYSLOG? Locally?

To configure SSH (you will need a crypto image)

Router(config)#hostname RouterOne

RouterOne(config)#ip domain-name mydomain.com

RouterOne(config)#crypto key generate rsa

The name for the keys will be: RouterOne

Chooses the size of the key modulus in the range of 360 to 2048 for your

General Purpose Keys. Choosing a key modulus greater than 512 may take

a few minutes.

How many bits in the modulus [512]: 1024

Generating RSA keys ...

[OK]

RouterOne(config)#ip ssh time-out 60

RouterOne(config)#ip ssh authentication-retries 2

RouterOne(config)#line vty 0 4

RouterOne(config-line)#transport input ssh

RouterOne(config-line)#^Z

RouterOne#write memory

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: