Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Injecting Gateways of last resort into OSPF 1

Status
Not open for further replies.

UnaBomber

Technical User
Aug 10, 2003
166
GB
Ok guys anyone know where I am going wrong here:

I am trying to inject a "gateway of last resort "I have confgured on a PIX into OSPF I have running within an ethernet segment.

The config is nothing fancy just 1 area brodcast media.

I know that OSPF is running on my routers and PIX ok because when I look at my routing tables I have entries for OSPF on all Routers, also the debug cmd allows me to see hello packets being multicast across any equiptment I look at.

Now the only problem is that the Static gateway of last resort I have configured on my PIX wont propogate through OSPF to my routers, while I have OSPF configured on my PIX...

Any Ideas where I am going wrong?
 
do you need the default-information command under your ospf section?
 
You wouldn't advertise your static default route in your PIX to your internal routers... You would do a default information originate (basically a default route that points to your pix).

Code:
router ospf myPID
  default-information originate
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top