41-001343-01 Rev 02, Release 3.2.2
4-9
Option 43 Redirection and Configuration Server (RCS) Bypass
DHCP Option 43 includes the ability to bypass contacting Aastra's Redirection and Configuration
Server (RCS), in addition to the previous support of setting the configuration server to contact.
A sub-option code 3 uses a boolean value (true or false) that controls whether or not the phone
should contact the RCS after a factory default. If this value is set to false, the the RCS is not
contacted. If it is set to true or is missing, then the RCS is contacted as per previous releases. This
can be used in conjunction with the existing code 2 sub-option to set the configuration server.
Configuring RCS Bypass via Option 43 on a Linux DHCP Server
The following example illustrates how to configure RCS bypass via Option 43 on a Linux DHCP
server.
option space AastraIPPhone;
option AastraIPPhone.cfg-server-name
code 02 = text
;
option AastraIPPhone.contact-rcs
code 03 = boolean
;
Subnet 192.168.1.0 netmask 255.255.255.0 {
#The 6757i phones do not contact the RCS but use the defined FTP server for
configuration files.
class "vendor-class-57i" {
match if option vendor-class-identifier="AastraIPPhone57i";
vendor-option-space AastraIPPhone;
option AastraIPPhone.
cfg-server-name
"ftp://username:[email protected]";
option AastraIPPhone.
contact-rcs
false
;
}
#The 6757iCT phones do not contact the RCS.
class "vendor-class-57iCT" {
match if option vendor-class-identifier="AastraIPPhone57iCT";
vendor-option-space AastraIPPhone;
option AastraIPPhone.
contact-rcs
false
;
FTP
ftp://user:password@ftpserver
option tftp-server-name “ftp://192.168.1.45”;
option tftp-server-name “ftp://ftpsvr.example.com”;
(for anonymous user)
option tftp-server-name “ftp://userID:password@
ftpsvr.example.com”;
TFTP
tftp://tftpserver
option tftp-server-name “192.168.1.45”;
option tftp-server-name “tftpsvr.example.com”;
option tftp-server-name “tftp://tftpsvr.example.com”;
Protocol
Format
Examples
Содержание 9000i Series
Страница 3: ......
Страница 17: ......
Страница 67: ......
Страница 163: ......
Страница 275: ...4 112 41 001343 01 Rev 02 Release 3 2 2 Aastra Web UI Step Action 1 Click on Advanced Settings Configuration Server...
Страница 334: ...41 001343 01 Rev 02 Release 3 2 2 5 57...
Страница 681: ......
Страница 687: ......
Страница 981: ......
Страница 985: ......
Страница 1016: ...41 001343 01 Rev 02 Release 3 2 2 C 31 prgkey5 line 1 list prgkey6 type list prgkey7 type list...
Страница 1017: ......
Страница 1021: ......
Страница 1025: ......
Страница 1037: ......