I’m curios to work with the Cisco Nexus NX-API DME REST-API to programmatically change configuration on the Cisco Nexus 9000 Switches.However, it seems like the link to the API reference provided on the Website is broken. https://developer.cisco.com/...
-
ansible
(9) -
Integrations
(1) -
NETCONF & YANG Automation Testing (NYAT)
(14) -
NeXt
(96) -
Opentelemetry
(1) -
Other Tools
(43) -
pyATS
(57) -
Python Network Automation
(25) -
TRex
(63) -
VIRL
(30) -
YANG Development Kit (YDK)
(701) -
YANG Suite
(51)
Forum Posts
Hello, When using yangsuites to configure gnmi request with two leaflist nodes, it seems that yangsuites will create two update request for each leaflist rather than passing the two values in one update request. When I tried to run to modify the ...
Hi all,I’m running into an issue when trying to configure multispeed interfaces (10/25/50G) via NETCONF on Catalyst 9600 (C9600-LC-40YL4CD / IOS-XE 17.12).Context:I need to configure interfaces like FiftyGigE2/0/10 or TwentyFiveGigE1/1/1 via NETCONF ...
Resolved! List versus Leaf-List nodes in YANG
Hello, everyone. I am studying automation for my ENCOR exam. I have a quick question - what is the difference between a leaf-list node and a list node in YANG models? Google defines them as: Leaf-list node — Contains a sequence of leaf nodes List nod...
Resolved! SaltStack Grains and Pillars
Hello, everyone. I am studying SaltStack for ENCOR and I have some questions. The reactor component is located on the master and listens for any changes/events that occur on the device (config changes, operational changes, disk/memory/proc utilizatio...
Hello, everyone. I am studying for my ENCOR exam so I really only need to know the basics regarding orchestration tools (ansible, puppet, chef, saltstack). My question is, what exactly do Puppet agents use to communicate with the Puppet Master and pu...
Situation:Try to install the devnet iperf3 lab on:hardware: cisco C9300-24Uios: Cisco IOS XE Software, Version 16.11.01 Cisco IOS Software [Gibraltar] I followed the tutorial: Cisco DevNet Learning Labs I tftp the file to the flash: and then performe...
Hello experts ,Im trying to run my first playbook in ansible over 2 cisco devices (C3750_IOS, CSR1000V_XE)If I run a ping test from ansible it Works OKI test SSH directly from ubuntu server this is working ok,but, when I try to send my first ansible ...
Resolved! A question about EEM configuration.
Hello, everyone. Is there any way to configure an EEM applet to display a message saying "dont do that" when someone issues the switchport trunk allowed vlan command but not display it if the command is switchport trunk allowed vlan add? SW1(config)#...
Resolved! Can EEM scripts be only written in Tcl?
Hello, everyone.I've just started with EEM and my study resource said that you can either configure EEM policies as applets (which are done via the CLI) or by configuring external scripts. It mentioned that these scripts are written in Tcl. Is this t...
Resolved! How does Python compile code?
Hello, everyone. I don't quite understand this part that my book explains about Python"Python is an interpreted language, which means it executes instructions directly, without the need to compile the program first." I haven't programmed much before ...
Resolved! What is x-www-form-urlencoded?
Hello, everyone. When sending API calls to SD-WAN vManage, you must first log in with username and password (specified as j_username and j_password) and send a POST request to the vManage under /j_security_check. This will generate a JSESSION ID as a...
Resolved! Retrieving information with RESTCONF
Hello, everyone. I am studying RESTCONF for my ENCOR Exam and I have a question about how the URL is formatted. I have the following code here: import requests from rich import print as rprint headers = { "Accept": "application/yang-data+json" }...
Hello, i'm trying to browse and load some .yang models for a Cat 9k. Whether I download the models straight from my switch with NETCONF, or download from the YANG Git repo, several modules won't load, with this error: models like -oper do load. All ...
https://d1nmyq4gcgsfi5.cloudfront.net/site/neXt/discover/demo/ I am working on a topology visualization project using the Next framework. My goal is to create a hierarchical layout using NodeSet.Hierarchy. However, I encountered the following issue.W...