Rldeckard / sshRunCMD

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

Verify devices are live through a ping check before trying to login #4

Closed Rldeckard closed 1 year ago

Rldeckard commented 1 year ago

This will need to be a separate Go routine that can pass the active hosts back to the main script. We also need to focus on optimizing this to get the most amount of devices without delaying the program.

Rldeckard commented 1 year ago

Need to be able to iterate on an IP list before proceeding for planning purposes

Rldeckard commented 1 year ago

May need to rethink this and test current timeout handling. We could just let ssh.dial handle this as long as we can define a custom timeout separate from the SSH login attempts.

Rldeckard commented 1 year ago

That didn't go well. It immediately becomes an IO error. Need a separate GO routine for pings.

Rldeckard commented 1 year ago

Completed