Andrew Horrigan
Cisco Employee
Cisco Employee
Member since ‎09-27-2013
‎09-24-2018

User Statistics

  • 14 Posts
  • 1 Solutions
  • 0 Helpful votes Given
  • 8 Helpful votes Received

User Activity

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 ...
I have a leafref() that is generating a list of devices based on the devices currently managed by NSO.    leaf csp-device {      type leafref {        path "/ncs:devices/ncs:device/ncs:name";      }      mandatory true;    }I would like to filter tha...
I have the following YANG:    leaf asa-outside-subent {        tailf:info "ASA Outside Interface Subnet";        type inet:ipv4-address {         }    }Once the user inputs a subnet, I want to remove the .0 at the end, and use the first 3 octets to f...
I am attempting to use deref() to generate a list of interfaces based on a previously selected device in the same service model.  Once the users select a device (which is another leafref), I want to pull the list of interfaces from the CDB and presen...
Community Statistics
Member Since ‎09-27-2013 06:44 AM
Date Last Visited ‎09-24-2018 10:39 AM
Posts 14
Total Helpful Votes Received 8
Helpful Votes From