This code can be taken as a reference to do some customized network configuration assessment, I have included few good(must be present) and bad(must not be present) patterns for Cisco and Juniper, which is matched against the list of configuration files stored in a local folder, based on the check, the results are stored in … Continue reading Python > Code for configuration assessment
python
Python > Code for networks TACACS migration (GUI / Kivy)
Scenario: Consider your network has a mix of Cisco and Comware devices and there is a plan to do TACACS(+) migration, it could be a domain change, server change, key change etc.. The code here could serve this purpose, however with minimal changes to the Cisco IOS or Comware related TACACS configuration, w.r.t the exact … Continue reading Python > Code for networks TACACS migration (GUI / Kivy)
Python > Code for authentication check
This code can be used to perform authentication on multiple target networking devices at once over SSH, this is useful in situations such as to check if the devices are successfully added to the TACACS server Link to download the executable: https://www.dropbox.com/s/uwte56u31flzdxg/auth_chk.exe?dl=0 Preview: Code: --end-of-post--