Created
November 22, 2018 10:24
-
-
Save jsz0/1d94b576171ee050eab7cb401661ef71 to your computer and use it in GitHub Desktop.
FortiGate ICMPv4 Services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edit "ICMPv4 echo" | |
set category "Network Services" | |
set protocol ICMP | |
set color 15 | |
set icmptype 8 | |
unset icmpcode | |
next | |
edit "ICMPv4 echo-reply" | |
set category "Network Services" | |
set protocol ICMP | |
set color 15 | |
unset icmptype | |
next | |
edit "ICMPv4 time-exceeded" | |
set category "Network Services" | |
set protocol ICMP | |
set color 15 | |
set icmptype 11 | |
unset icmpcode | |
next | |
edit "DST" | |
set category "Network Services" | |
set protocol ICMP | |
set comment "Destination Unreachable" | |
set color 15 | |
set icmptype 3 | |
unset icmpcode | |
next | |
edit "ICMPv4 traceroute" | |
set category "Network Services" | |
set protocol ICMP | |
set color 15 | |
set icmptype 30 | |
unset icmpcode | |
next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment