cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1363
Views
5
Helpful
0
Comments
cherifi.m85
Level 1
Level 1

I my previous post, I introduced my project called Genie_Webex that allows to Validate/Maintain the configuration of network devices by leveraging PyATS and Webex Teams. In this article I will introduce my use case published in Cisco Automation Exchange as Validate/Monitor access to network devices with the integration of Genie/pyATS, WebEx Messenger and Syslog server.

The idea is very simple!: How to check access to a network device in a simplest way without unnecessarily complicating matters??? The answer is simply using the connect() method of Genie/PyATS and handling the ConnectionError exception! Very simple....Right!

This project can be used and integrated in many projects:

  • Check access to network devices by periodic monitoring process
  • Vlidate access to network devices prior provisioning/retrieving data process
  • Separatly or integrated in CI/CD pipeline project in order to Validate access to network device before starting the process

Keep in mind that this project is not to test connectivity, it allows to check access to network devices through their management interfaces.

 

Here the link to reach the Use Case in Cisco Automation Exchange: https://developer.cisco.com/network-automation/detail/31f2a492-d5b7-11eb-95a0-c6918c6fb71b/

Here the link to reach the same project from GitHub: https://github.com/cherifimehdi/Check_Access

 

Please refer to the GitHub Repo for more details about installing dependencies and how use the project. I hope you will find it useful. Comments and suggestions are welcome. Thank you for reading!

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: