Commit Graph

8 Commits

Author SHA1 Message Date
shawnjury
b837227eac Breakout tool update add mac support (#25)
* breakout update and MAC OS support

Added getAllNodes function to cmlApiCalls.py.
Added Mac OS support into main.py
Added new logic to get all nodes, find label and node_definition, sort by label and add the SecureCRT ini files.  This matched what the breakout tool provided for my machine.

* Update main.py

* Using Lab_title

Changed to use the LabTitle for the Directory/CRT.  This makes it more human readable when you have multiple labs.
2022-11-03 06:30:35 -04:00
M35a2
96ba859d14 added support for trex
added support for trex -- line 78
2021-12-03 13:38:03 -07:00
M35a2
8adac17bae added support for more default devices
added support for:
unmanaged switches
asav
ftdv
server
alpine
coreos
desktop
ubuntu
2021-10-20 15:40:57 -06:00
M35a2
8a3e1f0374 updated to account for deleted nodes 2021-09-20 13:16:53 -06:00
M35a2
a739da1d29 Update main.py 2021-09-20 13:12:13 -06:00
M35a2
5231d69a0a updated while loop to account for deleted devices
this will now check all nodes from n0 to n99. 
I found that deleted nodes breaks the previous script because after 1 node was not found, it ended. 
to check for nodes higher than n99, edit line 24
2021-09-20 12:09:47 -06:00
M35a2
92db690c6f edited while loop to account for deleted devices
this will max out at 100 nodes added. 
to add more than 100 nodes, edit line 26
2021-09-20 12:02:07 -06:00
ben
1be93cd1e8 commit 2021-08-12 11:14:36 -06:00