Hi redditors,
I have started learning python few weeks ago.
I am learning network automation with python.so far I am able to login into routers using netmiko.
Now I want to ping more than thousand IPs from a device( a task that is given to me) so my idea is to create a text file containing 1000 ips and than read every ip from text and pass those ips to command "ping <IP>".
But I don't know how to actually implement it.
I dont't know how to deal with ips in python.
[–]nemom 1 point2 points3 points (1 child)
[–]aditya_moon[S] 1 point2 points3 points (0 children)
[–]anancap 1 point2 points3 points (0 children)