Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Latency and packet loss threshold

    Routing and Multi WAN
    2
    2
    1392
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • X
      xtreme698866 last edited by

      what is the default value of this two? i setup my group to trigger failover over when high latency and packet loss triggers

      thanks

      1 Reply Last reply Reply Quote 0
      • ptt
        ptt Rebel Alliance last edited by

        Default values from "apinger.conf"

        "Down" alarm definition.

        This alarm will be fired when target doesn't respond for 30 seconds.

        alarm down "down" {
        time 10s
        }

        "Delay" alarm definition.

        This alarm will be fired when responses are delayed more than 200ms

        it will be canceled, when the delay drops below 100ms

        alarm delay "delay" {
        delay_low 200ms
        delay_high 500ms
        }

        "Loss" alarm definition.

        This alarm will be fired when packet loss goes over 20%

        it will be canceled, when the loss drops below 10%

        alarm loss "loss" {
        percent_low 10
        percent_high 20

        1 Reply Last reply Reply Quote 0
        • First post
          Last post