Python for Network Engineers: Netmiko, NAPALM, pyntc, Telnet

BY
Udemy

Learn network automation using Netmiko, NAPALM, pyntc, Telnet by enrolling in this course offered by Udemy

Mode

Online

Fees

₹ 599 3499

Quick Facts

particular details
Medium of instructions English
Mode of learning Self study
Mode of Delivery Video and Text Based

Course overview

Python for Network Engineers: Netmiko, NAPALM, pyntc, Telnet course is an opportunity for network engineers and  Network Architects who are interested in network automation using Telnet,  SSH, Paramiko, Netmiko, NAPALM and pyntc. The course will enable the learner to explore Network Programmability and Network Automation using GNS3 and Python.

Python for Network Engineers: Netmiko, NAPALM, pyntc, Telnet Online course, offered by Udemy, introduces the learners to tools such as NAPALM and pyntc facilitating the participants for an easy configuration and interaction with network devices using an API  like  NETCONF or using SSH. The course is open for network engineers and programming passionates who possess basic knowledge of GNS3 and fundamentals of networking knowledge (CCNA Level).

Python for Network Engineers: Netmiko, NAPALM, pyntc, Telnet certification, developed by David Bomabal and Experts with David Bomabal, also provide the learners with broad practical knowledge of Python, programming, network automation, etc through various exercises, quizzes, and projects. The interested learners could enrol on the course paying the fee. Early birds will be given a discount 

The highlights

  • Online course 
  • Flexible deadlines
  • Full lifetime access
  • Access on mobile and TV
  • Certificate of completion
  • 30-Day Money-Back Guarantee
  • Practical GNS3 and Cisco course
  • English videos with subtitles
  • Offered by David Bombal

Program offerings

  • 14 hours on-demand video
  • 4 articles
  • 3 downloadable resources
  • Full lifetime access
  • Access on mobile and tv
  • Certificate of completion
  • English videos with subtitles

Course and certificate fees

Fees information
₹ 599  ₹3,499
certificate availability

Yes

certificate providing authority

Udemy

Who it is for

What you will learn

Once the learners complete the Python for Network Engineers: Netmiko, NAPALM, pyntc, Telnet online certification, they will be able to gain knowledge on how to use the pyntc for network programmability and to use the Telnet and SSH. The course also helps the participant to learn the configuration of both Cisco routers and switches in GNS3

The syllabus

Introduction

  • Introduction
  • Good news!
  • Answering your questions
  • Udemy Tips and Tricks

GNS3 Setup

  • GNS 2.2 GUI Install
  • GNS3 2.2 VM Install
  • GNS3 IOS images
  • CML VIRL 2.0 Install Part 1
  • CML VIRL 2.0 Install Part 2
  • EVE NG Installation
  • EVE-NG Cisco Images
  • Free CML

Quick Start Guide to Network Automation

  • GNS3 Installation and Setup
  • Quick Start 1: Python and Telnet: Configure Cisco Router
  • Quick Start 2: Python and Telnet: Configure Switch VLANs
  • Quick Start 3: Remove Passwords and improve scripts (Telnet)
  • Quick Start 4: Create switch VLANs using loops (Telnet)
  • Quick Start 5: Multiple switches, multiple VLANs (Telnet)
  • Quick Start 6: In-band management network
  • Quick Start 7: PEP Style Guide
  • Quick Start 8: Opening Files and spacing importance!
  • Quick Start 9: Backup switch configurations
  • Quick Start 10: Jupter IDE
  • Quick Start 11: Paramiko, SSH, Python and Cisco devices
  • Quick Start 12: Netmiko Part 1
  • Quick Start 13: Netmiko Part 2
  • Quick Start 14: Netmiko Part 3
  • Quick Start 15: Netmiko Part 4
  • Quick Start 16: Netmiko Part 5
  • Quick Start 17: Netmiko Part 6

NAPALM (P75)

  • NAPALM Introduction (P75_12)
  • Install NAPALM (P68_13)
  • NAPALM connect to switch 1 (P68_14)
  • JSON and more commands (P68_16)
  • Mac address table, ARP cache (P68_17)

NAPALM and BGP (P75)

  • Use NAPALM to retrieve BGP neighbor information: Part 1 (P75_1)
  • Use NAPALM to retrieve BGP neighbor information: Part 2 (P75_2)
  • Use NAPALM to retrieve BGP neighbor information: Part 3 (P75_3)
  • NAPALM: Multiple BGP neighbors (P75_4)
  • NAPALM and bigger BGP Network Part 1 (P75_5)
  • NAPALM and bigger BGP network Part 2 (P75_5b)

Use NAPALM for device configuration audit and changes (P75)

  • Use NAPALM to configure Access lists (P75_6)
  • Check if ACL already exists and add if missing (P75_7)
  • Use NAPALM for auditing device configs (P75_8)
  • Use NAPALM to add multiple config files (P75_9)
  • NAPALM: Multiple config files, multiple devices (P75_10)
  • Want more?

pyntc (P69)

  • pyntc Introduction (P69_1_2)
  • pyntc Installation and get device version information (P69_3_4)
  • Use pyntc to configure a Cisco IOS device (P69_5)
  • Use pyntc to retrieve a switch running-config (P69_6)
  • Use pyntc and github to save a switch running config to a file (P69_7_8)
  • Backup a switch config with 5 lines of code! (P69_9)
  • Want more?

