Pix to router connection and IP routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2004 06:13 PM - edited 02-20-2020 11:46 PM
Hi,
I would like to know who can tell me if I can add OSPF to a connection between a router and a PIX. Here is the link that made me think.
on this document you do not have an ip routeing en. Can I have OSPF enabled. Also, Can I have configuration examples for example router 2621 and PIX515
Thank you
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2004 04:55 AM
from: http://cisco.com/en/US/partner/products/hw/vpndevc/ps2030/products_qanda_item09186a0080094874.shtml
PIX Firewall implementation in version 6.3 code supports intra-area, inter-area, and external routes. This release also supports the distribution of static routes to Open Shortest Path First (OSPF) processes and route redistribution between OSPF processes.
for Configuring OSPF on a router see:
The pix is basically the same as the IOS commands. We used to use the pix with ospf but have taken it out now due to a network reconfiguration.
Here is what my config was
routing interface WAN
ospf authentication-key XXXXXXX
router ospf 1
network 10.0.16.0 255.255.255.0 area 10.0.16.0
area 10.0.16.0 authentication
log-adj-changes
