Skip to content

Commit c9138f8

Browse files
committed
Revise overview
1 parent e57c666 commit c9138f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
## Overview
66

7-
What's the big fuss over IT automation? Well, more than anything, the excitement is about the sorts of things that you _don't_ have to do when automation is on your side. Things like _not_ having to either copy and paste configuration changes to dozens (maybe hundreds) of different systems or repeat the same click, click, click, click, click-through-the-UI marathon over, and over, and over..._every single time_ there's a need to make a bulk change :rage:. To automate these sorts of workflows, we need to learn to write some form of automation-specific code. The **NETCONF** protocol provides a programmatic way to automate the bulk configuration and management of network devices, based on YANG-modeled structured data.
7+
What's the big fuss over IT automation? Well, more than anything, the excitement is about the sorts of things that you _don't_ have to do when automation is on your side. Things like _not_ having to either copy and paste configuration changes to dozens (maybe hundreds) of different systems or repeat the same click, click, click, click, click-through-the-UI marathon over, and over, and over..._every single time_ there's a need to make a bulk change :rage:.
88

9-
This guide will walk you through some hands-on exercises that help teach and also give you a place to practice using **NETCONF** with Python. You'll get the most from these exercises if you have some familiarity with:
9+
To automate configuration and management workflows for network devices, we need to learn to write some form of automation-specific code, and the **NETCONF** protocol makes that possible. **NETCONF** provides a programmatic way to automate the network device workflows based on the predictable data structures found in YANG models.
10+
11+
This guide will walk you through some hands-on exercises that help teach and give you a place to practice using Python to automate workflows with **NETCONF**. You'll get the most from these exercises if you have some familiarity with:
1012

1113
- :snake: Python fundamentals.
1214
- :scroll: Managing and transposing structured data between XML and Python objects.

0 commit comments

Comments
 (0)