What is wrong with this syntax?
diagnose sniffer packet any 'src 10.x.y.z dst 172.a.b.c'
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Solved...:
diagnose sniffer packet any 'src 10.x.y.z dst and 172.a.b.c'
your syntax is wrong for tcpdump filters. It's supposed to be:
diag sniffer packet any 'src 10.x.y.z and dst 172.a.b.c' 4 0 l (header/forever/local time)
Or you can use different options at the end.
Toshi
Hello @Toshi_Esumi
Even this syntax also works :
diag sniffer packet any 'src 10.1.1.1 and dst 172.1.1.1'
Although it is better to use with the header and verbose level and timestamps.
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1696 | |
1091 | |
752 | |
446 | |
228 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.