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 All,Hope someone can help us with this. We're not successful in printing a telnet test result. Netmiko is being used with Python. Tried several methods but it's the same error. Below is the code and the output that should appear. Other commands ex...

telnet result.JPG
normzie by Community Member
  • 5404 Views
  • 7 replies
  • 0 Helpful votes

 The playbbok get timeout with multiple lines but it works fine with 2 lines, any pointer how to fix even I tried to increase the timeout but same timeout error. Have tried with both Login & Motd options Ansible Version - 2.8.4name: Testing Cisco AS...

sbanswar03 by Community Member
  • 1275 Views
  • 2 replies
  • 0 Helpful votes

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
  • 3023 Views
  • 1 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
  • 3299 Views
  • 3 replies
  • 0 Helpful votes