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

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 1
  • 983 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...

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

Resolved! Routing

Hello, I have a subnet of 1024 hosts. I have to categorize these hosts like 512+512. The first 512 host for a particular area and the other for another area. Moreover, the first 512 host can only access to a particular network and the 2nd 512 host ca...

mnijhum by Level 1
  • 5169 Views
  • 9 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 ...

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 1
  • 3450 Views
  • 4 replies
  • 0 Helpful votes

I want to delete a device from DNACenter provisioning inventory, but the following error is output and I can not delete it.  Partial Collection Failure (CLI authentication error) What should I do to make CLI authentication successful? Can you tell me...

Keisuke.I by Level 1
  • 3941 Views
  • 2 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...

Top Solution Authors