码迷,mamicode.com
首页 > 其他好文 > 详细

动态路由距离矢量路由协议RIP

时间:2015-03-02 22:38:16      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:

动态路由距离矢量路由协议RIP
R1连接R2连接R3
R1 ip192.168.12.1   R2 ip192.168.12.2,192.168.23.2  R3 ip192.168.23.3,lo:3.3.3.3

R1(config)#int s0/0
R1(config-if)#ip add 192.168.12.1 255.255.255.0
R1(config-if)#no shut
R1(config)#router rip
R1(config-router)#network 192.168.12.0

R2(config)#int s0/0
R2(config-if)#ip add 192.168.12.2 255.255.255.0
R2(config-if)#no shut
R2(config-if)#int s0/1
R2(config-if)#ip add 192.168.23.2 255.255.255.0
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#router rip
R2(config-router)#network 192.168.12.0
R2(config-router)#network 192.168.23.0

R3(config)#int s0/0
R3(config-if)#ip add 192.168.23.3 255.255.255.0
R3(config-if)#no shut
R3(config-if)#int loopback 0
R3(config-if)#ip add 3.3.3.3 255.255.255.0
R3(config-if)#no shut
R3(config)#router rip
R3(config-router)#network 192.168.23.0
R3(config-router)#network 3.0.0.0
R3(config-router)#end
R3#ping 192.168.12.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.12.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 92/101/128 ms

动态路由距离矢量路由协议RIP

标签:

原文地址:http://blog.csdn.net/shienquan/article/details/44022493

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!