Troubleshooting Cisco ASA

Die Cisco ASA hat ein paar kleine Tools, die sich ziemlich gut in der GUI verstecken, aber auch in der CLI nicht so ganz offensichtlich sind:

  • packet-tracer
  • capture

Zum Packet-Tracer gibts nach dem Break mehr, zu Capture schreib ich nächste Woche was.

packet-tracer

Der Packet Tracer findet sich im GUI unter den Tools und bietet einem die Möglichkeit, nachzuvollziehen welchen Weg ein Paket durch die Firewall geht.


Das ganze gibts auch noch für die CLI:

asa# packet-tracer input ingress-interface protocol source destination

Also zum Beispiel

asa# packet-tracer input outside tcp 87.21.31.38 12341 10.0.0.2 80
...
Result:
input-interface: outside
input-status: up
input-line-status: up
output-interface: outside
output-status: up
output-line-status: up
Action: allow
asa#

Man kann sich auch sehr gut die Phasen ansehen, durch die das Paket läuft, ob es in ein VPN gepackt wird, ob es geNAT'ed wird, etc. Alles in allem sehr hilfreich.

Trackbacks

    No Trackbacks

Comments

Display comments as (Linear | Threaded)

    No comments


Add Comment


Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Markdown format allowed