rip认证,汇总,抑制接口实验

 server1配置

 AR1配置

interface GigabitEthernet0/0/0
 ip address 10.0.12.1 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 172.16.1.254 255.255.255.0 
#
interface LoopBack0
 ip address 1.1.1.1 255.255.255.255 
#
rip 1
 version 2
 network 172.16.0.0
 network 10.0.0.0
 network 1.0.0.0
 silent-interface GigabitEthernet0/0/1

 AR2配置

interface GigabitEthernet0/0/0
 ip address 10.0.12.2 255.255.255.0 
#
interface GigabitEthernet0/0/1
 ip address 10.0.23.1 255.255.255.0 
#
interface GigabitEthernet0/0/2
 ip address 10.0.24.2 255.255.255.0 
 rip authentication-mode md5 usual cipher %$%$hG1"D0|w,)YIcQEj1*i;N"U7%$%$
#
interface LoopBack0
 ip address 2.2.2.2 255.255.255.255 
#
rip 1
 version 2
 network 10.0.0.0
 network 2.0.0.0

 AR3配置

interface GigabitEthernet0/0/0
 ip address 10.0.23.2 255.255.255.0 
 rip summary-address 192.168.0.0 255.255.255.252 
#
interface LoopBack0
 ip address 3.3.3.3 255.255.255.255 
#
interface LoopBack1
 ip address 192.168.1.1 255.255.255.0 
#
interface LoopBack2
 ip address 192.168.2.1 255.255.255.0 
#
interface LoopBack3
 ip address 192.168.3.1 255.255.255.0 
#
rip 1
 version 2
 network 3.0.0.0
 network 10.0.0.0
 network 192.168.0.0
 network 192.168.1.0
 network 192.168.2.0
 network 192.168.3.0

 AR4配置

interface GigabitEthernet0/0/0
 ip address 10.0.24.4 255.255.255.0 
 rip authentication-mode md5 usual cipher %$%$h0:20Vj[m:Y/@t'cmF)/N"M-%$%$
#
interface LoopBack0
 ip address 4.4.4.4 255.255.255.255 
#
rip 1
 version 2
 network 4.0.0.0
 network 10.0.0.0

邻居关系

猜你喜欢

转载自blog.csdn.net/qq_61759561/article/details/132836720