Overview
To use the Virtual Router Redundancy Protocol (VRRP) with Policy-Based Routing (PBR), the interfaces on the Exinda appliance must be configured with the appropriate settings, using the Exinda web UI or using the Command-Line Interface (CLI).
This article provides step-by-step instructions on how to configure an Exinda appliance for VRRP with PBR 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
- On the out-of-path Exinda appliance # 1, launch the Exinda web UI.
- In the browser address field, type
https://<Exinda_IP_address>
. - Enter the username and password for the appliance.
- Click Login.
- In the browser address field, type
- The Exinda web UI displays.
- 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.
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
hostname (config)# no interface eth11 shutdown
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)# interface eth11 speed auto
hostname (config)# pbr interface ip next-hop 10.10.10.1
hostname (config)# pbr interface eth11
hostname (config)# interface eth11 ip address 10.10.10.2 /8
hostname (config)# no bridge BR10 enable
Priyanka Bhotika
Comments