Skip to main content
Fullmoon
New Member
October 5, 2013
Question

[SOLVED] ping

  • October 5, 2013
  • 2 replies
  • 3752 views
just curious is it possible to do continuously pinging inside fortigate console? :)

    2 replies

    abc987
    New Member
    October 5, 2013
    How did you solve it? I know the ping-options. But I think you can not set the repeat-count endless? (not like ping -t on a PC)
    ede_pfau
    SuperUser
    SuperUser
    October 5, 2013
    Surprisingly, this works for me (in 4.2):
     pigate # exec ping-options repeat-count 2000000  pigate # exec ping-options repeat-count 20000000  pigate # exec ping-options repeat-count 200000000  pigate # exec ping-options repeat-count 2000000000  pigate # exec ping-options repeat-count 20000000000  pigate # exec ping-options repeat-count 200000000000  pigate # exec ping-options repeat-count 2000000000000  pigate # exec ping-options repeat-count 20000000000000  pigate # exec ping-options repeat-count 200000000000000  pigate # exec ping-options repeat-count 2000000000000000
    And that resembles ' indefinitely' quite closely...
    abc987
    New Member
    October 5, 2013
    ok, in the meantime you can have some coffee
    Fullmoon
    FullmoonAuthor
    New Member
    October 6, 2013
    Ede provided the answer already :)