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.
Hi Team,
When we create a new service template we need to do package reload which in production network we need to go for down time and run it, but that not the same for device templates.
Do we have any mechanism to pass the service to the device t...
Hi Team,
We are working with SD-WAN devices, when a template fails via commit-queue due to Vmanage busy with some other operation in progress. We wanted to retry the template apply. Is this possible?
Thanks in advance
Kiran Kumar
I am compiling the resource-manager in python3 and I am getting a python syntax issue
Traceback (most recent call last):
File "/Users/kkotari/nso-4.7.5.1/lib/pyang/bin/pyang", line 411, in <module>
run()
File "/Users/kkotari/nso-4.7.5.1/lib/p...
Hi Experts, need help on couldn't able to find the why the `ncs.maapi.Maapi()` failed.
In [1]: import ncs
In [2]: m = ncs.maapi.Maapi()
---------------------------------------------------------------------------
Error ...
I see many articles to Integrate NSO Python with PyCharm, but not for VS Code. I am using: OS: MacNSO: Local Installation Python: ~/.Pyenv/versions/3.7.4 Did anyone tried, can anyone please guide me on how to Integrate NSO Python with Visual Studio...
@vleijon for SD-WAN it's _transient_ error due to it's busy (working on other tasks) but for NSO it's _permanent_ error due to the device rejected
@rogaglia Can we request the NSO BU to add a new feature in commit-queues "retry-on-error", "max-attemp...
we need to set the `java.properties` file which is located under `nso-<version>/etc/ncs` to the following
In my case I am using Java 1.8
ncs_java_source_ver=1.8
ncs_java_target_ver=1.8
restart ncs and ensure the echo $NCS_DIR returns the installed di...