查看完整版本: 主题: IGRP和EIGRP 重分布

hnza001 2007-1-26 01:37

主题: IGRP和EIGRP 重分布

[size=2]实验IGRP和EIGRP 重分布[/size] [size=2]---(Lo0)R2(S2/0)---(S1/0)R1(S2/0)----(S1/0)R3(Lo0)---[/size]
[size=2]实验目的:验证IGRP和EIGRP 重分布[/size]
[size=2]r1
hostname 1
!
interface Serial1/0
ip address 10.1.1.1 255.255.255.0
clockrate 64000
!
interface Serial2/0
ip address 172.16.1.1 255.255.255.0
!
router eigrp 1
network 10.1.1.0 0.0.0.255
no auto-summary
no eigrp log-neighbor-changes
!
router igrp 1
network 172.16.0.0[/size]
[size=2]r2
hostname 2
!
interface Loopback0
ip address 172.16.2.1 255.255.255.0
!
interface Serial2/0
ip address 10.1.1.2 255.255.255.0
!
router eigrp 1
network 10.1.1.0 0.0.0.255
network 172.16.2.0 0.0.0.255
no auto-summary
no eigrp log-neighbor-changes[/size]
[size=2]r3
hostname 3
!
interface Loopback0
ip address 172.16.3.1 255.255.255.0
!
interface Serial1/0
ip address 172.16.1.3 255.255.255.0
clockrate 64000
!
router igrp 1
network 172.16.0.0[/size]
[size=2][color=#cc0000]在r2上的外部路由表示为"D EX",而在r3上外部路由表示为"I".[/color][/size]
页: [1]
查看完整版本: 主题: IGRP和EIGRP 重分布