DHCP settings for Avaya 96xx series on a CISCO 2911

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • idierk
    Aspiring Member
    • Sep 2016
    • 3

    DHCP settings for Avaya 96xx series on a CISCO 2911

    Hello.

    We need some help for DHCP configuration on a CISCO 2911 router.
    Our plan is to have 2 VLANs seperating VOICE and DATA.
    We also like to connect the PCs to the back of the Phone 96xx series to safe ports.

    This is our current DHCP configuration for the CISCO router:
    ip dhcp pool DATA
    network 192.168.6.0 255.255.255.0
    default-router 192.168.6.1
    domain-name domain.com
    dns-server 8.8.8.8 8.8.4.4
    option 242 ascii “L2Q=1,L2QVLAN=106,VLANTEST=0“
    !
    ip dhcp pool VOIP
    network 192.168.106.0 255.255.255.0
    default-router 192.168.106.1
    domain-name domain.com
    dns-server 8.8.8.8 8.8.4.4
    option 242 ascii "TFTPSRVR=192.168.106.10,MCIPADD=192.168.106.10,MC PORT=1719,HTTPSRVR=192.168.106.10, L2QVLAN=106"

    And this is how a switchportconfig is looking:
    interface GigabitEthernet1/0/11
    switchport access vlan 10
    switchport mode access
    switchport voice vlan 106
    spanning-tree portfast

    I believe, if we connect an untouched phone, the phone ignores the option 242 from the DATA VLAN to jump to our VLAN for VOICE. If we configure a phone manually to be in VLAN 106 it registers to the phonesystem. It will get an IP Address and also all other informations from option 242 in the VOICE VLAN.

    What are we doing wrong?

    Thank you.
    Ingbert
    Last edited by idierk; 10-31-2016, 08:42 AM.
  • zakabog
    Genius
    • Aug 2014
    • 300

    #2
    You're missing all of the options on the DATA DHCP side, you need to include everything otherwise the phone will ignore DHCP.

    So on the DATA DHCP configuration make the string match the VOICE DHCP configuration

    option 242 ascii "TFTPSRVR=192.168.106.10,MCIPADD=192.168.106.1 0,MC PORT=1719,HTTPSRVR=192.168.106.10,L2Q=1,L2QVLAN=10 6,VLANTEST=0"

    Comment

    • idierk
      Aspiring Member
      • Sep 2016
      • 3

      #3
      DHCP settings for Avaya 96xx series on a CISCO 2911

      Thank you so much.
      I just added the lines add will test it later.
      I keep you posted.

      Comment

      • idierk
        Aspiring Member
        • Sep 2016
        • 3

        #4
        Solution confirmed

        Hello.

        Since a few minutes the first phone is in the new VLAN.
        No need to touch the phone anymore.
        Just connect them to the network and DHCP will take care for the initial settings.

        Thank you so much whith helping me.
        Ingbert

        Comment

        Loading