注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 路由基础命令复习笔记
 帮助

RIP与EIGRP重发布


2007-03-10 15:59:16
 标签:RIP EIGRP   [推送到技术圈]

                                                 -----R1----------R2----------R3----
                                                               RIP        EIGRP        
R1#show running-config
hostname R1
!
interface FastEthernet0/0
 ip address 10.0.0.1 255.0.0.0
 duplex half
!
interface Serial1/1
 ip address 20.0.0.1 255.0.0.0
 serial restart-delay 0
!
router rip
 network 10.0.0.0
 network 20.0.0.0  
 
R2#show running-config
 hostname R2  
!
interface Serial1/0
 ip address 20.0.0.2 255.0.0.0
 serial restart-delay 0
!
interface Serial1/1
 ip address 30.0.0.1 255.0.0.0
 serial restart-delay 0
!
!
router eigrp 90
 redistribute rip metric 100 100 100 100 100
 network 30.0.0.0
 auto-summary
!
router rip
 redistribute eigrp 90 metric 5
 network 20.0.0.0
 
R3#show running-config
!
hostname R3
!
interface FastEthernet0/0
 ip address 40.0.0.1 255.0.0.0
 duplex half
!
interface Serial1/0
 ip address 30.0.0.2 255.0.0.0
 serial restart-delay 0
!
router eigrp 90
 network 30.0.0.0
 network 40.0.0.0
 auto-summary




    文章评论
 
2007-03-10 21:10:31
欣赏。要是有更详细的图就好了

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: