Category: network automation
Structured data with in Netmiko
Netmiko is very powerfull Python package. There are a lot of contributions. It cannot to be considered that it cannot support structured data. Sometimes manual parsing enough. Also when we get the command results as XML or JSON format, we have more possibilities. But what if we couldn’t get the the result as XML or…
Read MoreOSPF Single Area Lab with Netmiko
Here is OSPF Single Area Lab prepared by Rene Molenaar. Let’s create a topology on EVE-NG and solve it with Python script using Netmiko. Goal 1-2 In my EVE-NG topology, HongKong, Amsterdam and Barcelona have telnet connection info 192.168.29.131:32769 , 192.168.29.131:32770 , 192.168.29.131:32771 respectively. Also, there is no credential to make telnet connection. This is…
Read More