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

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

Hello, I am trying to send a 'show version' command to my Cisco ASA using Ansible, but I am encountering the following errors and I don't know why. The same thing works for my Cisco router though. Below are some details that might be helpful. Cisco A...

mervinh16 by Level 1
  • 1390 Views
  • 1 replies
  • 0 Helpful votes

Resolved! Ansible resources

Hey all,Can anyone recommend any good ansible resources with examples? I'm struggling to find anything decent that actually works. It's taken me a very long time just to get some basic show commands to run. And I've had to use deprecated methods as t...

WVD by Level 1
  • 1619 Views
  • 2 replies
  • 0 Helpful votes

Hi,I notice that Prime API "InventoryDetails" have this device Uptime field. It return the value "upTime": "+000000028 08:21:32.538000000". 1. Can I know what format is this? Epoch?2. How do I convert (Python or Excel) this time string "+000000028 08...

choywy by Level 1
  • 856 Views
  • 0 replies
  • 0 Helpful votes

Hey all,It looks like I'm hitting the limit of my REST API call, see below."kind": "collection#NetworkObj","selfLink": "https://x.x.x.x/api/objects/networkobjects/","rangeInfo": {"offset": 0,"limit": 100,"total": 110},Is there a workaround for this? ...

WVD by Level 1
  • 1802 Views
  • 3 replies
  • 0 Helpful votes

Hello,I'm trying to get get interface shwo ip int GigabitEthernet0/0/4 params via a HTTP Get method, and I do always get a response 404 NOT Found. In the request I used the URI : https://10.10.10.9:55443/api/v1/interfaces/GigabitEthernet0%2F0%2F2(I c...

Hello Sir, Could you please give me some support on this issue ? I do install "requests" module in my python virtual environment but when I tried to import requests , it told me"No module named requests".   I am very confused. Thank you for your help...

This is simple Python code to get `show hostname` output in Cisco IOS.script.pyfrom netmiko import ConnectHandler cisco_881 = { 'device_type': 'cisco_ios', 'host': 'host', 'username': 'u', 'password': 'p' } net_connect = ConnectHandler(**cisco_881)...

fc00::/7 by Level 1
  • 14229 Views
  • 6 replies
  • 0 Helpful votes
Top Solution Authors