Switches, Hubs, and Modems
1823753 Members
3962 Online
109664 Solutions
New Discussion юеВ

OSPF filter default route

 
Jerome Covini
Occasional Contributor

OSPF filter default route

On a 5412 or 8212, if I configure the following :

router ospf restrict 0.0.0.0/0,
What will happen ? Will only the default route prefix be prevented from redistribution ? Or will it prevent ALL routes from being redistributed ? I am currently redistributing all statics + connected subnets.

2 REPLIES 2
Marcus J
Frequent Advisor

Re: OSPF filter default route

Hi!
Only the default route will be restriced.
Jerome Covini
Occasional Contributor

Re: OSPF filter default route

Thanks