[SOLVED] Performance for Multivendor Network Devices
Please see an attached paper with a detailed description1. Create Python scripts using Paramiko, Netmiko, and Pexpect libraries and run it from the GNS3NetworkAutomation appliance to:a. Create 10 VLANs for every switch in the given topologyb. Run show version command for all switches2. Create a Pythons script using Paramiko libraries to delete new configurations (from part 1) andrun it again in the loop (10 times (or more)).3. Capture how long it will take for the script to complete all the tasks (from part 2)4. Make a simple graph (with excel or word) comparing the efficiency of all libraries (the time it takes to finish the task).