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 am trying to push ONLY the vrf config in BGP in NSO, while bgp asn number is owned by another service.Config to be pushed:router bgp 5000 ! address-family ipv4 vrf 1000 network 10.1.1.0 mask 255.255.255.0 exit-address-family ! redistribute co...
Hello, Is it possible to deploy different configs via Python and suing only one XML template? XML: ?xml version="1.0"?><config-template xmlns="http://tail-f.com/ns/config/1.0"><devices xmlns="http://tail-f.com/ns/ncs"><device><name>{$device}</name><c...
Hello, I am trying to access nso service attributes with ncs_pycli to write a code in python.This works and I can navigate to all services: In [12]: for i in root.ncs__services:...:...: print(i)...:ncs:global-settingsncs:propertiesncs:customer-servic...
Dear All, Refering to NSO Administration guide Syslog, NSO is configured as follow: <logs><syslog-config><facility>daemon</facility><syslog-servers><server><host>10.1.1.80</host><port>514</port></server></syslog-servers></syslog-config><ncs-log><ena...
I am trying to change the exec-timeout ONLY under the VTY line from 0 -15 in so service.The problem is I can't delete the service anymore and it shows the following message: Method failedmessage: External error in the NED implementation for device P...
I tried the foreach function in xml, is not matching, see config and debug: list interface {tailf:info "loopback_mount";key intf-type;leaf intf-type {type enumeration {enum lp01;enum lp02;}} <interface xmlns="urn:ios" foreach="{interface}"><Loo...
Yes, I am setting values in python code. And manage to provide two options in yang which gives the user possibility to create one or two interfaces. The issue that I m facing now is to allow the user to create more than two interfaces. So, for inst...