Skip to content

amughal/network

Repository files navigation

Network Scritps to communicate with Arista and HPE Switches

  1. show_ver.py

Description: Collects active firmware, next boot firmware, serial number etc.

Syntax: python3 show_ver.py arista.db

  1. show_inven.py

Description: This script provides transceiver inventory for a switch. It reads file with list of switches, uses RANCID clogin to login to the switch and collect the output

Syntax: show_inven.py arista.db

  1. push_multidevices.py

Description: Sends block of commands to devices

Syntax: python3 push_multidevices.py <cmd.list> <devices.db>

  1. configuration.txt

This is a common file for all the scripts:

[Authentication] username=admin password=admin_password

[EAPI] username=user2 password=user2_password

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages