beautypg.com

Set dhcp pool option, Set dhcp pool option -27 – Enterasys Networks D-Series User Manual

Page 459

background image

set dhcp pool option

Enterasys D-Series CLI Reference

16-27

Defaults

None.

Mode

Switch command, read‐write.

Example

This example removes the NetBIOS node type from the address pool “auto1.”

D2(rw)->clear dhcp pool auto1 netbios-node-type

set dhcp pool option

Use this command to configure DHCP options, described in RFC 2132.

Syntax

set dhcp pool poolname option code {ascii string | hex string-list | ip address-

list}

Parameters

Defaults

None.

Mode

Switch command, read‐write.

Examples

This example configures DHCP option 19, which specifies whether the client should configure its 
IP layer for packet forwarding. In this case, IP forwarding is enabled with the 01 value.

D2(rw)->set dhcp pool auto1 option 19 hex 01

This example configures DHCP option 72, which assigns one or more Web servers for DHCP 
clients. In this case, two Web server addresses are configured.

D2(rw)->set dhcp pool auto1 option 72 ip 168.24.3.252 168.24.3.253

poolname

Specifies the name of the address pool. Pool names may be up to 31 
characters in length.

code

Specifies the DHCP option code, as defined in RFC 2132. Value can range 
from 1 to 254.

ascii string

Specifies the data in ASCII format. An ASCII character string containing a 
space must be enclosed in quotations.

hex string‐list

Specifies the data in HEX format. Up to 8 HEX strings can be entered.

ip address‐list

Specifies the data in IP address format. Up to 8 IP addresses can be entered.