- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2016 03:31 AM - edited 03-01-2019 04:30 AM
Hi,
I'm currently trying to use the APIC-EM PNP feature to configure Access-points running 8.3 with the WLC-IP, Ap-MODE, AP-Group and FlexConnect-Group.
I can't find the JSON syntax for WLC 8.3 software (AP image 15.3(3)JD).
The 8.2 syntax shows as follows:
{"apGroup":"BldgA-local","primaryWlcIP":"10.10.80.5","primaryWlcName":"5508-1","secondaryWlcIP":"10.10.80.6","secondaryWlcName":"5508-2","tertiaryWlcIP":"10.10.10.7","tertiaryWlcName":"8500-1","apMode":" flexconnect"}
But I'm missing the FlexConnect Group setting added in 8.3.
Regards
Ralph
Solved! Go to Solution.
- Labels:
-
APIC
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2016 04:26 AM
"apFlexGroupName" : "flexgroup" for example.. It is just another attribute.
That should be all you need.
And you need to remove the "apGroup" attribute.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2016 04:14 AM
That would be apFlexGroupName
Note: You also need to set the apMode as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2016 04:21 AM
Yeah, I'm already setting the apMode, but I'm missing the syntax for the flexConnectGroup.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2016 04:26 AM
"apFlexGroupName" : "flexgroup" for example.. It is just another attribute.
That should be all you need.
And you need to remove the "apGroup" attribute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2016 04:37 AM
Ohh. missed the "apFlexGroupName the first time.
(Will test right away)
So you can't set both apGroup and apFlexGroupName?
Do you know if any documentation exists for this? I can't seem to find it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2016 04:51 AM
Both apGroup and apFlexGroupName works fine together.
Thank you.
{
"primaryWlcIP":"10.10.80.5",
"primaryWlcName":"BranchWLC-A",
"secondaryWlcIP":"10.10.80.6",
"secondaryWlcName":"BranchWLC-B",
"tertiaryWlcIP":"10.10.10.7",
"tertiaryWlcName":"BranchWLC-HA",
"apMode":" flexconnect",
"apGroup":"APGrp-BranchA",
"apFlexGroupName":"FlexGrp-BranchA"
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2016 07:14 PM
Yes you are correct. You can have both.
- apGroup: sets RF characteristics (i.e. to cater for physical/environmental differences within a site)
- flexGroup is for having different security, DHCP, ACL and VLAN mappings for different sites that (for instance) all broadcast the same SSID

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2016 07:58 AM
Is there a document that lists all of the configurable attributes?
For example how did you aradford know that flexGroup was an attribute that could be set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2016 01:51 AM
Hi Justin,
I'm also missing documentation.
Adam has inside information And he was sure fast to answer the request when I posted it originally.
Regards
Ralph

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2016 10:57 AM
Yes, I do have some inside information, I am an SE @ Cisco, so spoke to engineering team.
I am trying to get a definitive list for you all.
I have some that I know about, I just want to make sure I have them all.
Will update soon.
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2016 08:59 AM
Do you have any updates to this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2016 01:40 AM
- primary, secondary, tertiary WlcIP and WlcName
- apMode
- apGroup
- apFlexGroupName
Are the ones that are documented. There are 9 options in total. You only need to specify a primate wlcIP and wlcName, no need to provide secondary and tertiary.
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2017 03:32 PM
Hi Adam,
Has this list been extended to allow for more options in the JSON file?
Thanks,
Brad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2016 09:03 AM
Can you confirm that apFlexGroupName is accurate? It does not appear to be taking that setting, but the other documented ones work. Here is my sanitized config
{
"primaryWlcIP": "1.1.1.1",
"primaryWlcName": "primary",
"secondaryWlcIP": "2.2.2.2",
"secondaryWlcName": "secondary",
"apMode": "flexconnect",
"apGroup": "APGroup",
"apFlexGroupName": "Flex-100"
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2016 01:38 AM
Hi Justin,
sorry for the dumb Q, but are you sure it is 8.3 image on the AP?
That is the only version that supports apFlexGroupName
