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 |
---|
Enter the appliance User Name and Password. Click Login.
The Exinda Web UI is displayed.
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. |
---|
To enter privileged EXEC (enable) mode, at the prompt type the following command:
hostname > enable
The hostname # prompt is displayed.
To enter configuration (config) mode, at the prompt type the following commands:
hostname # configure terminal
The hostname (config)# prompt is displayed.
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
hostname (config)# vrrp interface eth11 delay 1
hostname (config)# vrrp interface eth11 priority 100
hostname (config)# vrrp interface eth11 vrid 50
|
|