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, I want to create one shared route policy that multiple services can use. With my current implementation, this shared policy gets rewritten every time, which is not what I want. I want it to be extended with each request instead. Even if I can ma...
I have one device southbound locked and one active device. One service is managing those two devices.When I send PATCH request to "/restconf/data/?commit-queue=async" , commits are queued for locked devices, this is fine.However, commits are not queu...
Hello, I have class called class Upgrade(ncs.upgrade.Upgrade), I enabled this class in package-meta-data.xml. Now I want to run it manually because when I run packages reload it does not run upgrade.py file. Is there any way to run? only way I found...
I have a container and inside there is one action leaf which has 3 enums. container container_name {
leaf action {
type enumeration {
enum key1;
enum key2;
enum key3;
...
Hi, let’s assume you have a router that you’ve configured in southbound-locked mode. You then send some change requests to NSO, and these changes are stored in the CDB. Later, you switch the mode to unlocked and execute a sync-to. The question is, ho...
I get error: unterminated statement for keyword "value"I dont think it is what i want. I want to disable possible combinations after i put container_name key1 10 and nothing should be followed after this cli
I have packages and templates. I can set maximum-peers in the actual device itself. But I can not set it through nso cli. That is why I cant set it in templates as well.