- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-16-2021 10:58 PM
From the command line of a next generation firewall i can use 'ping host blah'. Does the CLI have a command to ping a destination via TCP? Or some other tool to do the same?
12-16-2021 11:18 PM
Thank you for the post @JimMcGrady
I am not aware of any equivalent of TCP ping in PAN-OS and I do not believe such feature exists. When I have to do some basic verification of reachability from Firewall against certain TCP port, I am using SSH. For Example below sample:
When I get a response that it was closed by remote host, I know there was a response. I know it is limited and completely corresponding with your requirement, but this might be one of the workaround.
Kind Regards
Pavel
12-18-2021 09:37 PM
You can use this command from cli. ping host 4.2.2.2. this uses mgmt interface for ping
or. ping source 1.1.1.1 host 4.2.2.2. this will use source address 1.1.1.1 to ping 4.2.2.2
Regards
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!