Rldeckard / sshRunCMD

Used to run concurrent changes to Cisco network devices
1 stars 1 forks source link

View output from individual switches #53

Open Rldeckard opened 5 months ago

Rldeckard commented 5 months ago

Currently the only output that exists is a single string of data with everything in it. I'd like to expand on this and organize that output by device(IP Address) most likely using the IP as a key in a map and setting the output from that switch as the string value. From there instead of the output being this huge text file we can output a list of keys in the map and when you select the item the output is provided through a popup window. Further on that when doing an export you could have a slider with an option to choose one large file or individual files by device.

Rldeckard commented 5 months ago

outputMap["10.0.0.1"] = "switch1# show run"