02-29-2012 10:49 AM - edited 03-04-2019 03:29 PM
I have a Nexus 7K router, has 2 ospf process, ospf 1 and ospf2. OSPF1 has several subnets in 10.1.0.0/16 subnet range , OSPF2 has several subnets in 10.2.0.0/16 subnet range. I want to summary OSPF 1 subnets to 10.1.0.0/16 then redistribute to OSPF2. but it doesn't work. Below is the config
ip prefix-list all seq 10 permit 0.0.0.0/0 le 32
route-map all permit 10
match ip address prefix-list all
router ospf 1
router-id 10.10.3.9
summary-address 10.20.0.0/16 not-advertise
router ospf 2
router-id 10.10.3.1
redistribute ospf 1 route-map all
03-12-2012 10:51 AM
anyone can help on this?
03-12-2012 11:35 AM
Perhaps we could offer help if we had more information to work with. Can you post the output of show ip ospf from that router. Also can you verify that OSPF 1 has learned OSPF routes from some neighbors which should be redistributed?
HTH
Rick
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide