Skip to content

The tool for making a backup of 'show running' configuration for a list of Eltex commutators and finding changes in it

Notifications You must be signed in to change notification settings

balduser/show_run_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

show_run_logger

The tool for making a backup of 'show running' configuration for a list of Eltex commutators and finding changes in it

Requires

Excsript
pip install Exscript

Tested on

Python 3.8, Windows 10, Eltex MES2324
Attention! ExScript currently cannot be installed for Python 3.10.

How it works:

Creates a folder and consequently requests show run from a list of commutators (ips.txt should be placed in the folder of script) into distinct files. Then compares these files with previous versions to find changes in them. Example of comparison:

Previous:
interface gigabitethernet1/0/4
loopback-detection enable
no shutdown
description internet_office
snmp trap link-status
mtu 0
spanning-tree disable
spanning-tree bpdu filtering
switchport access vlan 111
exit

Current:
interface gigabitethernet1/0/4
loopback-detection enable
no shutdown
description internet_office
snmp trap link-status
mtu 0
spanning-tree bpdu filtering
switchport access vlan 111
exit

Writes changes to a log file.

About

The tool for making a backup of 'show running' configuration for a list of Eltex commutators and finding changes in it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages