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

动态路由

时间:2017-08-20 12:27:30      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:route   http   conf   ges   routing   rip协议   发布   点对点   转发   

RIP协议 跳数 30秒广播路由表 最大跳数16跳

技术分享

动态路由:

router(config)#ip routing ;启动路由转发

router(config)#router rip ;启动RIP路由协议。

router(config)#version 2 ;使用版本2

router(config-router)#network 192.168.110.0;设置发布路由,设置的是网段

router(config-router)#negihbor ;点对点帧中继用。

route#show ip protocols;查看动态路由配置情况

 

cisco专有协议eigrp协议

选择最佳路径 带宽和延迟 100 规模较大的网络 周期性更新路由表

Router eigrp

Network

 

路由协议优先级

直连最高0

静态路由优先级1

ergip优先级90

ospf优先级110

rip协议优先级120

技术分享

动态路由

标签:route   http   conf   ges   routing   rip协议   发布   点对点   转发   

原文地址:http://www.cnblogs.com/lifi/p/7399382.html

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