首页 > 其他 > 详细

EIGRP2

时间:2014-02-09 16:14:56      阅读:433      评论:0      收藏:0      [点我收藏+]

如何将默认路由下放到EIGRP域

bubuko.com,布布扣

预配:

R1:

interface s1/0

ip address 12.1.1.1 255.255.255.0

no shut

interface loopback 0

ip address 1.1.1.1 255.255.255.0

no shut

R2:

interface s1/1

ip address 12.1.1.2 255.255.255.0

no shut

interface s1/0

ip address 23.1.1.2 255.255.255.0

no shut

interface loopback 0

ip address 2.2.2.2 255.255.255.0

no shut

R3:

interface s1/1

ip address 23.1.1.3 255.255.255.0

no shut

interface loopback 0

ip address 3.3.3.3 255.255.255.0

no shut

配置EIGRP域

R1:

router eigrp 90

eigrp router-id 1.1.1.1

network 12.1.1.0 0.0.0.255

no auto-summary

R2:

router eigrp 90

eigrp router-id 2.2.2.2

network 12.1.1.0 0.0.0.255

network 23.1.1.0 0.0.0.255

no auto-summary

R3:

router eigrp 90

eigrp router-id 3.3.3.3

network 23.1.1.0 0.0.0.255

no auto-summary


1、重分布默认路由

  R1:

  ip route 0.0.0.0 0.0.0.0 12.1.1.2

  router eigrp 90

 

EIGRP2

原文:http://867645.blog.51cto.com/857645/1357376

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!