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'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
  • 13789 Views
  • 6 replies
  • 0 Helpful votes

All, I have rolled out my own custom PnP Server via flask/python and I am trying to find more information about some services that I cant find documented anywhere..  I am looking for the format on how to use pnp script which will get a remote device ...

thebmit by Level 1
  • 803 Views
  • 0 replies
  • 0 Helpful votes

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 Level 1
  • 3608 Views
  • 7 replies
  • 0 Helpful votes