One of the issues I found with having H3C/3Com now HP products over the last few years is the lack of support for scenarios that are described but never documented. While desciption of features exist configuration guides or FAQ seem non-existent. I recently purchased a S7500 controller blade at work for our new core to move over our existing 7760 series Access Points from 3CRUS2475 switches over to a more robust solution designed to handle our 70+ APs. The first step is to update the managed firmware in the device from the firmware that ships meant for management by the Unified Wireless Switch 3CRUS2475 to the H3C fit managed mode. I just wanted to take this time to document the differnet ways it seem you can configure these to discover the Access Controller.
- IPv4 Broadcast Discovery 255.255.255.255 from/to port 12223: 3 packets detailing that it is a discovery packet and the model and serial number of the device.
- DNS Discovery for hostname 3ComWLC: 1 DNS request stops if no name found
- IPv6 Multicast Discovery FF02:1 from/to port 12223 : 3 Packets again detailing that it is a discovery packet and the model and serial number of the device.
This then repeats if no controllers are found. The additional options for manually configuring the device exist:
Log in via the console port or telnet in password is “h3capadmin”
<7760_2750> sys
[7760_2750] wlan ac ip “ip address”
or
[7760_2760] wlan ac ipv6 “ipv6 address”
[7760_2750] quit
<7760_2750> save
Hope this helps….
Apr 08, 2011 @ 17:57:52
You can also use DHCP Option 43 to specify the AC IP address. This what we suggest in support.
I’ve created a tool to generate this output; but if you call into support they can provide details on how to manually configure this option.
http://dl.dropbox.com/u/1355162/Tools/Option43Tool.zip
Little more details: When the AP boots, it request dhcp. In option 55 of the request, the AP requests option 43 if the server has it configured. If properly configured, the AP will immediately try to contact the AC when the DHCP handshake is completed.
Good luck,
Dan