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

I am new to Genie and found 2 documents regarding pyats.One says pyats packages version 1.0.0https://pubhub.devnetcloud.com/media/pyats-packages/docs/genie/index.htmlone says pyats 19.7https://developer.cisco.com/docs/pyats/api/Can anyone kindly tell...

yixiu0317 by Level 3
  • 1180 Views
  • 0 replies
  • 0 Helpful votes

Hey, Im trying to get a handle on pyats and explore what it might be able to do and i have run into an interesting problem straight out of the gate. This one is gonna sound pretty basic but thats where i am at with this sort of thing so here goes.  w...

PeterAnsell by Frequent Visitor
  • 5508 Views
  • 2 replies
  • 0 Helpful votes

Hello, I'm using the guest shell in on a 9300 and trying to save a run config txt file and then print out the run config txt file in the python interpreter. But it's not working, see below: >>> cli_output = cli("sh run")>>> type(cli_output)<type 'str...

fm235 by Frequent Visitor
  • 2237 Views
  • 5 replies
  • 0 Helpful votes

I'm trying to get some output in XML format in cisco IOS with odm file. With the "show format" I saw that some are already defined. I successfully add "show arp" and "show version" to a custom.odm file but "show interfaces description" is empty. Can ...

Resolved! ZTP or (Open) PnP

Hi community, I have one question regarding the two provisioning methods available.I want to develop an automated staging solution. Configs are generated in advanced andneed to be transferred to new devices along with a new OS (if needed).What techno...

I am having trouble getting the Rules Input variable to work correctly. I have selected Fix for the scope and included the variable in my cli fix screen but when I try to run the fix for the compliance job I just get "Fix Input not available" I have ...

Jason Mann by Frequent Visitor
  • 2601 Views
  • 1 replies
  • 0 Helpful votes

I have successfully installed pyats ang genie, but when i try to run the command:genie learn ospf --testbed-file ./testbed.yamlit display the error below:Argument should be a path to a pyATS testbed file, or a pyATS Testbed object not ./testbed.yamlb...

e-chuah by Level 5
  • 4153 Views
  • 4 replies
  • 0 Helpful votes

Hi guys, i'm new to Netconf and im trying to get information from a Netconf device (always on CSR1000v). After i received the hello from the server, i send the client capabilities, but when i try to get info, i get connection closed, or empty data ta...

erick_abreu by Community Member
  • 2158 Views
  • 0 replies
  • 0 Helpful votes

I'm looking for a way to pull the routing table on Nexus switches via the NX-API REST interface.  I'm having trouble finding the correct mo that will allow me to see the entire routing table or specific route.  I've tried /api/mo/sys/ipv4/inst/dom-de...

Need to deploy hundreds of Cat 9300 switches and I am trying to automate configuration generation as well as configuration deployment. I am reading about ZTP (zero touch provision) for the config deployment. I am not interested in sending individual ...