Hi all,in a NSO java service I need to call a user defined action with a number of parameters, in order to manage action outputs inside the service.Could anyone suggest me an example or a tutorial to do this?Thanks everyone who could help me.
Hi team,
how we can use NSO Python APIs (MAAPI and/or Maagic) to read custom-defined YANG extensions in the node, such as:
extension my-ext {
argument "arg1";
}
...
leaf some-leaf {
...
my-ext "arg1value";
}
Thanks i...
view more
Hello everyone, is it possible to display only devices from a device group when configuring a service? Normally, when configuring a service, a list of all devices in NSO are shown when entering a "?" after the device-leaf in the CLI. But I would like...
view more
NSO -> NCS6K IOS-XR 6.2.3
Normally we expect the prompt 'sysadmin-vm:0_RP0#'
On one device, when in admin mode, we are getting: [?7hsysadmin-vm:0_RP0# *** IDLE TIMEOUT ***
Which we don''t match, and hence the timeout.
This looks like an ANSI...
view more
Hi,
I am using following steps to build a NETCONF NED for Juniper and Arista devices but it is failing with error: "Error: Failed to compile NED bundle".
Steps:
1. Enable devtoolsusing ncs# devtools true2. Go to config terminal3. Create new project...
view more