Nortel Networks WEB OS 212777 User Manual

Page 358

Advertising
background image

Web OS 10.0 Application Guide

358

n

Chapter 14: Virtual Private Network Load Balancing

212777-A, February 2002

One static route is required for each VPN device being load balanced.

6.

Configure VRRP for virtual routers 1 and 2.

>> # /cfg/ip/route

>> IP Static Route# add 10.0.0.10

(Static route destination IP address)

>> IP Static Route# 255.255.255.255

(Destination subnet mask)

>> IP Static Route# 20.0.0.101

(Enter gateway IP address)

>> IP Static Route# 2

(For interface 2)

>> IP Static Route# add 10.0.0.11

(Enter destination IP address)

>> IP Static Route# 255.255.255.255

(Destination subnet mask)

>> IP Static Route# 20.0.0.102

(Enter gateway IP address)

>> IP Static Route# 3

(For interface 3)

>> IP Static Route# add 10.0.0.20

(Enter destination IP address)

>> IP Static Route# 255.255.255.255

(Destination subnet mask)

>> IP Static Route# 20.0.0.101

(Enter gateway IP address)

>> IP Static Route# 2

(For interface 2)

>> IP Static Route# add 10.0.0.21

(Static route destination IP address)

>> IP Static Route# 255.255.255.255

(Destination subnet mask)

>> IP Static Route# 20.0.0.102

(Enter gateway IP address)

>> IP Static Route# 3

(For interface 3)

>> # /cfg/vrrp/on

(Enable VRRP)

>> Virtual Router Redundancy Protocol# vr 1

(Select virtual router 1 menu)

>> VRRP Virtual Router 1# ena

(Enable the virtual router)

>> VRRP Virtual Router 1# vrid 1

(Assign virtual router ID 1)

>> VRRP Virtual Router 1# if 1

(To interface number 1)

>> VRRP Virtual Router 1# prio 101

(Set the renter priority)

>> VRRP Virtual Router 1# addr 30.0.0.50

(Set IP address of virtual router)

>> VRRP Virtual Router 1# share dis

(Disable sharing)

>> VRRP Virtual Router 1# track

(Select virtual router tracking menu)

>> VRRP VR 1 Priority Tracking# vrs ena

(Enable tracking of virtual routers)

>> VRRP VR 1 Priority Tracking# apply

(Apply the configuration)

>> VRRP VR 1 Priority Tracking# save

(Save the configuration)

>> VRRP VR 1 Priority Tracking# ../vr 2

(Select virtual router 2 menu)

>> VRRP Virtual Router 2# ena

(Enable the virtual router)

>> VRRP Virtual Router 2# vrid 2

(Assign virtual router ID 2)

>> VRRP Virtual Router 2# if 2

(To interface number 2)

>> VRRP Virtual Router 2# prio 101

(Set the renter priority)

>> VRRP Virtual Router 2# addr 20.0.0.1

(Set IP address of virtual router)

>> VRRP Virtual Router 2# share dis

(Disable sharing)

>> VRRP Virtual Router 2# track

(Select Virtual Router Tracking Menu)

>> VRRP VR 2 Priority Tracking# ports ena

(Track VLAN switch ports)

>> VRRP VR 2 Priority Tracking# apply

(Apply the configuration)

>> VRRP VR 2 Priority Tracking# save

(Save the configuration)

Advertising