04-24-2006 11:30 AM - edited 07-04-2021 11:58 AM
I'm trying to get my CNR configure to work with Option 43 for 1240 series.
So far I didn't have any luck.
Can somebody help me.
I just upgraded to 6.2
IP address of management controller is 172.24.1.5
vendor-option create "Cisco c1240"
05-09-2006 05:00 AM
I assume you're talking about upgrading your APs to LWAPP and using option 43 within the DHCP scope? Have you followed this guide? What is it that you've upgraded to version 6.2?
10-11-2006 09:11 AM
# create a vendor-option
vendor-option cisco_ap_c1240 create "Cisco AP c1240"
vendor-option cisco_ap_c1240 definesuboption controller 241 BYTE_ARRAY
vendor-option cisco_ap_c1240 set read-only=enabled
# link to a policy
policy WLANPOL setVendorOption cisco_ap_c1240 controller 0a:0b:0c:0d
# disable failover
scope WLANPOL set failover=scope-disabled
0a:0b:0c:0d ... is the hex number of your WLAN controller IP address
10-19-2006 02:40 AM
Does this config work? My read of the DHCP setup guide (see link in previous reply to this thread)was that the datatype would be IPADDR, with the array flag set, allowing multiple addresses to be defined.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide