cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2900
Views
0
Helpful
8
Replies

ASA 5510 static routes

Daniil Yanov
Level 1
Level 1

Good day to all.. Problem:

asa5510(config)# sh route

S 192.168.2.0 255.255.255.0 [1/0] via 195.xx.xx.xx, outside

S 10.1.1.0 255.255.255.0 [1/0] via 10.2.2.1, inside

S 192.168.1.0 255.255.255.0 [1/0] via 195.xx.xx.xx, outside

S* 0.0.0.0 0.0.0.0 [1/0] via 195.xx.xx.xx, outside

asa5510(config)# sh run | i route

route outside 0.0.0.0 0.0.0.0 195.xx.xx.xx 1

route inside 10.1.1.0 255.255.255.0 10.2.2.1 1

route inside 192.168.1.0 255.255.255.0 10.2.2.1 1

What is the route to 192.168.2.0 is STATIC(!)? And why 192.168.1.0 routes to outside interface?

Also, if I send command like as route inside 192.168.2.0 255.255.255.0 10.2.2.1, asa's answer ERROR: Cannot add route entry, conflict with existing routes. If I send command no route ouside 192.168.2.0 255.255.255.0 195.xx.xx.xx, asa's answer %No matching route to delete

Any ideas?

Software Version 8.0(4).

8 Replies 8

a.alekseev
Level 7
Level 7

I may suppose that you have configured RRI (reverse route injection)

No. There is no any reverse-route commands in config.

show the configuration

There is a base (factory-defaults) config. I have added only a static routes.

try to reload the ASA

I think the same as you, that if I reload ASA, problem will gone. But I can't to do this right now.

I'm trying to reload it on weekends. But any replies how to fix it without reload are welcome.

Renato Morais
Level 1
Level 1

Try the following commands:

route outside 192.168.2.0 255.255.255.0 195.xx.xx.xx

no route outside 192.168.2.0 255.255.255.0 195.xx.xx.xx

I have seen some issues before, not exactly with 5510 but with other ASA's where when you factory reset your config, it'll sometimes make inside security 0 and outside security 100, effectively reversing the interfaces.  This could be the cause. 

Review Cisco Networking products for a $25 gift card