diff --git a/source/manual/diagnostics_interfaces.rst b/source/manual/diagnostics_interfaces.rst index 8d57465f..e1e1ee83 100644 --- a/source/manual/diagnostics_interfaces.rst +++ b/source/manual/diagnostics_interfaces.rst @@ -163,6 +163,47 @@ Ping Use ping to establish if a remote host can be reached using ICMP. +============================================================================================================================================== + +=========================== ================================================================================================================== +Hostname or IP Hostname or IP address to send the icmp packet too +Address Family Send using IPv4 or IPv6 +Source address Source address to use, can be any address configured on this firewall +Packet size Specify the number of data bytes to be sent. + Keep in mind this is the payload size, an IP and ICMP header are added. +Do not fragment Set DF bit, can be used to validate if a certain packet size fits a path. +Description Description to be displayed in "jobs" tab +=========================== ================================================================================================================== + +The jobs tab contains all running or executed pings, the following options and properties are available per job: + +.. raw:: html + + + + +============================================================================================================================================== + +=========================== ================================================================================================================== +description Job description +hostname Target hostname or ip address +source_address Source address (default empty) +send Number of packets send +received Number of packets received +min min time to live (ms) +max max time to live (ms) +avg average time to live (ms) +loss loss percentage +last_error last found ping error +=========================== ================================================================================================================== + + + --------------------- Port Probe ---------------------