cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
984
Views
0
Helpful
3
Replies

Option 43 in Cisco CNR

mike.drugov
Level 1
Level 1

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"

3 Replies 3

jcornford
Level 1
Level 1

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?

http://www.cisco.com/en/US/products/hw/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp125304

nakowip
Level 1
Level 1

# 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

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.

Review Cisco Networking for a $25 gift card