标签: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