The following is an example of an appropriate configuration file for a Linux dhcpd DHCPv4
server. Please refer to the documentation of your DHCP server on how to configure the
appropriate configuration file.
dhcpd.conf:
.....
class "unistimA" {
match if substring(option vendor-class-identifier, 0, 14) = “Nortel-i2004-A”;
option tftp-server-name “http://<Avaya Aura Utility Server IP address>/”;
}
class "unistimB" {
match if substring(option vendor-class-identifier, 0, 14) = “Nortel-i2004-B”;
option tftp-server-name “http://<Avaya Aura Utility Server IP address>/ ″;
}
class "sigma" {
match if substring(option vendor-class-identifier, 0, 18) = “Nortel-SIP-
Phone-A”;
option tftp-server-name “http://<Avaya Aura Utility Server IP address>/ ″;
.....
pool {
range 192.168.xxx.xxx 192.168.xxx.xxx;
allow members of "unistimA";
allow members of "unistimB";
allow members of "sigma";.
}
.....
Note:
If there is more than one DHCP server/utility server, the described process must be
performed on each DHCP/Utility server, according to the migration plan.
Note:
The IP address of the Provisioning Server can also be pushed to the IP Deskphones
with UNIStim firmware using the Nortel i2004-B option and the “prov=” argument of the
provisioning info block. Remove the “prov=” argument from the info block on your DHCP
server.
Important:
Once the DHCP configuration is put in place, there is no way to prevent random phones
migrating to the Avaya Aura environment at an unexpected time due to rebooting caused
by a power outage or other reason.
Migrating IP Deskphones with UNIStim software from CS 1000 to Avaya Aura
®
using Aura
®
Utility Server
March 2015 SIP Software for Avaya 1200 Series IP Deskphones-Administration 399
Comments? infodev@avaya.com