5 pts.
 How to clear asp routing table on Cisco ASA
How to clear asp routing table on ASA.

Software/Hardware used:
ASKED: July 14, 2009  5:32 PM
UPDATED: July 20, 2009  4:29 PM

Answer Wiki:
It should be: clear arp Link provided: http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/c1.html#wp2112142
Last Wiki Answer Submitted:  July 14, 2009  5:42 pm  by  Aguacer0   8,120 pts.
All Answer Wiki Contributors:  Aguacer0   8,120 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi there,

I doubt this is the necessary command. I don’t understand a bit in Cisco ASA but from my networking experience I’m sure that arp tables have nothing to do with routing tables… In fact, in the next sections of the same document:

http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/c3.html#wp2137954

you can find this:

clear route

To remove dynamically learned routes from the configuration, use the clear route command in privileged EXEC mode.

clear route [interface_name]

By,

Petko A.

 3,120 pts.

 

Good answer if the question was how to clear the ARP table, but it was not. The question was how to clear the ASP routing table (accelerated security path).

It really should be : clear asp table which clears all the stats that are used for this.

Clearing the routes with the ‘clear route’ command will remove any dynamically learned routes in the main routing table, not in the ASP table.

 12,265 pts.

 

Thanks, BlankReg

BTW, I’ve been always puzzled by the Cisco “in house” terminology :o (( Can you explain in couple words how these “accelerated security paths”, their routing and arp tables correspond to the ole networking (firewalling?) terms?

BR,

Petko A.

 3,120 pts.

 

Hi Petkoa,

The accelerated security path is the way that the ASA handles packets in a conversation, after the decisions have been made about the first one. The first packet is dealt with by the processor, and is subjected to any filtering, or modification, and then all the subsequent ones have the same things applied to them, and are processed in exactly the same way. This is the accelerated security path. It is a bit like a layer 3 switch, it routes the first packet in a conversation, and then switches the rest using the same decisions as the routed packet.

The routing and arp tables are exactly like in a layer 3 switch or router. They are used to route packets, and to resolve mac to IP addresses respectively.

I hope this helps. More information is on the Cisco site if you want to go deeper.

Regards,

BlankReg

 12,265 pts.

 

Thanks, BlankReg,

You cleared a lot of my puzzling. So, “accelerated security path” is closer to the firewall connection tracking in stateful firewalls than to any routing paradigm… Well, why then it needs separate routing and arp tables?

I’m somewhat (severely :o ))) netfilter-skewed, and my least-favorite part there are also firewall rules-based route and arp rewriting, but to be honest, connection tracking in Linux netfilter does pretty well without these exotics…

BR,

Petko A.

 3,120 pts.