How to handle connection error? (follow up issue #423) #706
-
Hi, Here I'm trying to understand if I can build a list of unreachable devices while i run my script, to track those i had connection problem with. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The nornir object already has such list, please, check the following tutorial https://nornir.readthedocs.io/en/latest/tutorial/failed_tasks.html# In any case, if you want to do it yourself you can either use a grouped task with your own logic or a Processor |
Beta Was this translation helpful? Give feedback.
The nornir object already has such list, please, check the following tutorial https://nornir.readthedocs.io/en/latest/tutorial/failed_tasks.html#
In any case, if you want to do it yourself you can either use a grouped task with your own logic or a Processor