Allied Telesis Routers and Switches Fiche technique - Page 3
Parcourez en ligne ou téléchargez le pdf Fiche technique pour {nom_de_la_catégorie} Allied Telesis Routers and Switches. Allied Telesis Routers and Switches 15 pages. Allied telesis router and switch data sheet
Example of Basic Redundancy
Configure Load Balancer 1
1. Name the router
Name this router LB-1.
2. Create the VLANs
Create the three VLANs that this example uses:
•
VLAN 2 for the public Internet side
•
VLAN 3 for the private LAN side
•
VLAN 4 for managing the load balancer redundancy
3. Add ports to the VLANs
Add ports to the three VLANs.
4. Configure IP on the VLANs
Enable IP.
Give the public VLAN a unique public address. Note that public clients will not browse to
this address; they will browse to the virtual balancer's IP address instead (see step 8).
Give the private VLAN a private address. Note that the servers will not use this address as a
gateway; they will use the VRRP virtual address instead (see step 7).
Give the redundancy management VLAN a private address.
Configure Load Balancer Redundancy on Allied Telesis Routers and Switches
set system name=LB-1
create vlan=vlan2 vid=2
create vlan=vlan3 vid=3
create vlan=vlan4 vid=4
add vlan=2 port=1
add vlan=3 port=2-4
add vlan=4 port=5
enable ip
add ip int=vlan2 ip=172.214.1.3 mask=255.255.255.0
add ip int=vlan3 ip=192.168.1.200
add ip int=vlan4 ip=192.168.2.2
3