Software Secure Firewall Threat Defense
Platform Secure Firewall Threat Defense Virtual
Activity Onboard

Health and Monitoring Troubleshooting Connection-Based Troubleshooting Troubleshoot a Connection

Last updated: Jul 29, 2025

Troubleshoot a Connection

Procedure

1

Configure a filter to identify a connection using the debug packet-condition command.

Example:

Debug packet-condition match tcp 192.168.100.177 255.255.255.255 192.168.102.177
255.255.255.255

2

Enable debugs for the interested modules and the corresponding levels. Enter the debug packet command.

Example:

Debug packet acl 5
3

Start debugging the packets using the following command:

debug packet-start
4

Fetch the debug messages from database to analyze the debug messages using the following command:

show packet-debugs
5

Stop debugging the packets using the following command:

debug packet-stop