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 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 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.
- The Exinda web UI displays.
- To enter the privileged EXEC (enable) mode, at the prompt run the following command:
hostname > enable
- The hostname # prompt appears.
- To enter the configuration (config) mode, at the prompt run the following command:
hostname # configure terminal
- The hostname (config)# prompt appears.
hostname (config)# no bridge BR10 enable
hostname (config)# interface eth11 ip address 10.10.10.2 /24
hostname (config)# pbr interface eth11
hostname (config)# pbr interface ip next-hop 10.10.20.1
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