Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

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 ...

nradi by Cisco Employee
  • 120 Views
  • 1 replies
  • 0 Helpful votes

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...

Mitrixsen by Level 1
  • 111 Views
  • 3 replies
  • 0 Helpful votes

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...

Mitrixsen_0-1752507236925.png Mitrixsen_0-1752507399535.png
Mitrixsen by Level 1
  • 154 Views
  • 1 replies
  • 0 Helpful votes

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...

Mitrixsen_0-1752500174690.png
Mitrixsen by Level 1
  • 162 Views
  • 2 replies
  • 0 Helpful votes

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 ...

fabiancruz_0-1720476987114.png fabiancruz_1-1720476987115.png fabiancruz_2-1720476987116.png fabiancruz_3-1720476987117.png

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)#...

Mitrixsen by Level 1
  • 311 Views
  • 3 replies
  • 0 Helpful votes

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...

Mitrixsen by Level 1
  • 276 Views
  • 3 replies
  • 0 Helpful votes

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 ...

Mitrixsen by Level 1
  • 241 Views
  • 2 replies
  • 0 Helpful votes

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...

Mitrixsen_0-1750321991309.png
Mitrixsen by Level 1
  • 216 Views
  • 1 replies
  • 0 Helpful votes

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" }...

Mitrixsen by Level 1
  • 237 Views
  • 1 replies
  • 0 Helpful votes