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.
In case of peer-links, we would generally be using same port number on both end of the connection.
So accordingly, I was passing [ 1/27 1/27] as port numbers used for peer-link and based on device-index, xml was configured to select the related one.
...
I have a python-and-template based service created using NSO5.3.
I am trying to make use of conditional statement - "if", in my config.xml.
<config-template xmlns="http://tail-f.com/ns/config/1.0">
<devices xmlns="http://tail-f.com/ns/ncs">
<d...
Need to provision devices w.r.t. new VRF but as a part of pre-caution to not affect any existing configuration, I want to validate if the provided VRF value is already in use or not.
Manually we first check using below CLI:IOS-DEVICE#show running-c...
Hi Team,
I am trying to provision multiple devices under common list and I am observing that the value against HOSTNAME is having first device name for all others in the list.
Below is the sample yang and template file:
cat yang/HOSTNAME.yang
mo...
@yfherzog , thank you for your response.
Below is the portion of model that I have in place:
grouping cvim {leaf type {mandatory true;tailf:info "Type";type enumeration {enum full-on;enum micro-pod;enum edge;}}
leaf nic-type {mandatory true;tailf:inf...
@rslaski, it works as expected when I used the conditional statement above <Ethernet>.
Thank you so much.
Could you please elaborate on how can we determine if the tag is a key or list key?
Error message didn't say much.
@KJ Rossavik Thank you for the pointer. I believe, you were suggesting to have "create" tag and not "nocreate".
With "nocreate" tag at VRF leaf, it is no complaining. However when I used "tags=create", as per its definition - "
Creates a node. The...
@yfherzog Thank you for your response. I am looking for programmatic way to validate if provided VRF is already in use or not.
Yes, I meant devices/device-group. What I have in plan is to group the devices that would require this test.
Then as you su...