Vous êtes sur la page 1sur 1

R1(config)# radius server

R1(config-radius-server)#
R1(config-radius-server)#
R1(config-radius-server)#

RADIUS-1
address ipv4 192.168.1.101
key RADIUS-1-pa55w0rd
exit

R1(config)# radius server


R1(config-radius-server)#
R1(config-radius-server)#
R1(config-radius-server)#
R1(config)#

RADIUS-2
address ipv4 192.168.1.102
key RADIUS-2-pa55w0rd
exit

change to:
radius-server host 192.168.1.101
radius-server key RADIUS-1-pa55w0rd
R1(config)# aaa group server radius RADIUS-GROUP
R1(config-sg-radius)# server name RADIUS-1
R1(config-sg-radius)# server name RADIUS-2
R1(config-sg-radius)# exit
R1(config)#
R1(config)# aaa authentication login default group RADIUS-GROUP local
R1(config)# aaa authentication login TELNET-LOGIN group RADIUS-GROUP local-case
R1(config)# line vty 0 4
R1(config-line)# login authentication TELNET-LOGIN
R1(config-line)# exit
R1(config)#
R1(config)# crypto key generate rsa general-keys modulus 1024
change to:
R1(config)#crypto key generate rsa
The name for the keys will be: R1.ccnasecurity.com
Choose 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 1024 bit RSA keys, keys will be non-exportable...[OK]
R1(config)#
*Mar 1 0:29:40.398: %SSH-5-ENABLED: SSH 1.99 has been enabled

Vous aimerez peut-être aussi