Version 6.8  183  Mediant 2600 E-SBC 
User's Manual   15. Services 
3.  Click Add; the following dialog box appears: 
Figure  15-3: DHCP Option Table - Add Record Dialog Box 
 
4.  Configure additional DHCP Options for the DHCP server according to the parameters 
described in the table below. 
5.  Click Submit. 
Table  15-4: DHCP Option Table Parameter Descriptions 
Parameter  Description 
Web: Index 
CLI: dhcp option 
[DhcpOption_Index] 
Defines an index number for the new table record.  
Note: Each table row must be configured with a unique index. 
Web: DHCP Server Index 
CLI: dhcp-server-number 
[DhcpOption_DhcpServerIndex]
Associates the DHCP Option table entry with a DHCP server that 
you configured in ''Configuring the DHCP Server'' on page 177.  
Note: Currently, only one DHCP server (Index 0) can be 
configured and therefore, this parameter is always set at 0. 
Web: Option 
CLI: option 
[DhcpOption_Option] 
Defines the code of the DHCP Option. 
The valid value is 1 to 254. The default is 159.  
For e
xample, for DHCP Option 150 (Cisco proprietary for defining 
multiple TFTP server IP addresses), enter the value 150. 
Web: Type 
CLI: type 
[DhcpOption_Type] 
Defines the format (type) of the DHCP Option value that is 
configured in the 'Value' parameter (see below). 
  [0] ASCII = (Default) Plain-text string (e.g., when the value is 
a domain name). 
  [1] IP address = IPv4 address. 
  [2] Hexadecimal = Hexadecimal-encoded string. 
For example, if you set the 'Value' parameter to "company.com", 
you need to set the 'Type' parameter to ASCII.