Tag: High-Availability

  • How to configure GLBP in Cisco IOS Routers

    Gateway Load Balancing Protocol (GLBP) as the name implies can be used to configure Gateway redundancy between a group of routers and at the same time load balance the traffic across all of them. GLBP is similar to the High availability protocols Hot Standby Redundancy Protocol (HSRP) & Virtual Router Redundancy Protocol (VRRP) except for the load balancing capabilities wherein HSRP and VRRP, the standby routers are configured for redundancy and act as standby only and become active only when the active router fails.

    The advantage of GLBP is it provides load balancing over multiple routers (gateways) using a single virtual IP address and multiple virtual MAC addresses. The forwarding load is shared among all routers in a GLBP group rather than being handled by a single router while the other routers stand idle. Each host is configured with the same virtual IP address, and all routers in the virtual router group participate in forwarding packets. GLBP members communicate between each other through hello messages sent every 3 seconds to the multicast address 224.0.0.102, User Datagram Protocol (UDP) port 3222 (source and destination).

    (more…)

  • Gratuitous Request and Reply in ARP

    Gratuitous ARP is a feature of the Address Resolution Protocol wherein the host broadcasts an ARP request for its own hardware address.

    (more…)

  • UltraMonkey – Load Balance and High Availability solution

    Ultra Monkey is a project to create load balanced and highly available network services. UltraMonkey is an opensource project that uses Linux Virtual Server and Heartbeat opensource projects.

    (more…)

  • Eddie – High Availability Custering Tool

    Eddie is a high availability clustering tool. It is an open source, 100% software solution written primarily in the functional programming language Erlang (http://www.erlang.org/) and is available for Solaris, Linux and *BSD.

    (more…)

  • balance – TCP proxy RoundRobin Load Balancer

    Balance from inLab Software GmBH is a simple, generic TCP proxy, which allows simple round-robin load balancing and graceful failover between several destination servers.

    Balance is available at http://balance.sourceforge.net/.

    (more…)