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 Team,So far, I used the following pattern in the yang "[a-z0-9 -] *" for per example matching this string : switch01-dev001Now, i'm looking for matching also forward slash / i changed the pattern to "[a-z0-9-/]*" but i doesn't work. I would li...
Hi Team,1/ Under what conditions does a device move from the state oper-state "enabled" to " unknown" ?# show devices device my-device state state oper-state unknow2/ Why device platform information disappears when the device changed to the oper-...
Hi Team,I would like to use the Webui redirection option available via ncs.confI would like to redirect to the ncs:service web page after a successful loginI added this command and made a reload of NSO but it didn't work for my browser (chrome/I.E) ...
Why Leafref constraints (i.e : must start with) works throught cli (after pressing the tab key) but doesn't works throught the GUI ?How can we reproduce this behavior through the GUI ?Thanks.
Hi all,I have just done a fresh install of LMS 2.5.1. All work's fine, except :Admin System schedule inventory and polling job failed(job summary : faileddevice summary: scanned 0, pending 0, all at 0)But when i create an immediate inventory or polli...
Hello Carl,I tried nso_config module for a service that use the yang statement "choice".YANG:choice access-or-trunk { leaf vlan-access {type uint16;} list vlan-trunk { key vlan-trunk; leaf vlan-trunk {type uint16; }}}With the module I...
Hi Christian,Thanks, I tried "[a-z0-9-\/]*" But i have this ouput after a make :.yang:22: error: invalid pattern: "Bad Pattern".yang:22:20: warning: illegal character after \Best Regards,Yannick