11-07-2022 02:25 AM
Hi,
I'm running a workflow on a site that was several switchs. I run the workflow on the site it self and the workflow runs on all of the switches that are under that site, including the ones that are down (giving an python traceback).
Is this normal? if it is is there a way to avoid this and do a pre-check to see if the host is down.
I'm using ExtremeCloud IQ - Site Engine 22.3.10.74
Regards,
Jose Chaves
Solved! Go to Solution.
11-07-2022 05:19 AM
Hi Jose.
yes, the device can be SNMP down but still CLI accessible. Consider checking the device status in your workflow so the workflow can end without a traceback error.
Sincerely yours
11-07-2022 05:19 AM
Hi Jose.
yes, the device can be SNMP down but still CLI accessible. Consider checking the device status in your workflow so the workflow can end without a traceback error.
Sincerely yours
11-08-2022 06:28 AM
Thanks