DHCP (Dynamic Host Configuration Protocol) Server
Left running head:
Chapter name (automatic)
1054
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
CONFIGURATION STEPS
Step 1: Configure a GigE interface, IP address for the interface and
administratively bring it up.
ALU(config)# interface GigabitEthernet3/0
ALU(config-if GigabitEthernet3/0)# no shutdown
ALU(config-if GigabitEthernet3/0)# ip address
20.20.20.20/24
Step 2: Enable DHCP Service on the OmniAccess 5740 USG
ALU(config)# service dhcp enable
Step 3: Configure DHCP pool
ALU(config)# ip dhcp pool p1
ALU(config-dhcp-pool-p1)#
Step 4: Configure a Network Pool, and Network Range for the pool
ALU(config-dhcp-pool-p1)# network 20.20.20.0/24
ALU(config-dhcp-pool-p1)# range 20.20.20.50 20.20.20.100
When the host 1 and host 2 sends broadcast request to the DHCP server, the
DHCP server assigns the IP addresses within the network range configured for
the pool p1. This can be verified by giving the show command ‘show ip dhcp
bindings [{dynamic|manual|pool <name>}]’