Skip to content

Instantly share code, notes, and snippets.

@jsz0
Created November 22, 2018 10:24
Show Gist options
  • Save jsz0/1d94b576171ee050eab7cb401661ef71 to your computer and use it in GitHub Desktop.
Save jsz0/1d94b576171ee050eab7cb401661ef71 to your computer and use it in GitHub Desktop.
FortiGate ICMPv4 Services
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