Are your ospf routes internal? If they are external then you need Redistribute ospf 1 match internal external
Aaron On Tuesday, August 30, 2011, Magnus Påhlsson <[email protected]> wrote: > Hello! > > mBGP and Multicast between two AS. I want to redistribute IGP into BGP > but can't get it to work with OSPF. redist connected and EIGRP works > but not OSPF. Looked around online and found others with the same > issues but no explanation. > > Anyone? :) > > router ospf 1 > log-adjacency-changes > passive-interface FastEthernet0/0 > network 1.1.1.1 0.0.0.0 area 0 > network 10.10.12.1 0.0.0.0 area 0 > network 100.145.14.1 0.0.0.0 area 0 > ! > router bgp 100 > no bgp default ipv4-unicast > bgp log-neighbor-changes > neighbor 10.10.12.2 remote-as 200 > neighbor 100.145.14.4 remote-as 100 > ! > address-family ipv4 > neighbor 10.10.12.2 activate > neighbor 100.145.14.4 activate > neighbor 100.145.14.4 next-hop-self > no auto-summary > no synchronization > network 1.1.1.1 mask 255.255.255.255 > exit-address-family > ! > address-family ipv4 multicast > redistribute ospf 1 match internal > neighbor 10.10.12.2 activate > neighbor 100.145.14.4 activate > neighbor 100.145.14.4 next-hop-self > no auto-summary > exit-address-family > ! > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com > _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
