使用RIP动态路由协议配置以下实验图,分别写出各个路由器的配置,实验图中XX=38,/24位C类子网,即255.255.255.0
能不能写出AR,AR2,AR3的配置
可以,下面给出AR、AR2、AR3的RIP动态路由协议配置示例。
AR配置示例:
interface GigabitEthernet0/0/0
ip address 192.168.1.1 255.255.255.0
undo shutdown
interface GigabitEthernet0/0/1
ip address 10.0.0.1 255.255.255.0
undo shutdown
interface GigabitEthernet0/0/2
ip address 192.168.3.1 255.255.255.0
undo shutdown
rip 1 version 2
network 10.0.0.0
network 192.168.1.0
network 192.168.3.0
AR2配置示例:
interface GigabitEthernet0/0/0
ip address 192.168.2.1 255.255.255.0
undo shutdown
interface GigabitEthernet0/0/1
ip address 10.0.0.2 255.255.255.0
undo shutdown
interface GigabitEthernet0/0/2
ip address 192.168.4.1 255.255.255.0
undo shutdown
rip 1 version 2
network 10.0.0.0
network 192.168.2.0
network 192.168.4.0
AR3配置示例:
interface GigabitEthernet0/0/0
ip address 10.0.0.3 255.255.255.0
undo shutdown
interface GigabitEthernet0/0/1
ip address 192.168.5.1 255.255.255.0
undo shutdown
interface GigabitEthernet0/0/2
ip address 172.16.1.1 255.255.255.0
undo shutdown
rip 1 version 2
network 10.0.0.0
network 172.16.1.0
network 192.168.5.0