beautypg.com

Configuring the dhcp relay agent, Adding the ip addresses of the dhcp servers – Allied Telesis AT-FS970M Series User Manual

Page 464

background image

Chapter 27: DHCP Relay Overview

464

Configuring the DHCP Relay Agent

Here are the procedures to configuring the DHCP relay agent:

“Adding the IP Addresses of the DHCP Servers” on page 464

“Adding DHCP Relay to the VLANs” on page 465

“Configuring the DHCP Relay Option 82” on page 467

“Configuring the Maximum Hop Count” on page 469

“Activating or Deactivating DHCP Relay on the Switch” on page 469

Adding the IP

Addresses of the

DHCP Servers

The first step to configuring the relay agent is to specify the IP addresses
of the DHCP servers on your network, with the IP DHCP-RELAY
SERVER-ADDRESS command in the Global Configuration mode. You
can specify up to five addresses. This example of the command adds the
two DHCP server addresses 149.23.22.143 and 149.23.104.23 to the
relay agent.

awplus> enable

Enter the Privileged Exec mode
from the User Executive mode.

awplus# configure terminal

Enter the Global Configuration
mode.

awplus(config)# ip dhcp-relay server-address
149.23.22.143
awplus(config)# ip dhcp-relay server-address
149.23.104.23

Specify the IP addresses of the
DHCP servers with the IP DHCP-
RELAY SERVER-ADDRESS
command.

awplus(config)# exit

Return to the Privileged Exec
mode.