Overview
To use VRRP (Virtual Router Redundancy Protocol) with PBR (Policy-Based Routing), the interfaces on the Exinda appliance must be configured with the appropriate settings, using the Exinda web UI or using CLI.
This article provides step-by-step instructions on how to configure an Exinda appliance for VRRP with PBR using the Exinda web UI.
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.
- The bridge expands to display eth10 and eth11.
NOTE: If a virtual appliance is hosting the Exinda appliance software, uncheck the BR2 option. The bridge expands to display eth2 and eth3.
- To enter the privileged EXEC (enable) mode, run the following command at the prompt:
hostname > enable
- The hostname # prompt appears.
- To enter the configuration (config) mode, run the following command at the prompt:
hostname # configure terminal
- The hostname (config)# prompt appears.
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
Priyanka Bhotika
Comments