目录
三、配置路由 使用rip v2版本(有些接口自己配,不完全展示接口配置命令)
一、实验要求
二、规划好ip的拓扑图
三、配置路由 使用rip v2版本(有些接口自己配,不完全展示接口配置命令)
AR1:
rip 1
version 2
network 192.168.1.0
timers rip 15 90 150
interface GigabitEthernet0/0/0
ip address 192.168.1.1 255.255.255.252
rip authentication-mode md5 usual cipher %$%$cSV|>tV-GKUGzZ<\H2A(RAEE%$%$
rip summary-address 192.168.1.64 255.255.255.192
AR2:
rip 1
version 2
network 192.168.1.0
timers rip 15 90 150
interface GigabitEthernet0/0/0
ip address 192.168.1.2 255.255.255.252
rip authentication-mode md5 usual cipher %$%$-RNYEyEG;S*#u['nV$T(RFAs%$%$
rip summary-address 192.168.1.128 255.255.255.192
interface GigabitEthernet0/0/1
ip address 192.168.1.5 255.255.255.252
rip authentication-mode md5 usual cipher %$%$O!rd+[gXU6RfP0Nj]NX:RGO[%$%$
rip summary-address 192.168.1.128 255.255.255.192
AR3:
rip 1
default-route originate
version 2
network 192.168.1.0
timers rip 15 90 150
interface GigabitEthernet0/0/0
ip address 192.168.1.6 255.255.255.252
rip authentication-mode md5 usual cipher %$%$s#v`5Bk&(KS0tkTr&:aERGUm%$%$
四、查看路由表