• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

Roger Perkin

Network Automation Consultant

  • Network Automation
    • Network Automation Consultant
    • Network Automation Courses
    • What is NetDevOps?
    • Workflow Orchestration
    • Ansible Automation Platform
    • Ansible Workshop
    • What is Network Automation?
    • Network Automation Tools
    • ContainerLab
    • Ansible Training
      • What is Ansible?
      • Ansible Tutorial for Beginners
      • Ansible Network Automation
      • Ansible Inventory Example
    • Python Network Automation
      • Nornir
      • Python for Network Engineers
      • Python VENV / Virtual Environment Tutorial
      • Python Tutorial for Beginners
      • pyATS
    • Network Source of Truth
      • NetBox Training
      • Infrahub
      • NautoBot
    • NetDevops
    • DevOps Tutorial
      • Git Training
      • Terraform Training
      • Linux Training
      • Kubernetes Training
      • Devops Training Course
      • Azure Devops Training
    • Terraform
    • GIT
      • Git Commands
      • What is GitHub?
    • Docker Training
    • Confluence
    • Microsoft Azure
  • Cisco
    • ISE
    • SD WAN Training
    • Password Recovery
    • Software-Upgrade-Guides
    • BGP
    • Data Center
    • WIRELESS
  • CCIE
  • Blog
  • About
    • My Red Special Guitar
  • Contact

What is Network Automation?

Home » Network Automation

What is Network Automation?

Network Automation is the process of making configuration changes to your network devices using software tools and code rather than manually configuring each device one by one.

Types of Network Automation

The Business Case for Network Automation in 2026

While the technical shift from CLI to API is the “how” of network automation, the “why” is driven entirely by business agility and risk mitigation. For modern enterprises, manual configuration is no longer just a bottleneck; it is a significant financial and security liability. To remain competitive, organizations are moving toward NetDevOps to achieve three primary outcomes:

1. Accelerated Time-to-Market

In a traditional environment, provisioning a new VLAN or updating firewall rules across a global estate could take days or weeks of manual change requests. Automation reduces this “Human Middleware” latency. By using Infrastructure as Code (IaC), businesses can deploy network services at the speed of software development, ensuring that the network is an enabler of growth rather than a hurdle.

2. Risk Mitigation and Governance

Statistically, up to 80% of network outages are caused by human error during manual configuration changes. Automation enforces a “Source of Truth,” ensuring that every change is validated against business logic before it hits production. This creates an immutable audit trail, essential for compliance in regulated industries like finance and healthcare, where unauthorized changes can lead to catastrophic fines.

3. Operational Scalability and ROI

As networks grow in complexity—spanning multi-cloud environments and thousands of SD-WAN edge locations—hiring more engineers to manage them manually is not a scalable model. Automation allows your existing engineering talent to focus on high-value architectural design rather than repetitive “low-value” tasks. This shift optimizes OpEx (Operating Expenses) and delivers a measurable Return on Investment by drastically reducing the “Mean Time to Repair” (MTTR) and increasing total network uptime.

what is network automation by roger perkin ccie 50038

Using tools such as Ansible or Python for network automation, network engineers of today are automating repetitive tasks to ensure a more consistent predictable method of making network changes, provisioning new devices and scaling the support of their network.

What is network automation is one of the most searched questions for network engineers in 2026

Network Automation is a process in which software automatically configures provisions manages and tests network devices

Let’s go back 20 years. The life of a network engineer was very straightforward. We had some switches and a firewall and connected to each device with Putty made the change or provisioned the device directly on the command line or from a notepad file. The configuration was saved and that was it. On Monday if there was a problem with the network, questions would be asked of what has changed.

What is network automation and how can it be used to simplify and accelerate the management of network infrastructure in modern IT environments?

Network operations today are different, the amount of network devices is increasing by a massive scale, virtualization for network devices is the norm and IT staff to device ratio is also increasing.

We are being asked to do more and more with less.

Enter the new world of network automation.

Types of Network Automation

Use case #1

Let’s take the simple example of changing an NTP server address on 100 switches. You have a task from network operations to make this change today.

There are two ways to make this change.

  • SSH to 100 switches and add the configuration and save.
  • Use network automation to push the change to 100 switches.

Whilst there is nothing wrong with the first method of connecting to 100 switches, it does mean you have to make sure you have all the connection details for the 100 switches, you have to make sure you do every one and you also have to make sure that the configuration is the same on each switch. This does leave you open to human error as you cannot guarantee you will make the change 100 times 100% accurately.

