CCIE学习笔记-IGP策略路由试验.doc
文本预览下载声明
CCIE学习笔记-IGP策略路由试验
本文由bdfa_26350贡献
pdf文档可能在WAP端浏览体验不佳。建议您优先选择TXT,或下载源文件到本机查看。
作者:尾巴
BOLG: /尾巴的乖宝宝
IGP 策略试验笔记
也没什么说的还是感谢 和 给 我们创造了一个学习交流的好地方 很感谢菜菜和小牛 感 谢
这个试验笔记不是我一个人的努力完成的 虽然只有短 短 16 页 6 个试验 东西不多但是涵盖的内容却很丰富。在我 写这些的时候感谢木头人 /860706295) ( 和
Edison()对我的帮助和支持
其实这些都是我备考 IE 自己做的笔记,记录这些只希望 给自己学习的过程留下点什么,欢迎大家指出错误多多拍砖 谢谢!
作者:尾巴
BOLG: /尾巴的乖宝宝
①.ospf 的路由重发布
条件:
R1,R2 R2,R3 R2,R5 R1,R4 /24 /24 /24 /24 EIGRP 100 OSPF 100 RIP V2 EIGRP 90
配置 R1:
router eigrp 100 redistribute eigrp 90 metric 10000 100 255 1 1500(把 100 重发布到 90 中去) network 55 network 55 no auto-summary router eigrp 90 redistribute eigrp 100 metric 10000 100 255 1 1500(把 90 重发布到 100 中去) network auto-summary
10000 带宽
100 延时
255 可信度
1 负载
1500 MTU
作者:尾巴
BOLG: /尾巴的乖宝宝
配置 R2:
router eigrp 100 redistribute rip metric 10000 100 1 255 1500 redistribute ospf 100 metric 10000 100 1 255 1500 network 55 no auto-summary router ospf 100 router-id log-adjacency-changes redistribute eigrp 100 metric-type 1 subnets (设置进入 ospf 中的类型为 E1) redistribute rip metric 30 subnets(可以是子网信息存在在路由表中不是用则只有主网地 址存在) network area 0 network area 0 default-metric 40(修改 Metric 值 但是如果不是用默认那么此修改无效!) router rip version 2 redistribute eigrp 100 metric 3 redistribute ospf 100 metric 4 network no auto-summary
总结路由重发布: Ospf,eigrp,rip 中改动默认 metric 时候使用 default-metric 命令 Subnets 字段的使用 一定要在 ospf 发布中加入 以免信息中只有主网地址出现
default-metric 的权限小于 redistribute 中的权限 所以如果在重发布中不适用默认度量 default-metric 才可以起作用
作者:尾巴
BOLG: /尾巴的乖宝宝
②.双点双向重发布
双点双向重发布:
做配置:观察四个路由器上的路由发现 R1 路由: /24 is subnetted, 1 subnets C is directly connected, Loopback0 /24 is subnetted, 1 subnets D EX [170/2588160] via , 00:02:22, FastEthernet0/0 [170/2588160] via , 00:02:22, FastEthernet0/0 /24 is subnetted, 1 subnets D EX [170/2588160] via , 00:02:22, FastEthernet0/0 [170/2588160] via , 00:02:22, FastEthernet0/0 /24 is subnetted, 1 subnets D EX [170/2588160] via , 00:02:41, FastEt
显示全部