07-22-2009 01:10 AM - edited 03-04-2019 05:30 AM
hi all
i have a ideal, my company has 4 main sites run ospf, and many sites (Dealer)also run ospf. there are in one OSPF domain, area 0. I want filter some routes from main site to Dealers (this mean the Dealer only know one network in the main site. I have used "Distribute-list" but is not support with ospf.
Do any one know, can help me ??
many thanks
07-22-2009 01:36 AM
Hello Duc,
you need to move to a multi area OSPF design to be able to implement route filtering.
Given the link state nature of OSPF distribute-list doesn't change the OSPF database contents but only the capability of the local node to install the route in the routing table.
At area border an ABR can filter routes using
router ospf 10
area x filter-list
only prefixes permitted by prefix-list are sent into area 0 if x is a non-zero area
Hope to help
Giuseppe
07-22-2009 04:46 AM
Hello Duc
You can try configuring the Dealer network as Stubby or total Stubby routers.
this will automatically enable single network to be learned.
07-22-2009 06:53 PM
Thanks for all supports !!
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