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

Hallo, im trying to create a playbook for SNMP Configurations and i need your help/suggestions. so i want to config this 4 commands for example in one run,playbook:  - ios_config:       lines:       - " snmp-server group {{ group_name }} {{ snmp_vers...

Saskiaaa by Visitor
  • 7120 Views
  • 3 replies
  • 5 Helpful votes

This could be the very wrong place to ask this question, please redirect me if that is true. As I learn Genie and pyATS, all the examples that I see use a few network devices.  Is Genie and pyATS only intended for test automation purposes in small en...

dasampson by Community Member
  • 2660 Views
  • 2 replies
  • 0 Helpful votes

I was able to get device hostname with the following netmiko code.>>> print(net_connect.find_prompt()) Cisco# >>> >>> print(net_connect.send_command('show running-config | include hostname')) hostname Cisco >>>Would it be possible to remove `#` and ...

Hello team,When you make a query to export all devices using REST API, Unified AP are not returned.That product familiy is not available.I am requesting "https://10.71.167.210/webacs/api/v4/data/Devices.json"I am getting just these categories:Autonom...

Does anyone know if python jumpssh library works when the jumpbox is a windows? If you have a working implementation of jumpssh over a windows server jumpbox, I would love to hear your feedbacks and sharing. Do I have to install openssh on the window...

pn2020 by Level 3
  • 6216 Views
  • 8 replies
  • 0 Helpful votes

Dear community, I couldn't succeed to use Prime API and If this is not the right place for prime API question, please forward me to right place. I can retrieve device list through API from Prime using python, but i couldn't succeed to delete/sync/add...

erdemk by Level 3
  • 2259 Views
  • 2 replies
  • 0 Helpful votes

I'm trying to run a persistent script on N3548 running nxos7.0(3)I7(9). Script has got three parts. (as per https://developer.cisco.com/docs/nx-os/#persistently-daemonizing-a-third-party/code-section-2)1. Python script doing periodic show commands2. ...

Hi, I am having an issue with prime API, replying to me. it just stays in a state of loading but no reply.Prime 3.6NBI Write, NBI Credential, NBI Read are assigned to the API user. curl -k -u API:password https://10.113.72.69/webacs/api/v1/data/Inven...