Realistically if you make this change you are going to miss a few and make a few mistakes and probably forget to save the config on one switch.

Using a platform like Ansible you would have an inventory of your 100 switches, you would have a file that contained the configuration change you wanted to push, the change would be pushed with one line of code and you would get a report on the succcess of each device. For more information read Ansible hosts file example

You would know 100% that each device had the change added, the config was saved, the new and old config could be backed up and it only took you 10 seconds to do.

Compare this to connecting manually to 100 switches which is probably going to take a few hours!

Use case #2

Another use case for network automation is device provisioning. Let’s say you have 100 new switches to configure. Before network automation you would typically un-box each switch, boot it up, create the config in notepad and then paste onto the switch.

With network automation you can create an inventory of all the devices based on the mac address of the switch, connect all the switches to a provisioning network or into it’s final location in the data centre, when the switch boots it obtains an ip address and then the configuration of the device is pushed to the switch based on it’s mac address.

For this to work you do need to create the configuration templates first using your tool of choice, but once it is setup you can repeat the process for different devices.

For some devices this zero touch provisioning (ZTP) is not possible and you would have to get a basic config of management address and basic password information to enable the initial connectivity.

Whatever approach you take, this approach of configuring multilpe devices means you can guarantee that each device will be setup with 100% accuracy. This is perfect for setting up a new data center for example.

Check out more network automation use cases

That is ensuring you have your network configuration templates setup correctly!

There’s a phrase going around in the network automation community: “To err is human; to propagate errors massively at scale is automation!”

Network automation is not a miracle cure for all issues. Just as you can make multiple changes at scale and save yourself hours of time, you can also very easily break your network infrastructure very quickly. With all automation comes caution.

You start with small steps with easy tasks like the ntp server example and then build up to production affecting changes.

But with so many network automation tools in use today, where do you start? You need to work out what tasks you need to perform and then how you are going to do it. With so many network components each tool has it’s benefits.

It’s all about increasing network efficiency by minimising manual changes by releasing network management teams from mundane network management tasks and automating those tasks, reducing human error and then get them working on optimising and improving the network performance instead of endless manual changes and fire fighting.

With a correctly implemented network automation strategy, network service availability will go up.

Configuration management is a great place to start, try to standardise a switch configuration with a template and then each time you need to deploy a new switch you can automate the deployment instead of manually configuring the switch.

But it’s not just about Ansible & Python you need to be looking at a modern network automation platform like Ansible Automation Platform.

What is Network Automation Engineer?

A lot of people are worried that network automation is going to take their job away.

This is very far from the truth as what it’s actually going to do is free up your time from making repetitive changes and out of hours work and giving you more time to work on making the network better and working on future design optimizing rather than just keeping the lights on.

With network components expanding to physical and virtual devices and networks also spanning multi cloud environments it has never been harder to keep track of managing network changes. .

Use automation to reduce human error.

According to Cisco, 95% of all network changes are still being performed manually on the command line interface (CLI)
https://www.cisco.com/c/en/us/solutions/automation/network-automation.html#~why-automate

Network operations teams need to dedicate staff to implement network automation as it is a skill and a technology that is going to be built into to modern networks.

Start on simple network automation tasks like read only tasks or minor configuration changes.

Network automation also plays a large role in modern networking capabilities, such as software-defined networking (SDN) and network virtualization.

Intelligent Network Automation

Network Automation with Python

Whilst simple changes using a Python script are great, the direction that network operations teams need to be moving in is intelligent network automation.

Having scripts being triggered to fix an issue based of a monitoring task. Having the network self heal through automation.

Network automation can also include AI and machine learning to monitor and repair your network through information gathering via machine learning.

How does Network Automation work?

There are many ways to automate a network from using a simple Python script to make simple configuration changes or backing up a configuration to full blown SDN controlling and entire WAN.

You need to pick the network tasks that are taking the most manual time on your network and also the ones that generate the most human errors, and by using code to make the changes instead of a human manually typing the configuration into multiple devices you start to reduce human error and make standard changes repeatable with 100% confidence that each change will be correct.

Any network resource can be automated you just need to work out the best way to do it. Some older devices will only be accessible by SSH whilst modern devices will have API access.

Network automation also reduces error in network operations and service management, reducing network downtime if you can automate network components instead of manually configuring each device your life as an engineer will be so much easier.

What is Network Automation and Orchestration?

With automated and repetitive processes streamlined operational costs will go down. Network automation tools are going to be an integral part of modern networks.

