IGRP和EIGRP 重分布
实验IGRP和EIGRP 重分布 ---(Lo0)R2(S2/0)---(S1/0)R1(S2/0)----(S1/0)R3(Lo0)---
实验目的:验证IGRP和EIGRP 重分布
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
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
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
在r2上的外部路由表示为"D EX",而在r3上外部路由表示为"I".