Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 639 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 639 Bytes

PullCommands

This script was designed to pull information from Cisco Devices

There are times where you just need to pull information from alot of Cisco Network Devices

To Execute this script, update the "Commands.txt" file with the commands you want to execute on your devices. update the 'Devices.txt" with the IP or Hostname of the devices you wish to execute this on.

Once the script executes the commands on a device, a text file will be generated with the results of the commands in the output directory The script then move onto the next device

(This is meant for Cisco Devices) (This script runs Python, Netmiko and Getpass)