Hi, I wrote a yang model to configure a sub interface on a Juniper srx like this: <interfaces xmlns="http://yang.juniper.net/junos-es/conf/interfaces"> <interface> <name>st0</na...
-
Best Practices
(246) -
Community Bug or Issue
(1) -
Community Feedback Forum
(1) -
Crosswork
(9) -
Crosswork CWM
(2) -
Crosswork NSO
(40) -
Developer
(739) -
DevOps
(444) -
Event content
(13) -
Network Management
(1) -
Operations
(26) -
Other Collaboration Topics
(1) -
Other NSO Topics
(1,380) -
Project delivery
(93) -
Project manager
(5) -
Publicity
(60) -
Solution architect
(121) -
Tail-f expert verified
(96) -
Technical product information
(273) -
YANG Suite
(1)
- « Previous « Previous
- Next » Next »
Forum Posts
I'm trying to select between IOS and IOS-XR using operational data in NSO in YANG. Here are my xpath eval results:admin@ncs(config)# xpath eval ncs:devices/ncs:device[ncs:name='ASR1006-X']/ncs:module/name='tailf-ned-cisco-ios-xr'falseadmin@ncs(config...
If I have Resource Manager/ID Allocator allocated IDs from a pool, is there any way to lock those IDs so they are maintained even if an exclude statement is added that encompasses those IDs? IE: Range is 1 to 65535, allowed range day 0 is 1 to 5000, ...
Hello,I have a CFS service which is dependent on another service ( like an inventory ).My goal is when I make any change on this inventory, the changes should be reflected to the CFS service instances.We thought of using a kicker to monitor this inve...
Hi team, I encounter below error when try to on-board a node. But the node not yet exist before. Kindly advice. show running-config devices device xxxxx-ACC1------------------------------------------------^syntax error: element does not exist Metho...
Hi team, I have a python service template in NSO that builds BGP VRFs on IOS-XE routers. The code creates the BGP address family object, using "root.devices.device[service.hostname].config.router.bgp[local_as].address_family.with_vrf.ipv4['unicast']....
In the NCS man-pages it states:-------------- tailf:cli-preformatted Suppresses quoting of non-config elements when displaying them. Newlines will be preserved in strings etc. Used in J-, I- and C-style CLIs. The cli-preformatted statement can be use...
HI, I am trying to run Cisco NSO on Docker. I downloaded the image(nso-6.4-freetrial.container-image-build.linux.x86_64.signed.bin) from Cisco´s website as well as the documentation.Extract image and run with docker:docker load -i nso-6.4.container-i...
Resolved! Error Element Only Exist for a NED-ID
Hi Guys,I have created a template in NSO with the new NED for iOS XRv. I created .YANG and XML file then compile it but I got this error message in NSO package status:netlab@ncs# show packages package oper-status packages package a10-acos-cli-3.0 o...
Hi, when using tailf:aes-256-cfb-128-encrypted-string leafs in a LSA enviroment a device sync-from cfs node always leads to an out-of-sync for the encrpyted leafs. Normal using of the services using such encrypted leafs works beside the out-of-sync i...
Hello Team,I am using NSO v5.7.1, whenever i am trying to reload package or even enter in to ncs-nso i am getting error and i ma not able to proceed further, request anyone to support please.Last login: Tue Dec 10 16:33:01 2024 from 10.20.30.80[root@...
Hi,I am facing a strange issue that I need help.For some of the network devices in my lab, I cannot do ssh fetch-host-keys:admin@mtnjdslncs08> request devices device the_host ssh fetch-host-keysresult failedinfo Failed to connect to device the_host: ...
Hi,I found a strange problem and I cannot figure out the reason thus need your help.I have a vendor sends the following capability if <hello>:<capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=report-all</capability>During NS...
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...
Hi,I'm probably missing something obvious, but as far as I know, I should be able to ssh into netsim simulated routers if I ssh to localhost with the right port for the particular device.I can get response from ssh, but as soon as I login, the connec...