Controllerless Networks

last person joined: yesterday 

Instant Mode - the controllerless Wi-Fi solution that's easy to set up, is loaded with security and smarts, and won't break your budget
Expand all | Collapse all

DHCP Option 60 and 43 settings in an Adtran DHCP serving switch

This thread has been viewed 0 times
  • 1.  DHCP Option 60 and 43 settings in an Adtran DHCP serving switch

    Posted Aug 08, 2013 08:15 PM

    I think I have Option 60 ironed out, since the iAP is getting option 43 data.

    I clearly have some work to do on the syntax for option 43.

     

    Here's the outpup of "show dhcpc-opts"

    *** 8/8/2013 18:02:37 PM    Target: 24:de:c6:c2:d4:e0    Command: show dhcpc-opts ***
    
    -------------------DHCP option43 --------------------
    017-wc1, Stores:017, 10.21.0.61, 12345

    and the corresponding lines in the Adtran DHCP configuration:

    ip dhcp-server pool "Management"
      network 10.22.140.192 255.255.255.192
      default-router 10.22.140.193
      lease 0 1 0
      option 60 ascii ArubaInstantAP
      option 43 ascii "017-wc1, Stores:017, 10.21.0.61, 12345"

     Any thoughts?



  • 2.  RE: DHCP Option 60 and 43 settings in an Adtran DHCP serving switch
    Best Answer

    Posted Aug 09, 2013 10:12 PM

    The syntax should look like this:

     

    folder1:folder2,AirWave IP,shared secret

     

    Use colons to separate folders/sub-folders for Airwave then use commas.  Be sure there are no spaces anywhere.

     

    Try:

     

    Stores:017,10.21.0.61,12345


  • 3.  RE: DHCP Option 60 and 43 settings in an Adtran DHCP serving switch

    Posted Aug 15, 2013 05:31 PM

    Took a few days to get to test it, but I've made the change in the DHCP server, and did a "show dhcpc-opts"

    output here:

    dhcpOpt43no-workie.png

     

    It's been up for 10 minutes or so, and it just checked in.

     

    Thanks!