DHCP FONE 4602SW+IP Ubuntu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jlacer
    Aspiring Member
    • Nov 2014
    • 1

    DHCP FONE 4602SW+IP Ubuntu

    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?
  • zakabog
    Genius
    • Aug 2014
    • 300

    #2
    You have the correct options in there but either your server VLANs aren't setup correctly or your phones aren't on the correct VLAN. Do you use LLDP to assign VLANs or do you just have specific ports on your switches configured for the voice/data VLANs?

    Comment

    Loading