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

These are the definitions from Cisco CCNA book: An API is a method for one application (program) to exchange data with another application SBI: it is an interface between a program (the controller) and a program (on the networking device) that lets t...

HI All, I am trying to monitor the interface utilization and need Average & Maximum interface utilization results for a week. Can you please provide the MiB & OID for MAX interface utilization through NETFLOW/SNMP. As of now i am only getting AVG uti...

Kinshuk77 by Community Member
  • 2889 Views
  • 1 replies
  • 0 Helpful votes

Hi, Apology for the basic question, I am enabling Netconf on XR & XE platform but I am bit worried about security aspect of the Netconf so trying to grant least privilege access to the client. When configuring CoPP on Cisco Device, under control-plan...

rthakker by Level 2
  • 1404 Views
  • 0 replies
  • 0 Helpful votes

hello forum Guys,  Is there capability to use local guest shell on IOS XR ASR9K? I found info on https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/guest_shell.html#id_45860 that local guest feature is a...

Dear All,I'm getting started with Ansible. I have installed ansible using pip (in a virtual environment):pipenv install ansibleThe ping check is working:$ ansible -i ./ansible_hosts ios -m ping switch.int.company.com | SUCCESS => { "ansible_facts...

j.a.m.e.s by Level 7
  • 3138 Views
  • 3 replies
  • 0 Helpful votes

Folks,  Looking for documentation/help to add new os support for genie parser. I want to add genie support for ACI. Given NXOS support is already there, I want it to either make it work for ACI or what additions are needed to add support it for ACI? ...

puguntur by Cisco Employee
  • 2994 Views
  • 2 replies
  • 0 Helpful votes

This code almost perfect, however the 2nd numbering is not working as expected.user@linux:~$ cat ip.txt 10.1.1.1 10.2.2.2 10.3.3.3 user@linux:~$script.pyfrom netmiko import Netmiko with open('ip.txt') as f: print('List of Hosts') print('-' * 13) for...