Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We get the following error when we try to connect from outside of container. NSO is running inside the container.We also have port forwarding done.. We have below configuration of docker.
We get the following error when we try to connect from outsid...
Hello folks,
I have 2 revisions of same model which i want to compare for backward incompatibility.
augment "/ios:native/ios:interface/ios:TwentyFiveGigE/ios:ip" { uses config-interface-ip-nbar-grouping;}
In the first model i have the above, and in ...
Hi all,
Is there a way to support skipping certain configs to a set of devices where nacm rules dont permit?I have few devices running version 1 which doesnt allow certain configs because of nacm rules.i have few device running advanced version 2 whi...
Hi all, We are getting config database is locked by session "NONE". I am aware that if a database is locked by another session we might be getting this issue. But, in this case, we get the session id as NONE. Is this an NSO issue?I am guessing the f...
Hi,We need to generate XML capabilities from yang model that can be loaded in NSO using some tool instead of doing a sync-from from a device. Is there a static way to generate those capabilities/modules?I tried with pyang. I got the following outputP...
Thank you so muchh for your help! This worked!
I installed pyang using pip3.7 install pyang
PRALALA-M-27BM:17.2.1 pratik$ /usr/local/bin/pyang --strict --check-update-from ../16.12.1/Cisco-IOS-XE-nbar.yang Cisco-IOS-XE-nbar.yang -p /Users/pratik...
Hi Jan,Thanks for the reply.We are using maapi as the client.Can we detect that CDB compaction is happening and could wait for the compaction to get over?There was one flag if i remember correctly in CDB when we start the user session. LOCK_WAIT.Any...
Hi Jan, Yes, I saw Compaction happening in the devel logs when the failure was happening.But, Just want to confirm if compaction is the reason?And is commit-retry-timeout the best solution to fix this issue?Also, May i know in which version this iss...