XML Overview
Administration Tags
3.3.2Network and IP Routing
3.3.2.1DHCP
Parameter | dhcp | WEB |
|
|
|
Index | – |
|
|
|
|
Value | true, false | true = DHCP Discover |
|
| false = manual IP address |
|
|
|
Example | <Item name="dhcp">false</Item> | DHCP is switched off |
|
|
|
Notes | "false": ipaddress, mask, |
|
|
|
|
3.3.2.2Terminal IP address
Parameter | ipaddress | WEB |
|
|
|
Index | – |
|
|
|
|
Value | 192.168.0.1 | IP address for the phone. 4 x 8 bit |
|
| dec. value separated by "." |
|
|
|
Example | <Item name="ipaddress">192.168.0.1 | Assigns the phone the IP ad- |
| </Item> | dress: 192.168.0.1. |
|
|
|
Notes | dhcp requires: mask, gwdefault |
|
|
|
|
3.3.2.3Terminal Mask
Parameter | mask | WEB |
|
|
|
Index | – |
|
|
|
|
Value | 255.255.255.0 | Network mask 4 x 8 bit dec. value |
|
| separated by "." |
|
|
|
Example | <Item name="mask">255.255.255.0</Item> | Assigns the mask 255.255.255.0 |
|
|
|
Notes | dhcp, ipaddress, requires: gwdefault |
|
|
|
|
XML Configuration Management, Administrator Manual |