How To Guides > Exinda Topologies > Out of Path Topologies > Configure the Exinda appliances for VRRP with PBR and IP SLA Tracking

Configure the Exinda appliances for VRRP with PBR and IP SLA Tracking

To use policy-based routing, the interfaces on the Exinda appliancemust be configured with the appropriate settings.

  1. Click System > Network > IP Address.
  2. In the Interface Settings area, clear the BR10 checkbox.
    The bridge expands to display eth10 and eth11.

    Note

    If a virtual appliance is hosting the Exinda appliance software, clear the BR2 checkbox. The bridge expands to display eth2 and eth3.

  3. Click System > Network > IP Address.
  4. In the eth11 area, select PBR.
  5. In the Static Addresses field, type the IP address and netmask of the out-of-path Exinda appliance.
  6. In the PBR Next-Hop Address field, type the IP address of the router.
  7. Select Enable VRRP.
  8. In the Virtual Router Address field, type the group IP address.
  9. Click Apply Changes.
  10. To save the changes to the configuration file, in the status bar click Save.
  11. To set the parameters of eth11, type the following commands:

    hostname (config)# no interface eth11 dhcp

    hostname (config)# interface eth11 display

    hostname (config)# interface eth11 duplex auto

    hostname (config)# interface eth11 mtu 1500

    hostname (config)# no interface eth11 shutdown

    hostname (config)# interface eth11 speed auto

    hostname (config)# vrrp interface eth11 delay 1

    hostname (config)# vrrp interface eth11 priority 100

    hostname (config)# vrrp interface eth11 vrid 50

  12. Repeat these steps on eth10 of the out-of-path Exinda appliance #2.