Network Settings
4-7
41-001343-02 REV05 – 07.2014
Linux Example
A System Administrator can enter the following in the DHCP server:
option space AastraIPPhone57i;
option AastraIPPhone57i.cfg-server-name code 02 = text;
option space AastraIPPhone57iCT;
option AastraIPPhone57iCT.cfg-server-name code 02 = text;
Subnet 192.168.1.0 netmask 255.255.255.0 {
class "vendor-class-57i" {
match if option vendor-class-identifier="AastraIPPhone57i";
vendor-option-space AastraIPPhone57i;
option AastraIPPhone57i.cfg-server-name "ftp://username:[email protected]";
}
class "vendor-class-57iCT" {
match if option vendor-class-identifier="AastraIPPhone57iCT";
vendor-option-space AastraIPPhone57iCT;
option AastraIPPhone57iCT.cfg-server-name "tftp://10.10.10.1";
}
}
Your DHCP server configuration file, such as the
dhcpd.conf
file, may include one of these lines to configure the configu-
ration server protocol and the server details.
Protocol
Format
Examples
HTTP
http://<server>/<path>
option AastraIPPhone57iCT.cfg-server-name “http://192.168.1.45”;
option AastraIPPhone57iCT.cfg-server-name “http://192.168.1.45/path”;
option AastraIPPhone57iCT.cfg-server-name “http://httpsvr.example.com/path”;
HTTPS
https://<server>/<path>
option AastraIPPhone57iCT.cfg-server-name “https://192.168.1.45”;
option AastraIPPhone57iCT.cfg-server-name “https://192.168.1.45/path”;
option AastraIPPhone57iCT.cfg-server-name “https://httpssvr.example.com/path”;
FTP
ftp://user:password@ftpserver
option AastraIPPhone57iCT.cfg-server-name “ftp://192.168.1.45”;
option AastraIPPhone57iCT.cfg-server-name “ftp://ftpsvr.example.com”;
(for anonymous user)
option AastraIPPhone57iCT.cfg-server-name “ftp://userID:password@
ftpsvr.example.com”;
TFTP
tftp://tftpserver
option AastraIPPhone57iCT.cfg-server-name “192.168.1.45”;
option AastraIPPhone57iCT.cfg-server-name “tftpsvr.example.com”;
option AastraIPPhone57iCT.cfg-server-name “tftp://tftpsvr.example.com”;