Troubleshooting Dhcp Server Configuration; Symptom; Analysis; Solution - HP 3600 v2 Series Configuration Manual

Hide thumbs Also See for 3600 v2 Series:
Table of Contents

Advertisement

Configuration procedure
Specify IP addresses for the interfaces. (Details not shown.)
1.
Configure the DHCP server:
2.
# Enable DHCP.
<SwitchA> system-view
[SwitchA] dhcp enable
# Enable the DHCP server on VLAN-interface 2.
[SwitchA] interface vlan-interface 2
[SwitchA-Vlan-interface2] dhcp select server global-pool
[SwitchA-Vlan-interface2] quit
# Configure DHCP address pool 0.
[SwitchA] dhcp server ip-pool 0
[SwitchA-dhcp-pool-0] network 10.1.1.0 mask 255.255.255.0
[SwitchA-dhcp-pool-0] option 43 hex 80 0B 00 00 02 01 02 03 04 02 02 02 02
Verifying the configuration
After the preceding configuration is complete, Switch B can obtain its IP address on 10.1.1.0/24 and PXE
server addresses from the Switch A. You can use the display dhcp server ip-in-use command on the
DHCP server to view the IP addresses assigned to the clients.

Troubleshooting DHCP server configuration

Symptom

A client's IP address obtained from the DHCP server conflicts with another IP address.

Analysis

A host on the subnet may have the same IP address.

Solution

Disable the client's network adapter or disconnect the client's network cable. Ping the IP address
1.
of the client from another host to check whether there is a host using the same IP address.
If a ping response is received, the IP address has been manually configured on a host. Execute the
2.
dhcp server forbidden-ip command on the DHCP server to exclude the IP address from dynamic
allocation.
Enable the network adapter or connect the network cable. Release the IP address and obtain
3.
another one on the client. For example, to release the IP address and obtain another one on a
Windows XP DHCP client:
In a Windows environment, select Start > Run. Enter cmd in the dialog box, and click OK to
a.
enter the command line interface.
Enter ipconfig /release to relinquish the IP address.
b.
Enter ipconfig /renew to obtain another IP address.
c.
57

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents