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.
Hello,
I am trying to install a custom service package in deployment with two NSOs in HA mode enabled, but trying to do "package reload" on the master node I am getting the error:
>>> System upgrade is starting.
>>> Sessions in configure mode must ...
Hi,
how can I reference another service YANG model from the first service YANG?
I tried something like this, but it is giving me "XPath error: Invalid namespace prefix: my-basic-service":
augment /ncs:services {
list my-derived-service {
...
Hello,
is it possible to check service configuration in CDB before service is updated from Python code?
For instance the following code gives me the new service parameters (that are to be applied), but I would like to check the service config in CD...
Hello, while developing NSO service and using NetConf NED for older versions of IOS XR I am facing a problem with a path to an interface configuration. The problem is that the interface is uniquely defined as "act Loopback3" instead of just "Loobpack...
Hi,I am trying to apply regex in NetConfig get request for IOS XR in order to retrieve some huge BGP related data, so I wanted to apply regex in order to divide one huge request into many smaller ones. I could not find almost anything about regular e...
Hi @peeyushpd29 ,
were you able to solve the issue with connecting via jumpserver?
I am trying the same thing with YANGSsuite and exactly as you described, it works fine if I I connect via NetConf in CLI, but it can't open the socket from YANG Suite....
Hi @tsiemers1 ,
in the end I didn't use nct tool, but the commands that are bult in ncs_cli for high-availability (high-availability enable/disable) and installing packages (software packages install...).
It seemed simpler and it did the work in the ...
Hi @tsiemers1,
thanks a lot, I will follow your approach, I just need to wait for the approval from the team owning the system, hopefully by the end of this week and then I can try to implement the steps.
Kind regads,
Dragan
Hi @tsiemers1 ,
unfortunately /packages/ha... commands don't seem to be supported in my environment. Could it be because the commands are from the 5.8 guide, since my version is 5.4? I have to use this version because of NSO being part of CNC 2.0.
Th...
Hi @absabry ,
thanks for you answer. I have tried the approach and it works fine for active leaf, but for the interface-name leaf it is reporting the error, as mentioned in the reply to @Nabsch above. I looked into the Cisco-IOS-XR-ifmgr-cfg YANG mod...