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

This is sample output of Cisco Switch show version command.Switch#show version Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-20...

This is sample output of Cisco Switch show version command.Switch#show version Cisco IOS Software, C2960 Software (C2960-LANBASEK9-M), Version 15.0(2)SE, RELEASE SOFTWARE (fc1) Technical Support: http://www.cisco.com/techsupport Copyright (c) 1986-20...

I notice that my netmiko code can't run `sh run | i host` which is a legitimate Cisco command. When I replace `sh run` with other command such as `sh clo`, or `show ip interface brief`, it works perfectly.from netmiko import ConnectHandler R1 = { 'de...

I have been working on an ansible playbook to assist with deploying customer configuration on a IOS-XE PE router. To be brief, the ansible playbook looks at a yaml file containing information on how to deploy a customer instance and deploys a configu...

 Hi, Any idea how to achieve the following:1. WAN QoS change2. WAN link relocation3. WAN link bandwidth upgrade or downgrade4. WAN routes advertisement or de-advertisement Using Viptela APIs:https://sdwan-docs.cisco.com/Product_Documentation/Command_...

sbalasa by Community Member
  • 2069 Views
  • 1 replies
  • 0 Helpful votes

All, Let’s say I want to verify/audit if an “item” (for example, a specific configuration or a dynamically learned route or a LLDP neighbor) is present on a device using NETCONF.A solution I see is to build a script that connects to the device and us...

Hi, It seems that after upgrading the pyats/genie to 19.8. I hit a bunch of errors when I run the "genie" shell command..The error keep saying it can't import the name "Csr1000vPatterns". I didn't encounter any error during the pip installation. I al...

choywy by Level 2
  • 3527 Views
  • 1 replies
  • 0 Helpful votes

I'm having some issues trying to make a successful call to the below URL. I'm wanting to include the ipAddress parameter but each time I seem to get it wrong :S I'm using Cisco Prime Infrastructure with v4 API and the API documentation isn't super cl...

Hi,I have a query regarding the Cisco Prime Infrastructure API documentation hosted under URL: https://developer.cisco.com/site/prime-infrastructure/documents/api-reference/rest-api-v3-0/. I am using ReST apis mentioned in the above stated url to fet...

arunav.12 by Community Member
  • 25159 Views
  • 36 replies
  • 6 Helpful votes

Hello, I am automating a series of tests on IOS-XR devices using Netconf/Yang. As part of this, I'm currently working on a particular test involving some LDP checks. I want to get some MPLS information for a protected path in the forwarding table for...

cristian.05 by Community Member
  • 1155 Views
  • 0 replies
  • 0 Helpful votes

Hello, I am starting to look into telemetry streaming using dialout to pipeline from IOS XE 16.10 (CBR platform). The biggest problem I am having now is that if i restart pipeline, the session from the CBR does not reconnect. I only have a single pip...

nickrad by Community Member
  • 816 Views
  • 0 replies
  • 0 Helpful votes