Overview
To use Policy-Based Routing (PBR), you should configure the interfaces on the Exinda appliance with the appropriate settings, using either the Exinda web UI or using the CLI.
This article provides step-by-step instructions on how to configure an out-of-path Exinda appliance for PBR on two subnets 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.
- The Exinda web UI displays.
- The bridge expands to display eth10 and eth11.
NOTE: If you are running an Exinda virtual appliance, uncheck the BR2 option. The bridge expands to display eth2 and eth3.
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
Related Article
Configuring a Router for Policy-Based Routing With Two Subnets