基本 RIP 配置 任务 1:准备网络 任务 2:执行基本路由器配置。 任务 3:配置并激活串行地址和以太网地址。 步骤 1:配置 R1、R2 和 R3 的接口。 使用拓扑图下方表格中的 IP 地址配置 R1、R2 和 R3 路由器上的接口。 步骤 2:检验 IP 编址和接口。 使用 show ip interface brief 命令检验 IP 编址是否正确、接口是否处于活动状态。 完成后,务必将运行配置保存到路由器的 NVRAM 中。 步骤 3:配置 PC1、PC2 和 PC3 的以太网接口。 使用拓扑图下方表格中的 IP 地址和默认网关配置 PC1、PC2 和 PC3 的以太网接口。 步骤 4:通过从 PC ping 默认网关来测试 PC 配置。 任务 4:配置 RIP。 步骤 1:启用动态路由。 要启用动态路由协议,请进入全局配置模式并使用 router 命令。 在全局配置提示符处输入 router ? 可查看路由器上可用路由协议的列表。 要启用 RIP,请在全局配置模式下输入命令 router rip。 R1(config)#router rip R1(config-router)#步骤 2:输入有类网络地址。 进入路由配置模式,使用 network 命令输入每个直连网络的有类网络地址。 R1(config-router)#network 192.168.1.0 R1(config-router)#network 192.168.2.0 R1(config-router)# 步骤 3:使用 router rip 和 network 命令在 R2 路由器上配置 RIP。 R2(config)#router rip R2(config-router)#network 192.168.2.0 R2(config-router)#network 192.168.3.0 R2(config-router)#network 192.168.4.0 R2(config-router)#end %SYS-5-CONFIG_I:Configured from console by console R2#copy run start 完成 RIP 配置后,返回特权执行模式并将当前配置保存到 NVRAM 中。 步骤 4:使用 router rip 和 network 命令在 R3 路由器上配置 RIP。 R3(config)#router rip R3(config-router)#network 192.168.4.0 R3(config-router)#network 192.168.5.0 R3(config-router)#end %SYS-5-CONFIG_I:Configured from console by console R3# copy run start 本文来源:https://www.wddqw.com/doc/4697d7ca76eeaeaad1f33086.html