cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1406
Views
0
Helpful
9
Replies

Route wont clear from Blade Switch

aititsupport
Level 1
Level 1

I have a C3120X and there is a route that will not remove from the device.

 

 


MIC0001-BL#sh ip route
Default gateway is 10.15.1.7

Host Gateway Last Use Total Uses Interface
10.8.1.1 10.15.1.8 1:32 8 Vlan100
50.116.52.97 10.15.1.8 0:02 28 Vlan100
10.8.8.19 10.15.1.8 0:56 24 Vlan100
108.59.2.24 10.15.1.8 0:03 28 Vlan100
10.8.8.89 10.15.1.2 0:00 88498 Vlan100        ****
10.8.20.101 10.15.1.8 0:00 1464 Vlan100
97.107.128.58 10.15.1.8 0:08 2 Vlan100

 

The IP 10.15.1.2 isn't reachable any more and the device is no longer on our network. (OLD ASA)

 

Thoughts.

1 Accepted Solution
9 Replies 9

marce1000
Hall of Fame
Hall of Fame

 

 - I assume  you know you have to remove manually in the running and or startup configuration.... ?

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

Yes, I have, and once I try again I get the error.

 

MIC0001-BL(config)#no ip route 10.8.8.89 255.255.255.255 10.15.1.2
%No matching route to delete

 

Unless I have the syntax wrong which is possible.

 

 - Post the list of current ip route ... commands  , seen in the config, perhaps we can clarify.

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

MIC0001-BL#sh ip route
Default gateway is 10.15.1.7

Host Gateway Last Use Total Uses Interface
10.8.1.1 10.15.1.8 1:51 8 Vlan100
50.116.52.97 10.15.1.8 0:00 33 Vlan100
10.8.8.19 10.15.1.8 1:15 24 Vlan100
108.59.2.24 10.15.1.8 0:00 33 Vlan100
10.8.8.89 10.15.1.2 0:01 88519 Vlan100
10.8.20.101 10.15.1.8 0:00 1661 Vlan100
97.107.128.58 10.15.1.8 0:10 3 Vlan100
MIC0001-BL#sh run | i route
MIC0001-BL#

 

 - Not like this , I mean as defined in the running config (e.g.).

 M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

The only place that IP shows up is under my snmp configs but it doesn't specify which gateway to use.
MIC0001-BL# sh run | i 10.8
snmp-server host 10.8.8.89 version 3 priv SNMPv3_MIC_User udp-port 161
address ipv4 10.8.8.19 auth-port 1812 acct-port 1813

Not to mention that the ip 10.8.1.1 is the device that is advertising my 10.8.8.0 network which is using the correct interface.

 

 - What about # sh run | inc route ?

  M.



-- Each morning when I wake up and look into the mirror I always say ' Why am I so brilliant ? '
    When the mirror will then always repond to me with ' The only thing that exceeds your brilliance is your beauty! '

MIC0001-BL#sh run | inc route
MIC0001-BL#

No nothing. I looked into the GUI for the BLADE servers as well and still nothing. Other then wiping the config and restoring to factory default I'm not sure where else to look.