07-24-2023 01:04 PM
Hello. Please see below..
ASA5525# sh capt
capture drop type asp-drop [Buffer Full - 524249 bytes]
match ip host 172.16.2.2 host 8.8.8.8
match ip host 172.16.3.3 host 8.8.8.8
ASA5525# no capture drop type asp-drop all
ASA5525# sh capt
capture drop type asp-drop [Buffer Full - 524249 bytes]
match ip host 172.16.2.2 host 8.8.8.8
match ip host 172.16.3.3 host 8.8.8.8
---
QUESTIONS:
1. Is "capture drop type asp-drop" an active packet capture?
2. If so, why didn't it turn off with "no" command? How can I turn off this packet capture?
Solved! Go to Solution.
07-24-2023 02:38 PM
# no capture drop <<- check this
07-24-2023 01:16 PM
no capture capture <<- in feature dont use capture as name of capture' use capin or capout or capasp
07-24-2023 02:15 PM - edited 07-24-2023 02:17 PM
How do i turn off this capture?...
ASA5525# sh capt
capture drop type asp-drop [Buffer Full - 524249 bytes]
match ip host 172.16.2.2 host 8.8.8.8
match ip host 172.16.3.3 host 8.8.8.8
# no capture capture
ERROR: Capture <capture> does not exist.
# no capt Capture
ERROR: Capture <Capture> does not exist.
07-24-2023 02:16 PM
what is name of capture ? capture or drop ?
use command
no capture <name>
07-24-2023 02:19 PM
Please read original post. (Maybe there is no capture running? I don't understand data output.)
ASA5525# sh capture
capture drop type asp-drop [Buffer Full - 524249 bytes]
match ip host 172.16.2.2 host 8.8.8.8
match ip host 172.16.3.3 host 8.8.8.8
# no capture capture
ERROR: Capture <capture> does not exist.
# no capt Capture
ERROR: Capture <Capture> does not exist.
07-24-2023 02:38 PM
# no capture drop <<- check this
07-24-2023 02:24 PM
CLI analyzer tool says there are no active packet captures running.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide