DHCP is an excellent option for phones deployed in a local office. Your Avaya phone can be removed from its box and simply plugged into the network. All the setting will be retrieved from the server.
Avaya phones look for DHCP option 242 for auto-provisioning. 242 needs to be of type string.
Here is a sample string:
"HTTPSRVR=company.domain.com,HTTPDIR=/app/provision,FORCE_HTTP_AUTH_USERNAME=admin,FORCE_HTTP_AUTH_PASSWORD=password,DES_STAT=0"
Below is an explanation of all of the Key-values:
When a phone boots up and retrieves option 242, it will first begin looking for the J100Supgrade.txt file inside of the HTTPDIR. This file contains a pointer to the MAC specific file that has the extension settings.
One method of getting phones to switch to the voice vlan is through the use of DHCP.
Avaya looks for option 242 (string) for the VLAN ID that it should be on. This is accomplished by adding the following to option 242: "L2Q=1,L2QVLAN=11,VLANTEST=0"
Below is an explanation of all of the Key-values:
When a phone boots, if you have option 242 set to "xxx" where xxx is your vlan id, the phone will release it's address lease and request a new one with it's frames tagged with the vlan ID.
This option is needed on the default vlan DHCP scope to make the phone switch.