13-36
Dynamic Host Configuration Protocol (DHCP)
Quick Start
3. Specify the range of subnets for the parent pool.
Syntax: network <network A.B.C.D> <subnet mask | /prefix length>
For example:
ProCurve(config-dhcp)# network 192.168.0.0 /16
4. Specify optional global settings such as DNS servers, WINS servers, and
lease time.
Syntax: dns-server <A.B.C.D> <secondary server A.B.C.D>
Syntax: netbios-name-server <WINS server A.B.C.D> <secondary server
A.B.C.D>
Syntax: lease <days> <hours> <minutes>
Syntax: tftp-server <A.B.C.D>
Syntax: ntp-server <A.B.C.D>
Syntax: timezone-offset <-12 to 12>
Syntax: domain-name <domain>
5. Create a DHCP server pool for an individual subnet.
ProCurve(config)# ip dhcp-server pool <poolname>
6. Specify the subnet address and subnet mask for the pool.
Syntax: network <network A.B.C.D> <subnet mask | /prefix length>
Use a prefix length for variable length networks. For example:
ProCurve(config-dhcp)# network 192.168.32.0 /19
7. Specify the default gateway.
Syntax: default-router <gateway A.B.C.D>
For example:
ProCurve(config-dhcp)# default-router 192.168.32.1
8. If you did not do so in a parent pool, specify a primary DNS server.
Syntax: dns-server <A.B.C.D>
9. You can also configure settings such as addresses for other servers and
lease time. See step 4. (The settings in the pool with the most specific
network address override settings in any parent pool.)