This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multipath - fail "back"

Hi Just wondering if someone could explain how the 2 interfaces work when the "primary" interface or route comes back on-line after a failover.  When there are 2 interfaces configured in the multipath way I understand that routes out are assigned based on round-robin, unless there are specific rules, and even when there is a rule that states to use a specific interface that should that interface disconnect, all traffic will flow through the second interface.  But what happens when that first interface comes back?

A customer of mine is seeing extremely poor speeds through the first link after it has failed and then comes back on line.

Kev


This thread was automatically locked due to age.
Parents
  • Hi Kev,

    if the primary interface recovers all established connections will continue to traverse over the secondary interface. Otherwise established connections like HTTP downloads or SSH connections would disconnect.

    New connections depend on the configured rules:
    * if there are rules configured to use the primary interface, new connections will use the primary interface again
    * if there are no rules, the default round robin applies. However there is a persistence based on the source IP address valid for one hour.

    In latter case if there is a client still opening connections only the secondary interface is used for these connections as long as there are no new connections from a client for more than one hour.

    If this behavior is not requested you either have to create persistence rules based on interface or persistence rules by connections.

    Best regards
     Ulrich
Reply
  • Hi Kev,

    if the primary interface recovers all established connections will continue to traverse over the secondary interface. Otherwise established connections like HTTP downloads or SSH connections would disconnect.

    New connections depend on the configured rules:
    * if there are rules configured to use the primary interface, new connections will use the primary interface again
    * if there are no rules, the default round robin applies. However there is a persistence based on the source IP address valid for one hour.

    In latter case if there is a client still opening connections only the secondary interface is used for these connections as long as there are no new connections from a client for more than one hour.

    If this behavior is not requested you either have to create persistence rules based on interface or persistence rules by connections.

    Best regards
     Ulrich
Children
No Data