Update Air License Level using RESTCONF C9800
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2021 02:27 AM
Hi,
I was not able to find the correct module to use to receive/configure the license level with a 9800 SLUP.
The Cat9K devices offer the information with the native/license/boot/level path, however for the 9800 it is empty.
The cli command is also different - license boot level vs license air level
Does anyone know where to get this information?
Is there also a call to trigger the sync like "license smart sync all | local" ?
Best regards
Martin
- Labels:
-
Catalyst Wireless Controllers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2021 03:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2021 08:03 AM
Hi Leo,
that does not really answer my question. I don't need an overview of smart licensing, I'm looking for a specific yang-module that I can use to set the air license level for a C9800.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2021 05:23 PM
@Martin Zipperer presume you know it's all at https://github.com/YangModels/yang/tree/master/vendor/cisco/xe ?
I'd be looking at https://github.com/YangModels/yang/blob/master/vendor/cisco/xe/1761/Cisco-IOS-XE-license.yang
It seems to have been updated for SLUP:
revision 2020-11-01 {
description
"Usage reporting Smart License Enhancement.";
cisco-semver:module-version "1.1.1";
}
If you can't find the right info there then devnet or TAC are your next options. TAC will likely refer you to Cisco devnet in the first instance unless you actually find a a bug in the implementation.
I think what you want to do in the 2nd question will come under operations - see https://algoderedes.com/en/restconf-operations/
You can retrieve the supported operations using
https://<IP:Port>/restconf/operations/
I've just tried it and as expected it returns an XML file of supported operations which includes a whole bunch of smart licensing commands - explore those?
Please click Helpful if this post helped you and Select as Solution (drop down menu at top right of this reply) if this answered your query.
------------------------------
TAC recommended codes for AireOS WLC's and TAC recommended codes for 9800 WLC's
Best Practices for AireOS WLC's, Best Practices for 9800 WLC's and Cisco Wireless compatibility matrix
Check your 9800 WLC config with Wireless Config Analyzer using "show tech wireless" output or "config paging disable" then "show run-config" output on AireOS and use Wireless Debug Analyzer to analyze your WLC client debugs
Field Notice: FN63942 APs and WLCs Fail to Create CAPWAP Connections Due to Certificate Expiration
Field Notice: FN72424 Later Versions of WiFi 6 APs Fail to Join WLC - Software Upgrade Required
Field Notice: FN72524 IOS APs stuck in downloading state after 4 Dec 2022 due to Certificate Expired
- Fixed in 8.10.196.0, latest 9800 releases, 8.5.182.12 (8.5.182.13 for 3504) and 8.5.182.109 (IRCM, 8.5.182.111 for 3504)
Field Notice: FN70479 AP Fails to Join or Joins with 1 Radio due to Country Mismatch, RMA needed
How to avoid boot loop due to corrupted image on Wave 2 and Catalyst 11ax Access Points (CSCvx32806)
Field Notice: FN74035 - Wave2 APs DFS May Not Detect Radar After Channel Availability Check Time
Leo's list of bugs affecting 2800/3800/4800/1560 APs
Default AP console baud rate from 17.12.x is 115200 - introduced by CSCwe88390
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2021 01:04 AM
Hi rrudling,
thanks for your answer, it's pointing me to the right direction
I was not able to find the information, there is a lot of "old" token-based licensing configuration or information that is not related to the "air license". I'll try my luck with Devnet or TAC.
