Brett Lykins

Results 8 comments of Brett Lykins

I was leaning more towards use case two, at least initially. Many types of devices but uniform transcripts among devices of a given type.

The end of 2020 was crazy, par for 2020 itself, but I have more time now in the evenings to devote to this project now. I will have a PR...

Updated the Readme and added the initial Swagger/OpenAPI docs. Probably need to still add more detail, but some of the information is now there.

Need to add Request/Response payload examples to documentation.

Pending https://github.com/napalm-automation/napalm/pull/1137

In https://github.com/lykinsbd/stockpiler/blob/master/stockpiler/tasks/stockpile/stockpile_cisco.py#L26 we would need to add an argument for "save_config" or similar, defaulting to True. Then based on if that bool, we would make this chunk conditional: https://github.com/lykinsbd/stockpiler/blob/master/stockpiler/tasks/stockpile/stockpile_cisco.py#L73

Hello, I'm the one who raised https://github.com/ktbyers/netmiko/issues/841 over on Netmiko. We heavily utilize the ASDM HTTP interface to manage over 20,000 ASAs, and I can provide much of the documentation...

Hey! Here are the two Cisco Community posts one of my colleagues Aaron Hackney put together based on his Cisco Live presentation on the subject (BRKSEC-2031): https://community.cisco.com/t5/security-blogs/script-an-asdm-session-part-i/ba-p/3663024 https://community.cisco.com/t5/security-blogs/script-an-asdm-session-part-ii/ba-p/3658069 The first...