Iteration Examples: Netmiko scripts (P77)

  • Netmiko Iteration: Script Overview
  • Netmiko Iteration (Script 1): Basic Script
  • Netmiko Iteration (Script 2): Open a file of commands
  • Netmiko Iteration (Script 3): Configure multiple devices using a file of devices
  • Netmiko Iteration (Script 4): Remove passwords from script
  • Netmiko Iteration (Script 5): Except (Error) Handling
  • Netmiko Iteration (Script 6): Determine device types and run specific device typ
  • Netmiko Iteration (Script 7): Iterate device type script

Netmiko Scaling

  • Encrypted Password File
  • Netmiko Sequential Part 1
  • Netmiko Sequential Part 2
  • Netmiko Multithreading
  • Netmiko Thread Pools

Python Theory (P61)

  • Theory topics - very short (P62_14_15)
  • Keep learning (P61_26)
  • 2.7 and 3 setup (P61_27)
  • 2.7 and 3 examples (P61_28)
  • Basic Hello World Scripts (P61_29_30)

Python Theory: Objects, Variables and Data Types

  • Python Objects (P61_1)
  • Python Objects Part 2 (P61_2)
  • Python Variables (P61_3)
  • Python Variables Part 2 (P61_4_5)
  • Python Variables Part 3 (P61_6)
  • Python Variables Part 4 (P61_7_8)
  • Data Types (P61_9)
  • Data Type testing (P61_10)

Python Theory - Numbers (P61)

  • Introduction (P61_19)
  • Numeric Types (P61_11)
  • Int and Float (P61_12)
  • Operators (P61_14)
  • Operators Part 2 (P61_15_16)
  • Operators (P61_17_18)
  • bin hex oct (P61_20)
  • binary decimal octal number examples (P62_1)
  • int calculation (P62_2)
  • Floats (P62_3)

Python Theory - Strings

  • strings (P62_4)
  • strings (GT 06-8-17 7_8)
  • convert to a string using str() (P62_10)
  • escape special character meaning with \ (P62_12)
  • strings (P62_9)
  • string concatenation with + (P62_13)
  • multiplication operator * (P62_16)
  • string offsets - extract characters with [] (P62_17)
  • string slice _ slicing (P62_string)
  • string slice _ slicing 2 (P62_1string)
  • string slice _ slicing 3 (P62_2string)
  • lower upper (P73_11)
  • startswith endswith (P73_12)
  • strip lstrip rstrip (P73_13)
  • isdigit (P73_14)
  • count (P73_15)
  • Old Style text using % (P66_24)
  • Strings: New way to do text using {} (P73_16)
  • dir (P73_9)

Get version information from a switch (P65)

  • Get show version from switch (P65_14)
  • Telnet and string offset (P65_16)
  • Show version using len (P65_17)
  • Split 1 (P65_18_21)
  • Split 2 (P73_18)
  • List and join (P73_17)
  • List and len - use Interface example (P73_25)
  • Index introduction(P66_1)
  • Real switch get version using index and slice (P66_2_3)
  • Python3 telnet to switch (P66_4)
  • Count (P66_6)
  • Use find to get information from a real switch (P66_10)
  • Python3 Telnet versus Python2 - Find version of software (P66_11)
  • find not found (P66_12)
  • String methods - upper (P66_13)
  • String methods - startswith and endswith (P66_14)
  • String methods - strip (P66_15)
  • String methods - split demo (P66_16)
  • String methods - Join (P66_17_18)
  • String methods - is it in string? (P66_19)
  • String concatenation (P66_20)
  • Capitalize, upper, lower, swap (P66_23)

Python Theory: Comparisons (P73)

  • Boolean comparisons
  • Boolean Truth Table
  • Boolean Truth Table Demo
  • false conditions

Python Theory: Lists

  • Lists versus tuples
  • lists
  • create a list using split
  • lists in lists
  • lists versus tuples - documentation
  • list merge and extend
  • List methods
  • lists insert and delete
  • list pop index and in
  • reverse sort
  • len copy list

Tuples (P70)

  • tuples
  • Tuples and Sequences v2

Python Theory: Code Structures (P72)

  • Comments in Code (P72_2)
  • Line Continuation (P72_3)

Python Theory Part 73 - if / else / elseif logic

  • if logic
  • physical router demonstration
  • elseif

Python Theory Part 73 - While Loops

  • while loop
  • infinite while loop with break
  • infinite while loop with continue
  • while loop with a list
  • while loop with else

Python Theory Part 73 - For Loops

  • for loops
  • for loop with dictionary
  • for loop with if and lists

Python Theory: Ranges

  • Ranges 1
  • Ranges 2

Python Theory: Dictionaries (P70)

  • Dictionary Theory (P70_17)
  • Dictionary Demo (P70_18)
  • Combine Dictionaries (P70_19)
  • Dictionaries: Clear and check (P70_20)
  • Dictionaries: Add values (P70_21)

Python Theory: Functions

  • Functions Intro
  • Functions Intro Part 2
  • Functions Part 3
  • Functions - Netmiko and Router
  • Functions - Netmiko and Router
  • Function 6 - Named keyword arguments (Netmiko)

Network Automation Appliance

  • GNS3 Automation Container import and testing Part 1
  • GNS3 Automation Container import and testing Part 2

Instructors

Mr David Bombal

Mr David Bombal
Instructor
Freelancer

Trending Courses

Popular Courses

Popular Platforms

Learn more about the Courses

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

Careers360 App
150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books