From: Jorge
Date: Mon Dec 09 2002 - 23:16:10 GMT-3
Solie Lab 17, page 553:
When redistributing EIGRP into OSPF on the Green Bay router, you have
effectively created a routing loop because de BRI interface
(170.10.129.1) also is included with the EIGRP network. To fix this you
need to use a route map to deny the 170.10.129.0/30 network from being
redistributed into OSPF
Instead of:
Router eigrp 1
Redistribute ospf 1 metric
network 170.10.0.0
passive-interface BRI0
Router ospf 1
Redistribute eigrp 1 metric 100 subnets route-map
DENY_BRI_ROUTE
Network 170.10.129.1 0.0.0.0 area 0
Passive-interface serial 1
Im using:
Router eigrp 1
Redistribute ospf 1 metric
network 170.10.23.0 0.0.0.3
Router ospf 1
Redistribute eigrp 1 metric 100 subnets
Network 170.10.129.1 0.0.0.0 area 0
This way I dont need to use route maps. Is this correct?
Jorge Epifanio
.
This archive was generated by hypermail 2.1.4 : Fri Jan 17 2003 - 17:21:41 GMT-3