Configuring the dhcp relay agent, Adding the ip addresses of the dhcp servers – Allied Telesis AT-8100 Series User Manual
Page 486
Chapter 29: DHCP Relay Overview
486
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 486
“Adding DHCP Relay to the VLANs” on page 487
“Configuring the DHCP Relay Option 82” on page 489
“Configuring the Maximum Hop Count” on page 491
“Activating or Deactivating DHCP Relay on the Switch” on page 491
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.