01-04-2021 02:55 PM
Hey, pros, I've determined that an Implicit ACL is causing my Mobile32 traffic to drop in Phase 3, BUT it's not so kind as to give me which rule is dropping the traffic. If you're me, what's your next command? What command would you enter to see what ACL is dropping traffic for Mobile32?
Thank you all!
Solved! Go to Solution.
01-05-2021 09:55 AM
You can use the command
>system support trace
the result tells you which policy generates the block.
example.
more information
01-04-2021 04:28 PM - edited 01-04-2021 04:29 PM
Create a packet capture that only collects dropped packets due to an ACL:
ASA5508# capture mycapture type asp-drop acl-drop
Next view the packet capture to see what traffic is getting dropped which might lead you to the ACL that needs tweaking:
ASA5508# show capture mycapture 5 packets captured 1: 18:25:42.987879 1.1.1.1.43605 > 2.2.2.2.34577: S 431469340:431469340(0) win 1024 Drop-reason: (acl-drop) Flow is denied by configured rule
01-05-2021 09:55 AM
You can use the command
>system support trace
the result tells you which policy generates the block.
example.
more information
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