Automating network resource and service management allows network operations teams to become more agile and flexible and effectively support modern business demands, reducing network downtime and improve network efficiency.

If you can eliminate human error from your network management you can increase the reliability of making mass configuration changes across multiple networks and clouds you will have more confidence to make changes in the week or even through the day instead of waiting to the early hours of the weekend.

The benefits of a fully automated network are endless, what might seem like a lot of work to setup will repay itself a hundred fold in operational efficiency and customer satisfaction.

Network Automation Course

Check out my network automation courses

Can wireless networks be automated? Of course!

Network automation book

If you are looking for a good network automation book I can highly recommend reading this one:
https://www.amazon.co.uk/Network-Programmability-Automation-Next-Generation-Engineer-ebook/dp/B079K6HWQX

What is Network Automation FAQ

What is Network Automation?

How is AI used in Network Automation?
Is Network Automation the future?
Which tools, frameworks and languages enable network automation?
What role does network automation play in data centres?
What is the difference between Network Automation and Orchestration?

Network automation focuses on executing individual tasks automatically—like configuring devices, updating firmware, or pushing changes—using scripts or tools. It handles specific actions without necessarily understanding the broader workflow.

Network orchestration, on the other hand, coordinates multiple automated tasks into a complete process. It manages dependencies, sequencing, and logic across systems to achieve a larger goal—like deploying an entire application network end-to-end.

What is Network Automation’s real risk and how can you avoid it?

Network automation can be powerful—but its real risk isn’t the technology itself, it’s how quickly it can amplify mistakes.

The real risk: “Scaling errors at machine speed”

When you automate network changes, you’re no longer configuring one device—you might be pushing changes to hundreds or thousands at once. A small mistake (wrong config, bad logic, incorrect variable) can:

  • Bring down entire networks in seconds
  • Cause widespread outages
  • Be harder to trace because everything changes simultaneously
  • Propagate misconfigurations consistently (which sounds good—until it’s wrong)

In short: automation turns human error into systemic failure.


Secondary risks to be aware of

  • Overconfidence / blind trust in scripts
  • Lack of visibility into what automation is doing
  • Poor testing practices
  • Security exposure (e.g., storing credentials in scripts)
  • Skill gaps—teams may not fully understand what the automation is doing

How to avoid (or reduce) these risks

1. Start small and controlled

Don’t automate everything at once. Begin with low-risk tasks and scale gradually.

2. Use testing environments

Always validate changes in:

  • Lab environments
  • Staging/sandbox networks

Treat network automation like software development.

3. Implement change validation

  • Pre-checks: Ensure the network is in the expected state
  • Post-checks: Confirm the change worked correctly

4. Use version control (e.g., Git)

Track changes, review code, and allow rollbacks if needed.

5. Add safeguards and limits

  • Rate limiting (don’t push to all devices at once)
  • Canary deployments (test on a few devices first)
  • Rollback mechanisms

6. Peer reviews and approvals

Never run critical automation scripts without another set of eyes.

7. Logging and observability

Ensure every action is logged so you can:

  • Audit what happened
  • Troubleshoot quickly

8. Secure credentials properly

Use vaults or secure storage instead of hardcoding secrets.

9. Keep human oversight

Automation should assist—not completely replace—decision-making in critical systems.


A simple way to think about it

Automation is like a force multiplier:

  • Good process → faster, safer operations
  • Bad process → faster disasters

Related Network Automation Posts:

  • What tools do you need to automate your network?
    • Check out my network automation tools list post.
  • What is a network automation engineer?
    • Read my what does a network automation engineer do post.

Cisco Certification Changes – get your Devnet certification in 2020

Category: Network Automation
ansible course for network engineers
Get Access to my Ansible Course NOW
Previous Post:Cisco Certification Changes – Feb 24th 2020
Next Post:Cisco Devnet Certification Training

Let’s get started

Take a look at my premium courses on Ansible, Nornir & Git or buy them all with the Network Automation Bundle!

Network Automation Courses

Navigation

Python VENV Tutorial
Python for Network Engineers Course

Network Automation
Network Automation Courses
Network Discovery Tools
Network Automation Conferences
Ansible Training
What is Ansible?
Devops Tutorial
Network Source of Truth
DevOps Glossary
Network Monitoring Software

Contact

Contact

Get in touch with me here

[email protected]

  • Twitter
  • LinkedIn
  • YouTube
Buy me a coffeeBuy me a coffee

Copyright © 2026 · Roger Perkin · All Rights Reserved · Privacy Policy – Terms