Controllers

Community space to connect, share knowledge, and seek guidance on network controllers and related topics
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Hi everybody,thank you for a great resource! I'm attempting at configuring a CSR router (16.09.05) with netconf - however not with xml, rather with cli stuff. I'm getting this error message:<?xml version="1.0" encoding="UTF-8"?> <rpc-reply xmlns="urn...

kim by Level 3
  • 6787 Views
  • 10 replies
  • 0 Helpful votes

Hello, I'm writing Ansible playbooks to ping an array of network devices. I have been using the cisco.ios.ios_ping module to ping the devices which seems to be working for my needs. However, I've been trying to find out exactly what the criteria is f...

randyyyyy by Community Member
  • 1560 Views
  • 2 replies
  • 0 Helpful votes

I am trying to change the operational state of l2 vlans on a 9500 stack running 17.6.4 with restconf.I can get the vlan: https://<ip>/restconf/data/Cisco-IOS-XE-native:native/vlan/vlan-list=580{   "Cisco-IOS-XE-vlan:vlan-list": {     "id": 580,     "...

BradyPocock by Frequent Visitor
  • 2277 Views
  • 4 replies
  • 0 Helpful votes

Hi,I'm trying to automate the configuration of remote Cisco devices using pyATS. Going thru the online documentation I found the following script excerpt:# establish basic connectivity ios_1.connect() # issue commands print(ios_1.execute('show versi...

oslopez by Level 3
  • 3002 Views
  • 2 replies
  • 0 Helpful votes

Hi DevNet folks,   I recently upgraded some of the Nexus 9K series switches and decided to automate the process since they were newly deployed. However, if you have a pair of production switches, you can still use this playbook with the proper precau...

murafi by Cisco Employee
  • 5124 Views
  • 5 replies
  • 2 Helpful votes

How do I send a command to the junos shell with pyatsjunos>start shelljunos#cd /var/public-----------------------------------------juniper_device = testbed.devices['ptr513-u210']juniper_device.connect()juniper_device.execute('cd /var/public') <--- th...

I am trying to do a ping from my ansible linux box to a cisco switch. When I run ansible-playbook test.yml -kK I get the following:BECOME password[defaults to SSH password]: [WARNING]: * Failed to parse /home/username/cisco-demo/inventory with yaml p...

Currently I am taking bgp route backup using paramiko (python script)  by running show ip bgp and show ip route commands on the switches and the output is stored in linux server. How to use that as the testbed file for genie and then compare with cur...