Start a conversation

Configuring an Exinda Appliance for VRRP With PBR and IP SLA Tracking Using CLI

Overview

To use the Virtual Router Redundancy Protocol (VRRP) with Policy-Based Routing (PBR) and IP Service Level Agreement (SLA) tracking, you should configure the interfaces on the Exinda appliance, using the Exinda web UI or the Command-Line Interface (CLI).

This article provides step-by-step instructions on how to configure an Exinda appliance for VRRP with PBR and IP SLA tracking using the CLI.

CAUTION! Configure your appliance using the IP addresses that correspond to your network. The IP addresses and netmasks used in this article are for demonstration purposes only.


Process

  1. On the out-of-path Exinda Appliance # 1, launch the Exinda web UI.
    1. In the browser address field, type https://<Exinda_IP_address>.
    2. Enter the username and password for the appliance.
    3. Click Login to display the Exinda web UI.
    4. Ensure you are in Advanced mode.
  2. Go to Configuration > System > Tools > Console.
  3. Type the appliance username and password at the prompts.
    • To enter the privileged EXEC (enable) mode, run the following command:

      hostname > enable
      • The hostname # prompt appears.
    • To enter the configuration (config) mode, run the following command:

      hostname # configure terminal
      • The hostname (config)# prompt appears.
  4. Remove the BR10 bridge:

    hostname (config)# no bridge BR10 enable
  5. Set the IP address and the netmask of the out-of-path Exinda appliance #1:

    hostname (config)# interface eth11 ip address 10.10.10.2 /8
  6. Identify the interface to be used for PBR:

    hostname (config)# pbr interface eth11
  7. Set the IP address of the router:

    hostname (config)# pbr interface ip next-hop 10.10.10.1
  8. 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
  9. To set the VRRP parameters, type the following commands:

    hostname (config)# vrrp interface eth11 delay 1>
    hostname (config)# vrrp interface eth11 enable
    hostname (config)# vrrp interface eth11 priority 100
    hostname (config)# vrrp interface eth11 vip 10.10.10.100
    hostname (config)# vrrp interface eth11 vrid 50
  10. Repeat the above steps on the out-of-path Exinda appliance #2.

 

Related Article

Configuring a Router for VRRP With PBR and IP SLA Tracking

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments