Description |
This article describes that it is sometimes necessary to send multiple PINGs, and multiple ICMP packages by using 'ping-options repeat-count' but it could take a long time to finish. To solve it, FortiGate has a new option named: 'adaptive-ping enable' to do a 'Fast PING'. Using this option will send the same ICMP packages more quickly. |
Scope | FortiGate. |
Solution |
Example to use 'adaptive-ping enable' to send 50 ICMP packages:
exe ping-options repeat-count 50 64 bytes from 8.8.8.8: icmp_seq=0 ttl=58 time=5.0 ms 64 bytes from 8.8.8.8: icmp_seq=49 ttl=58 time=4.9 ms --- 8.8.8.8 ping statistics --- 50 packets transmitted, 50 packets received, 0% packet loss
exe ping-options adaptive-ping enable PING 8.8.8.8 (8.8.8.8): 56 data bytes 64 bytes from 8.8.8.8: icmp_seq=49 ttl=58 time=4.9 ms --- 8.8.8.8 ping statistics ---
Troubleshooting Tip: Using PING options from CLI Troubleshooting Tip: Using PING options from the FortiGate CLI |