Specifications
Vendor and Site Specific DHCP Options Reference Manual (MGCP/NCS Version)
Mediatrix 4100
57
Examples
The following are some examples of the DHCP server configuration (based on linux dhcpd).
Vendor specific options – option vendor-encapsulated-options
Syslog Server (IP address "192.168.0.1" in binary format).
6e:04:c0:a8:00:01:
Primary Image Server (IP addess and port "192.168.0.10:6000" in binary format).
75:06:c0:a8:00:01:17:70:
Secondary Image Server (IP address "192.168.0.1" in string format).
76:0b:31:39:32:2e:31:36:38:2e:30:2e:31:
Management Server (IP address and port "192.168.0.1:6000" in string format.
c8:10:31:39:32:2e:31:36:38:2e:30:2e:31:3a:36:30:30:30:
Configuration File Fetching (FQDN "server.com").
c9:0a:73:65:72:76:65:72:2e:63:6f:6d:
Site specific options
Syslog Server (IP address "192.168.0.1" in binary format). The IP-address or string format of
dhcpd can be used.
option mx-syslog-ip 192.168.0.1;
Or "option mx-syslog-str c0:a8:00:01;"
Primary Image Server (IP addess and port "192.168.0.10:6000" in binary format).
option mx-primary-image-str c0:a8:00:01:17:70;
Secondary Image Server (IP address "192.168.0.1" in string format).
option mx-secondary-image-str "192.168.0.1";
Management Server (IP address and port "192.168.0.1:6000" in #string format.
option mx-ms-str "192.168.0.1:6000";
Configuration File Fetching (FQDN "server.com").
option mx-filefetching-str "server.com";
Site specific code definition
option mx-syslog-ip code 129 = ip-address;
option mx-syslog-str code 129 = string;
option mx-primary-image-ip code 130 = ip-address;
option mx-primary-image-str code 130 = string;
option mx-secondary-image-ip code 131 = ip-address;
option mx-secondary-image-str code 131 = string;
option mx-ms-ip code 132 = ip-address;
option mx-ms-str code 132 = string;
option mx-filefetching-ip code 133 = ip-address;
option mx-filefetching-str code 133 = string;
Settings Example
Let’s say for instance you want:
the Image server at 10.3.2.154 (static)
the Management Server via DHCP in the vendor specific options
the Syslog server via DHCP in the site specific option #250
The following are the corresponding MIB values:
imageSelectConfigSource = static
imageStaticPrimaryHost = 10.3.2.154
msSelectConfigSource = dhcp
msDhcpSiteSpecificCode = 0
syslogSelectConfigSource = dhcp
syslogDhcpSiteSpecificCode = 250