10-08-2021 10:40 AM - edited 10-08-2021 10:41 AM
Hi. I have a customer running NSO v5.3.3 with NED cisco-isoxr-cli-7.3.3. They've found that support is missing for:
mpls traffic-eng
pce
stateful-client
timers redelegation-timeout <num>
timers state-timeout <num>
I've checked an internal release page for subsequent release info CHANGES, but do not see support for this. I did see a v7.3.6 bin just release on 1Oct, but there is no CHANGE info included yet.
Is there a better way to find support for particular NED commands without searching the CHANGE history? Kind of like a NED Command Reference?
Solved! Go to Solution.
10-18-2021 03:40 AM
I see the IOS XR CLI NED is currently at v 7.36.2. Please check the latest version.
Otherwise, you can raise a request for these features as per the NED feature request process that is posted here on the Developer Hub
10-11-2021 02:07 AM
The simplest method may be to look at the YANG source file for the NED. If you look at the src/yang/tailf-ned-cisco-ios-xr.yang file, there are comments throughout the file that show what CLI configuration command each part of the NED source corresponds to, e.g. "// mpls traffic-eng / auto-tunnel mesh / group * / onehop". Whether the command you are looking for exists as a comment like this should tell you whether or not it is supported in the NED.
10-11-2021 05:49 AM
10-11-2021 09:48 AM
I'm not aware of another way to see all released versions.
Regarding the secrets feature, there was a developer article on this forum recently that may answer that question for you and your customer depending on exactly what you need to know: https://community.cisco.com/t5/nso-developer-hub-blogs/securing-your-secrets-with-the-cli-neds/ba-p/4473467
10-18-2021 03:40 AM
I see the IOS XR CLI NED is currently at v 7.36.2. Please check the latest version.
Otherwise, you can raise a request for these features as per the NED feature request process that is posted here on the Developer Hub
10-18-2021 05:35 AM
10-18-2021 08:30 AM
The best way is to load the latest version and try "load native" with your target commands.
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