Setp 1 R1 basic configure
R1(config)#int fa0/0
R1(config-if)#ip add 192.168.1.254 255.255.255.0
R1(config-if)#no sh
R1(config)#int fa1/0
R1(config-if)#ip add 192.168.10.254 255.255.255.0
R1(config-if)#no sh
R1(config-if)#exit
R1(config)#do show ip int b
Interface                   IP-Address      OK? Method Status                Protocol
FastEthernet0/0             192.168.1.254   YES manual up                    up     
FastEthernet1/0             192.168.10.254 YES manual up                    up
Setp 2 radius server configure

 

 

 

 

 

 

Setp 3 radius client configure
R1(config)#aaa new-model
R1(config)#radius-server host 192.168.10.1 key cisco
R1(config)#do show run | i rad
radius-server host 192.168.10.1 auth-port 1645 acct-port 1646 key cisco
R1(config)#aaa authentication login cisco group radius local
R1#test aaa group radius aa aa new-code
Trying to authenticate with Servergroup radius
User successfully authenticated
R1(config)#line vty 0 4
R1(config-line)#login authe
R1(config-line)#login authentication cisco
R1(config-line)#exi
R1(config)#pass
R1(config)#enable password 123456
 
Setp 4 test