Specifications

Vendor and Site Specific DHCP Options Reference Manual (MGCP/NCS Version)
Mediatrix 4100
55
Please refer to your DHCP server’s documentation to learn how to create site specific information. See
Entering IP Addresses” on page 55 for more details on the syntax to use.
Option Codes
This table lists all vendor specific sub-option codes.
Entering IP Addresses
In the DHCP server, IP addresses can be entered in decimal, hexadecimal or octal format. See IP Addresses
on page 41 for more details.
There are two formats of address string:
Long: Has a size of 6 bytes (12 hexadecimal characters) and includes the IP address and port.
Short: Has a size of 4 bytes (8 hexadecimal characters) and includes only the IP address. In
this case, the default port is used.
Numeric values are stored in network byte order (Big-Endian).
When entering IP addresses in the DHCP server, there is a difference between the vendor specific option and
the site specific option.
The vendor specific options must be encapsulated because more than one information can be stored in this
option:
[code][length][4-6 bytes address][another code][another length][another
address]...
The site specific options can have only one information per option:
[4-6 bytes address]
Table 41: Sub-Option Codes
Code
Description
Decimal Hexadec.
110 0x6E Syslog Server address and port.
117 0x75 Image Primary Server host address and port.
The default port number is 69 if you are using TFTP as protocol.
The default port number is 80 if you are using HTTP as protocol.
118 0x76 Image Secondary Server host address and port.
The default port number is 69 if you are using TFTP as protocol.
The default port number is 80 if you are using HTTP as protocol.
200 0xC8 Management Server SNMP Trap host address and port.
201 0xC9 Configuration file fetching host address and port.
The default port number is 69 if you are using TFTP as protocol.
The default port number is 80 if you are using HTTP as protocol.
207 0xCF MGCP Call Agent host address and port.
210 0xD2 NCS Call Agent host address and port.
Table 42: Address String Formats
Variable Valid Range Typical Value Note
IP Address Any valid IP address 192.168.0.2
(hex. 0xC0.0xA8.0x0.0x2)
N/A
Port 1 - 32,768 162
(hex. 0xA2)
Not present in the format with dimension
4.