Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 634 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 634 Bytes

Ugly tool to create Cisco switch configurations

Usage

  • Create generic or interface-specific templates per software flavor (NXOS, IOS etc)
  • Create a CSV file per switch that contains details for the switch in general and on a per-interface base too (example "switchB52.csv")
  • Declare the list of CSV files in switch_config.py variable new_switch_list
  • In case of migration, be sure that the source configuration file (named exactly as in the CSV) exists in the same folder as switch_config.py

Examples

Examples exist in the "switchB52.csv" file for all implemented uses (uplink, server, user, migration)