扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
配置:EIGRP协议
环境:两台路由器串口相连,IP地址如下图
要求:1、在R1和R2上配置EIGRP协议,使不同网段间能够连通。
2、使用show ip route查看路由协议。
3、最后在PC1上能ping通PC2。
第一步:给两个路由器和PC配好IP。
R1配置:
R1(config)#interface s0/0
R1(config-if)#ip address 192.168.1.2 255.255.255.0
R1(config-if)#no shutdown
R1(config)#interface s0/1
R1(config-if)#ip address 192.168.2.1 255.255.255.0
R1(config-if)#clock rate 64000 ——配置时钟频率
R1(config-if)#no shutdown
R2配置:
R2(config)#interface s0/1
R2(config-if)#ip address 192.168.2.2 255.255.255.0
R2(config-if)#no shutdown
R2(config)#interface s0/0
R2(config-if)#ip address 192.168.3.1 255.255.255.0
R2(config-if)#no shutdown
第二步:配置路由协议。
R1配置:
R1(config)#router eigrp 100 ——配置EIGRP协议
R1(config-router)#network 192.168.1.0 0.0.0.255
R1(config-router)#network 192.168.2.0 0.0.0.255
R2配置:
R2(config)#router eigrp 100
R2(config-router)#network 192.168.2.0 0.0.0.255
R2(config-router)#network 192.168.3.0 0.0.0.255
第三步:使用show ip router查看路由协议如下图所示:
R1学到的路由
R2学到的路由
第四步:现在PC1和PC2可以ping通。
PC1#ping 192.168.3.2
PC2#ping 192.168.1.1
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者