I have tested here.

It does not work.

I have tried to install a REJECT or DISCARD next-hop for OSPF Internal Routes. It does not work too.

JUNOS does not support this features for OSPF Internal Routes, only IOS ....

I was thinking trying to put some of the OSPF Internal routes in another routing table .... using rib-groups

Does anyone think that it is possible ? Or some other thing to filter or to null some OSPF internal routes ?

Thanks a lot




is there a chance to use policy-statements here to accomplish this?
say for example:

from {
   protocol ospf route-type internal ...
}

then {
reject;
}
?
-Payam






Phill Jolliffe wrote:
Only external LSA can be prevented from entering the RIB via ospf import policy.


On Thu, Dec 2, 2010 at 12:10 AM, Giuliano Cardozo Medalha
<[email protected]> wrote:
People,

Hi,

We are trying to filter OSPF Internal Routers from being installed into the
RIB (Routing Table).

JUNIPER has the correct command to filter input routes.

set protocols ospf import <policy name>

But when we create an import policy on our environment ... all the internal
routes are not filtered and are installed onto the RIB.

Is there any way to use policy routing to block the internal ospf routes to
be installed onto the RIB ?

it is possible to use rib-groups to redirect the ospf internal routes to
another routing table ?

Can you please give to me some guide ?

Thanks a lot,

Giuliano
_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp







_______________________________________________
juniper-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to