How To Guides > Exinda Topologies > Out of Path Topologies > Configure the Exinda Appliance for PBR on Two Subnets through the Exinda Web UI

Configure the Exinda Appliance for PBR on Two Subnets through the Exinda Web UI

To use policy-based routing, the interfaces on the Exinda appliancemust be configured with the appropriate settings.

Note

The appliance can be configured either through the Exinda Web UI or through the CLI.

  1. Click System > Network > IP Address.
  2. In the Interface Settings area, clear the BR10 checkbox.

    The bridge expands to display eth10 and eth11.

    Note

    If a virtual appliance is hosting the Exinda appliancesoftware, clear the BR2 checkbox. The bridge expands to display eth2 and eth3.

  3. Click System > Network > IP Address.
  4. In the eth11 area, select PBR.
  5. In the Static Addresses field, type the IP address and netmask of the out-of-path Exinda appliance.
  6. In the PBR Next-Hop Address field, type the IP address of the router.
  7. Click Apply Changes.
  8. To save the changes to the configuration file, in the status bar click Save.
  9. 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

  10. Repeat these steps on out-of-path Exinda appliance #2.