- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Cisco AP DHCP Option 43 with Infoblox
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2023 05:45 AM
Hello,
We trying to achieve assigning dhcp option 43 based on VCI
Rules are simple
1)
If the VCI is "ciscopnp" then it is a switch and we need to return the DNAC IP address
option 43 ACSII value "5A1N;B2;K4;I10.93.4.40;J80"
2)
If the VCI contains something else (or if the VCI starts with "Cisco AP") then it is a wifi AP and we need to return the IP address of the wireless controller option 43 value hex: f1:08:0a:5d:04:14:0a:dd:04:14
If we setup the DHCP options inidvidually - without the logic filters it works correctly for both AP and Switches. Switches works OK also with the logic filter But when we setup logic filters for AP some 2b0a prefix appears in the string value which result in failed onboarding of AP to WLC. Visible on the left image of wireshark dumps.
Im trying to find out origin of the 2b0a prefix does any have some tips?
Thank you in advance
Stanislav
including the logic filters
Solved! Go to Solution.
Re: Cisco AP DHCP Option 43 with Infoblox
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2023 07:52 AM
Ok I think you are attacking this from the wrong direction - option spaces will do what you want, have a read of this article:
http://www.mikealbano.com/2014/06/dhcp-option-for-wlc-ip-using-infoblox.html
PCN (UK) Ltd
All opinions expressed are my own and not representative of PCN Inc./PCN (UK) Ltd. E&OE
Re: Cisco AP DHCP Option 43 with Infoblox
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 12:08 AM
Hello,
thank you for reply. Actually im using option filters i only didnt post it sry for that.
But what i want to try is to use the option 60 VCI as EQUAL - for each individual cisco ap model and second i try to option 241 instead of 43. Because I think our problem is the prefix 2b0a - due to this the onboarding is not working.
Regards
St
Re: Cisco AP DHCP Option 43 with Infoblox
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2023 07:10 AM
Hi,
so to confirm i used the option 241 with decimal format and it is working now!
whats interesting that in packet capture is visible the hex
Thank you