cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
456
Views
0
Helpful
2
Replies

Error Message on PIX 6.3(5)

Eli Barb
Level 1
Level 1

I'm working on one of our lab 515 firewalls testing a config change that I'll be pushing out. I pulled the config off of the production box and pasted it into the lab. Now on the box I'm getting the following error message, which probably doesn't do anything except cause a slight annoyance. Has anyone else seen this and what can I do to fix it.

WARNING: unable to add route to OSPF RIB

Thanks

Eli

2 Replies 2

jowalton
Level 1
Level 1

Ive seen that error message a lot when an engineer overlooks their static statements.

since we cannot see your config, take a look at it yourself and see if there is a misconfiguration.

Well so far after working a bit more with this problem I see it happening even after only the most basic commands on a new config. Here's the basics of what I've done so far sans the public ip. This isn't really a big deal because so far the only system I'm getting this on is this lab box that I'm copying the configs of production boxes onto to verify future config changes.

pixfirewall(config)# interface ethernet0 auto

pixfirewall(config)# interface ethernet1 100full

pixfirewall(config)# interface ethernet2 100full

pixfirewall(config)# interface ethernet3 100full

pixfirewall(config)# interface ethernet4 auto shutdown

pixfirewall(config)# interface ethernet5 auto shutdown

pixfirewall(config)# nameif ethernet0 outside security0

pixfirewall(config)# nameif ethernet1 inside security100

pixfirewall(config)# nameif ethernet2 dmz1 security4

pixfirewall(config)# nameif ethernet3 dmz2 security6

pixfirewall(config)# nameif ethernet4 intf4 security8

pixfirewall(config)# nameif ethernet5 intf5 security10

pixfirewall(config)# ip address outside x.x.x.x 255.255.255.224

pixfirewall(config)# ip address inside 192.168.39.251 255.255.252.0

WARNING: unable to add route to OSPF RIB

pixfirewall(config)# ip address dmz1 172.17.36.1 255.255.255.0

pixfirewall(config)# ip address dmz2 172.17.37.1 255.255.255.0

Review Cisco Networking for a $25 gift card