views:

675

answers:

3

I have an ASA5520, and I want to run ospf on it. It has 4 interfaces. I only want the default-information originate to advertise on one interface. How would I do that?

A: 

It would be extremely dirty, but you can try to block protocol 89 IP packets for those 3 interfaces (inbound and outbound).

Just guessing, if want to steer traffic, consider declaring some routes as static, or imposing heavy weights on un-preferred links (whatever that machine SW allows).

jpinto3912
Wont work. The PIX cannot filter itself.
Sargun Dhillon
+1  A: 

Hi.

Do you want OSPF to advertise other routes than the default route on the 3 other interfaces?

If you're just interested in advertising OSPF on the one interface, just add that interface's IP under the OSPF area configuration (for instance, 10.0.0.1 255.255.255.255), and it will be the only interface doing advertising.

If you want all interfaces to advertise OSPF routes, you have to make two areas. One without default information originate for the first 3 interfaces, and one other area for the interface that should advertise default information.

A: 

Make the particular interface you want to advertise the default route on a stub.

Sargun Dhillon

related questions