First simple Ansible playbooks

So, your lab is set up and waiting for something meaningful to do?
This post introduces the two probably most commonly used networking modules in the Cisco IOS world – it’s no rocket science to use other vendors’ modules in the same way, by the way. IOS_command executes, well, commands at the privileged level, while IOS_config is used in config mode – no surprise there, right?

Continue reading “First simple Ansible playbooks”

How to deploy Cisco Nexus 9000v on VirtualBox / Win10

In contrast to the CSR1000v it took me a few attempts to get a running installation of Nexus 9000v, so maybe this post helps someone to save time (or me, when I look back in a few month).

Continue reading “How to deploy Cisco Nexus 9000v on VirtualBox / Win10”

How should I start a network automation journey ?

Depending on your personal background there are many different ways to approach networks or (more general) infrastructure devices in a programmatic way. If you are blessed with sufficient coding skills, please go straight to Python and frameworks like Nornir to get things started. This post though is for long time network engineers with little or no software experience.

Continue reading “How should I start a network automation journey ?”