Reference7:Configuration/ETH/DHCP-Server

From innovaphone wiki
Jump to navigation Jump to search
There are also other versions of this article available: Reference | Reference7 (this version) | Reference9 | Reference11r1 | Reference12r1

If the DHCP server was enabled (see chapter entitled "Configuration/ETH0-1/DHCP"), it can be configured here.

All settings marked with a "*" are innovaphone-specific settings that may only be found with innovaphone devices.

Lease Time [min]: The validity period of the DHCP lease in minutes.
Check Interval [min]: The interval (in minutes), at which a check is made whether the DHCP lease is still valid.


Address Ranges:

First Address: The IP-Adresse that represents the start of the address range (for example, 192.168.1.100).
Last Address: The IP-Adresse that represents the end of the address range (for example, 192.168.1.110).


Offer Parameters:

Network Mask: The network mask in respect of the IP-Adress (for example, 192.168.1.100 corresponds to the network mask 255.255.255.0).
Default Gateway: Standard router address (for example, 192.168.1.1).
TOS Priority: Two comma separated 8 bit values for the TOS/DSCP field in the IP header of UDP-RTP and TCP-signalling packets (Bit 0..2 'precedence', bit 3..6 'type of service'). The default for RTP packets is 0xb8 (RFC 3246 - Expedited Forwarding), for signalling packets it is 0x68 (RFC 3246 - Assured Forwarding). 0xb8,0x68 for example define the default values.
IP Routing: List of static IP-Routes in form of comma separated Address:Mask:Gateway triples (for example, 192.168.20.0:255.255.255.0:192.168.1.2,192.168.30.0:255.255.255.0:192.168.1.3).
DNS Server 1: Primary DNS server address.
DNS Server 2: Secondary DNS server address.
Domain Name: Domain name that client should use when resolving hostnames via DNS (aka primary DNS prefix).
Syslog Server: Syslog server address.
Time Server: Time server address.
Timezone String *: Time zone setting according to the IEEE POSIX standard (for example, CET-1CEST-2,M3.5.0/2,M10.5.0/3).
TFTP Server: The TFTP server address.
WINS Server: The WINS server address.
Primary Gatekeeper *: The primary gatekeeper IP address.
Secondary Gatekeeper *: The alternative Gatekeeper IP address.
Coder *: Coder preference for VoIP telephones. In addition to the preference for the general coder, the preference for the local network coder can be specified here (since V6.00 SR1-hotfix3). G729A,60/G711A,30 for example defines G729A as the general coder and G711A as the local network coder.

You can activate "Enable Secure RTP" on all phones by adding an "x" here like: G729A,60,x

You can activate "No DTMF Detection" (sending DTMF as acoustic tone) on all phones by adding an "n" here like: G729A,60,n

You can configure an exclusive coder by adding an "e" here like: G711A,30,e

Or even a combination of flags: G711A,30,exn

Gatekeeper Identifier *: The VoIP gatekeeper or the gatekeeper ID for VoIP telephones.
Dial Tones *: The dial tone that is transmitted as the standard dial tone to the VoIP telephones (for example, German PBX = as German PBX, US = US dial tone, UK = British dial tone).
Enblock Dialling Timeout [s] *: Switches on enbloc dialling for VoIP telephones.
Faststart [0|1] *: Faststart 0/1 turns off/on the H.323 Faststart procedure. If this option is not defined the default (on) applies.
Tunneling [0|1] *: Tunneling 0/1 turns off/on the H.245 Tunneling procedure. If this option is not defined the default (on) applies.
Local Networks *: List of local networks in form of comma separated Address:Mask pairs (for example, 192.168.1.0:255.255.255.0,192.168.2.0:255.255.255.0). For VoIP Calls that end up in a local network the device will try to use the coder preferred for the local network (as provided in the Coder option or defined locally).
Language *: All VoIP telephones that receive their IP-Adresse via DHCP have the language defined here set up as the standard language.
Dialling Location *: Defines the various PBX access numbers on VoIP telephones for directory access. This character string must contain /cc, /ac, /ntp, /itp, /col and /pbx options. It may look like this: "/cc 49 /ac 7031 /ntp 0 /itp 00 /col 0 /pbx 7". Although, to save bytes, you may omit the slashes (/).
AM/PM Clock [0|1]: Enables/disables the English time format for VoIP telephones. The German time format is displayed as standard: "dd.mm.yy hh:mm, 24-hour clock." If a 1 is entered in this field, the English time format "mm/dd hh:mm xm, 12-hour am/pm clock" is displayed.
LDAP Directory: To allocate a functioning LDAP configuration to all VoIP devices integrated via DHCP, a configuration character string can be entered in the LDAP Directory field. You obtain this configuration character string by executing the following command in the browser of a configured device: "<IP-Adresse of the VoIP device>/!mod cmd PHONE DIR ldap-config". When this command has been executed, a configuration character string is output in the browser, which you copy and paste into the LDAP Directory field of the DHCP server. In this way, all further devices are given a correct LDAP configuration.
Update Interval [min]: All devices integrated via DHCP are assigned the interval specified here in the Interval [min] field of the update server (see chapter entitled "Configuration/General/Update").
Update Server URL: All devices integrated via DHCP are assigned the URL specified here (for example, http://192.168.1.2/update/script.htm) in the Command File URL field of the update server (see chapter entitled "Configuration/General/Update"). An automated update of the devices is thereby ensured.
802.1q VLAN ID: The configuration at the switch must be observed for setting the VLAN ID. An empty 802.1q VLAN ID field (16 bit) assumes the value 0. The VLAN ID with the value 0 switches QoS (Quality of Service) off according to 802.1q ab. If the switch at the port to the innovaphone device happens to be configured to a different VLAN ID, the same value must be specified here to allow a prioritisation from the Ethernet. To be able to distinguish between the VLANs, the Ethernet packet is extended by 4 bytes, of which 12 bits are intended for the inclusion of the VLAN ID, making 4094 VLANs possible (VLAN ID 0 and 4095 are reserved or invalid).
802.1p VLAN Priority In the 802.1p VLAN Priority field (3 bit), the associated VLAN priority level (a value between 0 and 7) can be specified, in order that voice data is given priority forwarding, for example.

DHCP Vendor-Optioncodes

For a description howto implement the Innovaphone DHCP-Options in Microsoft or Linux DHCP Server Software refer to Reference7:DHCP client