DHCP Relay Configuration
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
1079
Alcatel-Lucent
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
DHCP RELAY CONFIGURATION
This section includes the following:
• “DHCP Relay Configuration Steps”
• “DHCP Relay Configuration Flow”
• “DHCP Relay Configuration Commands”
DHCP RELAY CONFIGURATION STEPS
The following steps details the procedure to configure DHCP Relay on the
OmniAccess 5740 USG:
Step 1: Configure an interface. Enter Interface Configuration Mode.
ALU(config)# interface <name>
Example:
ALU(config)# interface GigabitEthernet3/0
ALU(config-if GigabitEthernet3/0)#
Step 2: Administratively bring up the interface
ALU(config-if <interface-name>)# no shutdown
Example:
ALU(config-if GigabitEthernet3/0)# no shutdown
Step 3: Configure IP address for the interface
ALU(config-if <interface-name>)# ip address {<ip-
address subnet-mask>|<ip-address/prefix-length>}
Example:
ALU(config-if GigabitEthernet3/0)# ip address
20.20.20.20/24
Step 4: Specify the DHCP server to which the DHCP requests are to be
forwarded. See “To Relay DHCP Packets to Server”
OR
Configure the interface through which the relay requests are to be broadcast. See
“To Relay Requests to Interface”.
Step 5: View the DHCP Relay configuration by using the show commands. See
“To View DHCP Relay Configuration”.