R1
Lo 0
s1/1
R2
s1/0
s1/1
R3
s1/0
Lo 0
步骤一:配置各路由器的IP地址,并使用ping命令确认直连接口相互可以ping通。
步骤二:使用show ip route查看各路由器的路由表。
R1#show ip route查看路由表
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
is ted, 1 s
C is directly connected, Loopback0
is ted, 1 s
C is directly connected, Serial1/1
目前只有直连路由的路由条目
R1#
步骤三:配置三台路由器RIP路由。
R1(config)#router rip 启用RIP路由协议
R1(config-router)#network 。
向外通告路由,此接口网络号将被包含。
同时,通告将从此接口被发出。
R1(config-router)#network
R1(config-router)#exit
R2(config)#router rip
R2(config-router)#network ,同时可以包含两个接口。此为主类汇总地址。
R2(config-router)#exit
R3(config)#router rip
R3(config-router)#network
R3(config-router)#network
R3(config-router)#exit
步骤四:在任意一台路由器PING远端非直连网络
R1#ping
Type escap
CCNA A实验解析 实例 06 Enabling Rip 来自淘豆网m.daumloan.com转载请标明出处.