首页 > 其他 > 详细

AS100 和AS90 2个不同自治区域如何通信

时间:2015-02-03 15:19:34      阅读:610      评论:0      收藏:0      [点我收藏+]

1 拓扑图

技术分享

技术分享

2 配置 R1

R1#show running-config | section int

interface FastEthernet0/0

 ip address 192.168.1.1 255.255.255.0

 duplex auto

 speed auto

interface FastEthernet1/0

 ip address 10.1.13.1 255.255.255.0

 duplex auto

 speed auto

interface FastEthernet2/0

 no ip address

 shutdown

 duplex auto

 speed auto

R1#show running-config | section eigrp

router eigrp 100

 network 10.1.13.0 0.0.0.255

 network 192.168.1.0

 auto-summary

R2#show running-config | section eigrp

router eigrp 100

 network 10.0.0.0

 network 192.168.1.0

 no auto-summary

router eigrp 90

 redistribute eigrp 100

 network 10.0.0.0

 no auto-summary

R2#show running-config | section int

interface FastEthernet0/0

 ip address 192.168.1.2 255.255.255.0

 duplex auto

 speed auto

interface FastEthernet1/0

 ip address 10.1.23.2 255.255.255.0

 duplex auto

 speed auto

interface FastEthernet2/0

 ip address 10.1.24.2 255.255.255.0

 duplex auto

 speed auto

R2#show running-config | section eigrp 90

router eigrp 90

 redistribute eigrp 100

 network 10.0.0.0

 no auto-summary

R2#show running-config | section eigrp

router eigrp 100

 network 10.0.0.0

 network 192.168.1.0

 no auto-summary

router eigrp 90

 redistribute eigrp 100

 network 10.0.0.0

 no auto-summary

R3#show running-config | section eigrp

router eigrp 100

 network 10.0.0.0

 no auto-summary

R3#show running-config | section int

interface FastEthernet0/0

 ip address 10.1.23.3 255.255.255.0

 duplex auto

 speed auto

interface FastEthernet1/0

 ip address 10.1.13.3 255.255.255.0

 duplex auto

 speed auto

interface FastEthernet2/0

 no ip address

 shutdown

 duplex auto

 speed auto

R4#show running-config | section eigrp

router eigrp 90

 network 10.0.0.0

 no auto-summary


本文出自 “xspjcxx” 博客,谢绝转载!

AS100 和AS90 2个不同自治区域如何通信

原文:http://xspjcxx.blog.51cto.com/8768190/1611036

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