Using for loop in python to test ping response from multiple hosts
Today let us have a look at an interesting python script to test ping connectivity on a list of hosts. To understand this lets create below script and a hosts...
Today let us have a look at an interesting python script to test ping connectivity on a list of hosts. To understand this lets create below script and a hosts...