Displaying and maintaining the dhcp client, Dhcp client configuration example, Network requirements – H3C Technologies H3C SecPath F1000-E User Manual
Page 72: Configuration procedure
2
Displaying and Maintaining the DHCP Client
To do…
Use the command…
Remarks
Display specified
configuration information
display dhcp client [ verbose ] [ interface
interface-type interface-number ]
Available in any view
DHCP Client Configuration Example
Network requirements
As shown in
, on a LAN, Device B contacts the DHCP server via GigabitEthernet 0/1 to obtain
an IP address, DNS server address, and static route information. The IP address resides on network
10.1.1.0/24. The DNS server address is 20.1.1.1. The next hop of the static route to network 20.1.1.0/24
is 10.1.1.2.
The DHCP server uses Option 121 to assign static route information to DHCP clients.
shows the
format of Option 121. The destination descriptor field comprises two parts, subnet mask length and
destination network address. In this example, the value of the destination descriptor field takes 18 14 01
01, a hexadecimal number indicating that the subnet mask length is 24 and destination network address
is 20.1.1.0, and the value of the next hop address field takes 0A 01 01 02, a hexadecimal number
indicating that the next hop is 10.1.1.2.
Figure 17 Option 121 format
Figure 18 Network diagram for DHCP client configuration example
Configuration procedure
1.
Configure Device A
# Specify the IP address of GigabitEthernet 0/1.
[DeviceA] interface gigabitethernet 0/1
[DeviceA-GigabitEthernet0/1] ip address 10.1.1.1 24
[DeviceA-GigabitEthernet0/1] quit