Overview
To use the Virtual Router Redundancy Protocol (VRRP) with Policy-Based Routing (PBR) and VLANs (Virtual Local Area Networks), 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 VLANs using the 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.
- The Exinda web UI displays.
- The bridge expands to display eth10 and eth11.
NOTE: Clear the BR2 checkbox if you are using an Exinda virtual appliance. The bridge expands to display eth2 and eth3.
10
.- The eth11.10 interface is created.
- To enter the privileged EXEC (enable) mode, run the command:
hostname > enable
- The hostname # prompt appears.
- To enter the configuration (config) mode, run the command:
hostname # configure terminal
- The hostname (config)# prompt appears.
hostname (config)# no interface eth11.10 dhcp
hostname (config)# interface eth11.10 display
hostname (config)# interface eth11.10 duplex auto
hostname (config)# interface eth11.10 mtu 1500
hostname (config)# no interface eth11.10 shutdown
hostname (config)# interface eth11.10 speed auto
hostname (config)# vrrp interface eth11.10 delay 1
hostname (config)# vrrp interface eth11.10 priority 100
hostname (config)# vrrp interface eth11.10 vrid 50