Setting up rlb – Amer Networks E5Web GUI User Manual
Page 285

Example 4.8. Setting Up RLB
In this example, the details of the RLB scenario described above will be implemented. The
assumption is made that the various IP address book objects needed have already been defined.
The IP objects WAN1 and WAN2 represent the interfaces that connect to the two ISPs and the IP
objects GW1 and GW2 represent the IP addresses of the gateway routers at the two ISPs.
Step 1. Set up the routes in the main routing table
CLI
First, change the category context to be the main routing table:
Device:/> cc RoutingTable main
Add the route to the first ISP:
Device:/main> add Route
Interface=WAN1
Network=all-nets
Gateway=GW1
Metric=100
Add the route to the second ISP:
Device:/main> add Route
Interface=WAN2
Network=all-nets
Gateway=GW2
Metric=100
Return to the original context:
Device:/main> cc
Device:/>
Web Interface
1.
Go to: Network > Routing > Routing Tables
2.
Select the main routing table
3.
Select Add > Route
4.
The dialog for a new route will appear. For the first route, enter:
•
Interface: WAN1
•
Network: all-nets
•
Gateway: GW1
•
Local IP address: Leave as None
•
Metric: 100
Chapter 4: Routing
285