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

动态路由相关练习

时间:2017-10-18 23:14:19      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:rip 动态路由

动态路由

技术分享

R1

enbale 

configure terminal

router rip

version 2

no auto-summary

network 192.168.1.0

network 12.1.1.1  #路由器会自动生成默认掩码的IP地址段 即12.0.0.0

end

show ip route

R2 

router rip

verison 2

no auto-summary

network 12.0.0.0

network 23.0.0.0

end

show ip route

R3

router rip

version 2

no auto-summary

network 23.0.0.0

network 192.168.2.0

end

show ip route


本文出自 “45545613” 博客,谢绝转载!

动态路由相关练习

标签:rip 动态路由

原文地址:http://45545613.blog.51cto.com/13393189/1973908

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