EIGRP redistribution simple

Configuration de la redistribution de route entre l`AS 100 et l`AS 300 sur le routeur R1

R1(config)#router eigrp 100
R1(config-router)#redistribute eigrp 300
R1(config)#router eigrp 300
R1(config-router)#redistribute eigrp 100

Vérifications :

BB3#show ip route eigrp
     1.0.0.0/24 is subnetted, 1 subnets
D EX    1.1.1.0 [170/20665600] via 10.1.113.3, 00:04:11, Ethernet0
     3.0.0.0/24 is subnetted, 1 subnets
D       3.3.3.0 [90/409600] via 10.1.113.3, 1d13h, Ethernet0
     4.0.0.0/24 is subnetted, 1 subnets
D       4.4.4.0 [90/21177600] via 10.1.113.3, 1d12h, Ethernet0
     111.0.0.0/24 is subnetted, 3 subnets
D EX    111.2.2.0 [170/20668160] via 10.1.113.3, 00:04:11, Ethernet0
D EX    111.1.1.0 [170/20668160] via 10.1.113.3, 00:04:11, Ethernet0
D EX    111.0.0.0 [170/20668160] via 10.1.113.3, 00:04:11, Ethernet0
     10.0.0.0/24 is subnetted, 6 subnets
D       10.1.14.0 [90/21049600] via 10.1.113.3, 1d13h, Ethernet0
D       10.1.13.0 [90/20537600] via 10.1.113.3, 1d13h, Ethernet0
D       10.1.12.0 [90/21049600] via 10.1.113.3, 1d13h, Ethernet0
D EX    10.1.111.0 [170/20540160] via 10.1.113.3, 00:04:11, Ethernet0
D       10.1.100.0 [90/20537600] via 10.1.113.3, 1d13h, Ethernet0
This entry was posted in EIGRP. Bookmark the permalink.

Comments are closed.