Srs,I'm trying to setup a DHCP server to work with the Avaya phones. I configured some options to my phones register in the Call Server in the voice vlan. The problem is that the phone 4602sw+IP it not pick up an IP address from the voice vlan and it not pick up the TFTPSRVR address and don't work. Another models like 9630, work perfectly, just the 4602sw+IP doesn't work.
I had configured my DHCP server like bellow.
ddns-update-style interim;
option domain-name "carvajal.com.co";
option domain-name-servers x.x.x.x, x.x.x.x;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
authoritative;
subnet x.x.x.x netmask 255.255.252.0 {
range 1x.x.x.x x.x.x.x;
option domain-name-servers x.x.x.x, x.x.x.x;
option domain-name "carvajal.com.co";
option routers x.x.x.x;
option broadcast-address x.x.x.x;
option-176=",L2Q=1,L2QVLAN=10";
option-242="L2Q=1,L2QVLAN=10";
default-lease-time 600;
max-lease-time 7200; }
authoritative;
subnet x.x.x.x netmask 255.255.254.0 {
range x.x.x.x x.x.x.x;
option domain-name-servers x.x.x.x, x.x.x.x;
option domain-name "carvajal.com.co";
option routers x.x.x.x;
option broadcast-address x.x.x.x;
option-176="MCIPADD=x.x.x.x,x.x.x.x,x.x.x.x,x.x.x.x,MCPOR T=1719,TFTPSRVR=x.x.x.x";
option- 242="MCIPADD=x.x.x.x,x.x.x.x,x.x.x.x,x.x.x.x,MCPOR T=1719,HTTPSRVR=x.x.x.x";
default-lease-time 600;
max-lease-time 7200; }
Somebody knows what i should configure my 4602SW+IP phone to work correctly with my DHCP server?
I had configured my DHCP server like bellow.
ddns-update-style interim;
option domain-name "carvajal.com.co";
option domain-name-servers x.x.x.x, x.x.x.x;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
authoritative;
subnet x.x.x.x netmask 255.255.252.0 {
range 1x.x.x.x x.x.x.x;
option domain-name-servers x.x.x.x, x.x.x.x;
option domain-name "carvajal.com.co";
option routers x.x.x.x;
option broadcast-address x.x.x.x;
option-176=",L2Q=1,L2QVLAN=10";
option-242="L2Q=1,L2QVLAN=10";
default-lease-time 600;
max-lease-time 7200; }
authoritative;
subnet x.x.x.x netmask 255.255.254.0 {
range x.x.x.x x.x.x.x;
option domain-name-servers x.x.x.x, x.x.x.x;
option domain-name "carvajal.com.co";
option routers x.x.x.x;
option broadcast-address x.x.x.x;
option-176="MCIPADD=x.x.x.x,x.x.x.x,x.x.x.x,x.x.x.x,MCPOR T=1719,TFTPSRVR=x.x.x.x";
option- 242="MCIPADD=x.x.x.x,x.x.x.x,x.x.x.x,x.x.x.x,MCPOR T=1719,HTTPSRVR=x.x.x.x";
default-lease-time 600;
max-lease-time 7200; }
Somebody knows what i should configure my 4602SW+IP phone to work correctly with my DHCP server?
Comment