NSO Developer Hub Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

For NSO 4.5.x+, is there a way to go to Web UI legacy by default by a change in  ncs.conf?  <webui>    <enabled>true</enabled>    <transport>      <tcp>        <enabled>true</enabled>        <ip>0.0.0.0</ip>        <port>8080</port>      </tcp>      ...

Jason Belk by Cisco Employee
  • 439 Views
  • 1 replies
  • 0 Helpful votes

Hi,I don't seem to be able to run one of the examples provided on the user guide because of the following error when running "make stop clean all start" :root@localhost mpls-vpn]# make stop clean all start ncs-netsim stop*** Need to either specify a ...

Suppose for a particular device if i wanted to ignore specific alarms  for example like "Revision error"  based on alarm_text. I understand one can use the option notify_cli disable but that would disable based on severity like minor , major. I under...

spudukko by Cisco Employee
  • 656 Views
  • 3 replies
  • 0 Helpful votes

Resolved! xpath position()

list temponly {    key devname;    uses ncs:service-data;    ncs:servicepoint "temponly";    leaf devname {      type leafref {        path "/ncs:devices/ncs:device/ncs:name";      }    }    leaf-list metrics{      type uint16;    }  }//listAbove is ...

Hi,I'd like to test the ldap auth in NSO. the current ncs.conf set as below, please do let me know which param needs to be modified and also is there any required script for ldap integration? cause i am seeing the <executable>my-test-aut.sh</executab...

jiyebae by Cisco Employee
  • 877 Views
  • 2 replies
  • 1 Helpful votes

HiDevice (VC04) is IOS-XR 6.1.3.admin@ncs> request devices device vc04 sync-from dry-run cli  config {          infra-infra-clock-cfg:clock {     +        time-zone {     +            time-zone-name MST;     +            hour-offset -6;     +        ...

Iman1 by Level 1
  • 711 Views
  • 3 replies
  • 0 Helpful votes

What is the expected behavior of the unique statement if one entry is not set.example:list interface {      key "uid";      unique "ctag stag";          leaf uid {          type string;          }       leaf ctag {          type uint16 {             ...

lweddewer by Level 5
  • 431 Views
  • 4 replies
  • 0 Helpful votes

Hello experts,If stacked service has preLockCreate() and the stacked service is created by another service's preLockCreate(),do these two preLockCreate methods run sequentially or concurrently?As far as I observed devel.log, they seem to run sequenti...

tnomura by Cisco Employee
  • 908 Views
  • 5 replies
  • 1 Helpful votes

I am trying to create a multi-stage service model where certain selections provide the user with different choices and/or different templates.  For example, assume the following YANG:      leaf device-size {        type enumeration {            enum ...