Nornir, an automation framework that uses Python directly, provides an alternative to other automation frameworks that use their own domain-specific language (DSL). The framework can dispatch tasks to ...
A behind-the-scenes look at how a Cisco automation engineer replaced fragile CLI workflows with model-driven infrastructure that scales.
Use the Python Netmiko module to automate switches, routers and firewalls from multiple vendors. I frequently find myself in the position of confronting "hostile" networks. By hostile, I mean that ...
Networks consist of distributed nodes — routers, switches and the like — that systems administrators and network engineers have, for the most part, managed individually via command line interfaces.
Build or buy? That's the typical discussion around network automation. In reality, however, the discussion is more involved and nuanced than that. Every project today has some open source. It drives ...
Some network teams are finding power and simplicity in the shift from telling devices what to do, using imperative programming, to describing what they should be, using declarative programming.