Configuring udp-based dns load balancing – Nortel Networks WEB OS 212777 User Manual

Page 153

Advertising
background image

Web OS 10.0 Application Guide

Chapter 6: Server Load Balancing

n

153

212777-A, February 2002

Configuring UDP-based DNS Load Balancing

1.

Configure and enable a virtual server IP address 1 on the switch.

2.

Set up the DNS service for the virtual server, and add real server group 1.

3.

Disable delayed binding.

Delayed binding is not required because UDP does not process session requests with a TCP
three-way handshake.

4.

Enable UDP DNS queries.

5.

Apply and save your configuration.

>> # /cfg

/slb/virt 1/vip 20.20.20.20

(Specify the virt server IP address)

>> Virtual Server 1# ena

(Enable the virtual server)

>> Virtual Server 1# service dns

(Specify the DNS service)

>> Virtual Server 1 DNS Service# group 1

(Select the real server group)

>> Virtual Server 1 DNS Service# dbind dis

(Disable delayed binding)

>> Virtual Server 1 DNS Service# udp ena

(Enable UDP balancing)

>> Virtual Server 1 DNS Service# apply

>> Virtual Server 1 DNS Service# save

Advertising