Link to home
Start Free TrialLog in
Avatar of RKitchen
RKitchenFlag for United States of America

asked on

ASA 5510 Phantom Static Route

I have an ASA 5510 that is showing a static route when I do show route but isn't there when I do a show run route. I think the route is causing a routing problem but can't delete it because it isn't in the configuration. The section in question is the 10.100.99.0 line.
show route
 
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route
 
Gateway of last resort is 64.211.208.93 to network 0.0.0.0
 
C    64.211.208.64 255.255.255.224 is directly connected, outside
S    10.11.0.0 255.255.0.0 [1/0] via 10.1.1.200, inside
S    10.14.0.0 255.255.0.0 [1/0] via 10.1.1.200, inside
S    10.10.10.0 255.255.255.0 [1/0] via 10.1.1.200, inside
C    10.1.0.0 255.255.248.0 is directly connected, inside
S    10.100.99.0 255.255.255.0 [1/0] via 64.211.208.93, outside
                               [1/0] via 75.144.86.77, outside
S    10.56.0.0 255.255.248.0 [1/0] via 10.1.1.205, inside
S    10.57.0.0 255.255.248.0 [1/0] via 10.1.1.205, inside
S    10.60.0.0 255.255.248.0 [1/0] via 10.1.1.205, inside
S    10.61.0.0 255.255.248.0 [1/0] via 10.1.1.205, inside
S    10.54.0.0 255.255.248.0 [1/0] via 10.1.1.205, inside
S    10.55.0.0 255.255.248.0 [1/0] via 10.1.1.205, inside
S    10.53.0.0 255.255.248.0 [1/0] via 10.1.1.205, inside
C    10.200.0.0 255.255.248.0 is directly connected, dmz
S*   0.0.0.0 0.0.0.0 [1/0] via 64.211.208.93, outside
----------------------------------------------------------------------
show run route
route outside 0.0.0.0 0.0.0.0 64.211.208.93 1
route inside 10.10.10.0 255.255.255.0 10.1.1.200 1
route inside 10.11.0.0 255.255.0.0 10.1.1.200 1
route inside 10.14.0.0 255.255.0.0 10.1.1.200 1
route inside 10.53.0.0 255.255.248.0 10.1.1.205 1
route inside 10.54.0.0 255.255.248.0 10.1.1.205 1
route inside 10.56.0.0 255.255.248.0 10.1.1.205 1
route inside 10.57.0.0 255.255.248.0 10.1.1.205 1
route inside 10.60.0.0 255.255.248.0 10.1.1.205 1
route inside 10.61.0.0 255.255.248.0 10.1.1.205 1
route inside 10.55.0.0 255.255.248.0 10.1.1.205 1

Open in new window

Avatar of cosmicfox
cosmicfox
Flag of United States of America image

Most likely cause is reverse route injection. If you have a ipsec setup with it, it will install a route out in order for the ipsec to work.
Avatar of RKitchen

ASKER

I was playing with reverse route injection trying to fix another problem but I took them out of the config. Is it possible that these lines are left over from that experiment? Is there a way to clear static route without affecting the connections to all my other VPNs?
ASKER CERTIFIED SOLUTION
Avatar of cosmicfox
cosmicfox
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That was my guess. Just wanted to make sure I wasn't missing something obvious. Thanks