Need help with Avaya IP phones

Phusion phusion2k at gmail.com
Thu Jul 29 17:48:34 UTC 2010


On Thu, Jul 29, 2010 at 10:49 AM, Simon Hobson <dhcp1 at thehobsons.co.uk> wrote:
> Phusion wrote:
>
>> I need some help assigning IP's for Avaya IP phones. I have tried many
>> different config options, but none have worked. From the logs it looks
>> like the IP phones try to get IP addresses from range for desktop PC's
>> which use a different VLAN.
>>
>> data network
>> - desktop PC's
>> - range 192.168.1.x
>> - VLAN 1
>>
>> voice network
>> - Avaya 4610, 4620 IP phones
>> - range 192.168.101.x
>> - VLAN 101
>>
>> The server running DHCP is FreeBSD 8.0 and the version of DHCP is
>> 3.1.2. Here is one of the basic config files I tried.
>>
>> # /usr/local/etc/dhcpd.conf
>>
>> ddns-update-style none;
>> option option-176 code 176 = string;
>>
>> shared-network data {
>>    subnet 192.168.1.0 netmask 255.255.255.0 {
>>        option routers 192.168.1.2;
>>        option broadcast-address 192.168.1.255;
>>        option option-176 "L2Q=1,L2QVLAN=1";
>>        range 192.168.1.100 192.168.1.199;
>>    }
>> }
>>
>> shared-network voice {
>>    subnet 192.168.101.0 netmask 255.255.255.0 {
>>        option routers 192.168.101.1;
>>        option broadcast-address 192.168.101.255;
>>        option option-176
>>
>> "MCIPADD=192.168.101.10,MCPORT=1719,TFTPSRVR=192.168.1.34,L2Q=1,L2QVLAN=101,VLANTEST=300";
>>        range 192.168.101.100 192.168.101.139;
>>    }
>> }
>
> OK, we need to take a step back and look at your network. How is the server
> connected to the VLANs ? How are the phones connected ? Are you sure the
> phones re actually in the right VLAN ?
>
> If the server is offering a 192.168.1.x address then it believes the phone
> is in the 192.168.1.0 network.
>
> --
> Simon Hobson
>
> Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed
> author Gladys Hobson. Novels - poetry - short stories - ideal as
> Christmas stocking fillers. Some available as e-books.
> _______________________________________________
> dhcp-users mailing list
> dhcp-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/dhcp-users
>

Up to this point, I've been programming each IP phone with a static IP
address and entering the data.

Phone: 192.168.101.x
Call Server: 192.168.101.10
Call Server Port: 1719
Router: 192.168.101.1
Mask: 255.255.255.0
File Server: 192.168.1.34
802.1Q: On
VLAN ID: 101
VLAN Test: 300

Now, that we are using IP phones more it would be easier if the phones
would get DHCP leases. I will also look to see where the DHCP server
is plugged in respect to the power-over-ethernet switch and IP phones.

Phusion



More information about the dhcp-users mailing list