From: John Mistichelli (jmistichelli@xxxxxxxxx)
Date: Sat May 11 2002 - 09:19:57 GMT-3
Hi,
There are two things missing, one under OSPF and one under EIGRP.
Under OSPF:
You may consider using the "subnets" keyword in your redistribution command or
only major networks will be redistributed. If you forget that it may make OSPF
redistribution appear not to work. Example:
router ospf 1
router-id 170.100.33.2
summary-address 170.100.2.0 255.255.255.0
redistribute eigrp 1 subnets
network 170.100.1.0 0.0.0.255 area 0
network 170.100.33.0 0.0.0.255 area 3
Under EIGRP:
You need a starting metric. OSPF doesn't need this because it has a starting me
tric (20). It is, however, a good idea to always provide one so that natively l
earned routes look closer than redistributed routes. Example:
router eigrp 1
redistribute ospf 1
default-metric 100 10000 255 1 1500
passive-interface Ethernet0
passive-interface Serial0
network 170.100.0.0
Hope that helps
John
7536
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:58:54 GMT-3