وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Python Network Programming for Network Engineers (Python 3)

سرفصل های دوره

Program networks using Python version 3. Learn network programmability with this practical GNS3 and Cisco course


1 - Introduction
  • 1 - Introduction
  • 2 - Answering your questions
  • 2 - David Bombals Discord Server.txt
  • 3 - Udemy Tips and Tricks

  • 2 - Lab Setup
  • 4 - Important please read.html
  • 5 - GNS3 Install Playlist.txt
  • 5 - GNS 22 GUI Install
  • 6 - GNS3 22 Install Playlist.txt
  • 6 - GNS3 22 VM Install
  • 7 - GNS3 IOS images
  • 7 - GNS3 Install Playlist.txt
  • 8 - CML VIRL 20 Install Part 1
  • 9 - CML VIRL 2 Install Playlist.txt
  • 9 - CML VIRL 20 Install Part 2
  • 10 - CML VIRL 2 Install Playlist.txt
  • 10 - EVENG Installation
  • 11 - EVENG Cisco Images
  • 12 - DevNet Free CML

  • 3 - Quick Start Guide to Network Automation
  • 13 - Python3-course-initial-topology.gns3project.zip
  • 13 - Quick Start 1 GNS3 Lab Setup and IDEs
  • 14 - Quick Start 2 Telnet Script creation
  • 14 - python31.py.zip
  • 15 - Quick Start 3 Telnet Script Test
  • 16 - Quick Start 4 Telnet to a switch and create VLANs
  • 16 - python32.py.zip
  • 17 - Quick Start 5 Loops
  • 17 - pythonrange.py.zip
  • 18 - Quick Start 6 PEP8 Python Style Guide
  • 19 - Quick Start 7 Configure switch VLANs using loops
  • 19 - python33.py.zip
  • 20 - Python3-course-5-switches-completed-topology.gns3project.zip
  • 20 - Python3-course-5-switches-initial-topology.gns3project.zip
  • 20 - Quick start 8 Create a multiple switch network
  • 20 - enable-ssh.zip
  • 21 - Quick Start 9 Open a file of switch IP addresses
  • 21 - myswitches.zip
  • 21 - python35.py.zip
  • 22 - Quick Start 10 Configure multiple switch with a loop
  • 23 - Quick Start 11 Loops within loops
  • 23 - python36.py.zip
  • 24 - Quick Start 12 Backup Network Device Configurations
  • 24 - backupconfigs.py.zip

  • 4 - Netmiko Use SSH for Network Automation
  • 25 - Netmiko Part 1 Introduction
  • 26 - Netmiko Part 2 Enable SSH on switches in network
  • 27 - Netmiko Part 3 Your first Netmiko SSH Script
  • 27 - Python3-Netmiko-install.zip
  • 27 - netmiko1.py.zip
  • 28 - Netmiko Part 4 Script for multiple switches
  • 28 - netmiko2.py.zip
  • 29 - Netmiko Part 5 Run script and configure multiple devices
  • 30 - Netmiko Part 6 File of multiple Cisco commands
  • 30 - iosv-l2-cisco-design.zip
  • 30 - netmiko3.py.zip
  • 31 - Netmiko Part 7 Program multiple switches with file of commands
  • 32 - Netmiko Part 8 Script to program entire network
  • 32 - iosv-l2-core.zip
  • 32 - netmiko4.py.zip
  • 33 - Netmiko Part 9 Run script to program entire network

  • 5 - NAPALM
  • 34 - NAPALM Introduction P7512
  • 35 - NAPALM Python 3 versus 27
  • 36 - Ubuntu versus Network Automation Container.html
  • 37 - Install NAPALM P6813
  • 37 - NAPALM-INSTALL.txt.zip
  • 38 - NAPALM connect to switch 1 P6814
  • 38 - napalm1a.py.zip
  • 39 - JSON and more commands P6816
  • 39 - napalm1d.py.zip
  • 40 - Mac address table ARP cache P6817
  • 40 - napalm2a.py.zip
  • 40 - napalm2b.py.zip
  • 40 - napalm2c.py.zip

  • 6 - NAPALM and BGP
  • 41 - Use NAPALM to retrieve BGP neighbor information Part 1 P751
  • 41 - napalmbgp1.py.zip
  • 42 - Use NAPALM to retrieve BGP neighbor information Part 2 P752
  • 43 - Use NAPALM to retrieve BGP neighbor information Part 3 P753
  • 44 - NAPALM Multiple BGP neighbors P754
  • 44 - napalmbgp2.py.zip
  • 45 - NAPALM and bigger BGP Network Part 1 P755
  • 45 - napalmbgp3.py.zip
  • 46 - NAPALM and bigger BGP network Part 2 P755b
  • 46 - napalmbgp4.py.zip

  • 7 - Use NAPALM for device configuration audit and changes
  • 47 - ACL1.txt.zip
  • 47 - Use NAPALM to configure Access lists P756
  • 47 - ip-scp-server-enable.zip
  • 47 - napalmconfig1.py.zip
  • 48 - ACL1.txt.zip
  • 48 - Check if ACL already exists and add if missing P757
  • 48 - napalmconfig2.py.zip
  • 49 - Use NAPALM for auditing device configs P758
  • 50 - ACL1.txt.zip
  • 50 - Use NAPALM to add multiple config files P759
  • 50 - napalmconfig3.py.zip
  • 50 - ospf1.txt.zip
  • 51 - ACL1.txt.zip
  • 51 - NAPALM Multiple config files multiple devices P7510
  • 51 - ip-scp-server-enable.zip
  • 51 - napalmconfig4.py.zip
  • 51 - ospf1.txt.zip

  • 8 - Iteration Examples Netmiko scripts
  • 52 - Netmiko Iteration Script Overview
  • 53 - Netmiko Iteration Script 1 Basic Script
  • 53 - netmiko1-starter-script.py.zip
  • 54 - Netmiko Iteration Script 2 Open a file of commands
  • 54 - commands-file.zip
  • 54 - netmiko2-single-device-with-file-of-commands.py.zip
  • 55 - Netmiko Iteration Script 3 Configure multiple devices using a file of devices
  • 55 - devices-file.zip
  • 55 - netmiko3-mulitple-devices.py.zip
  • 56 - Netmiko Iteration Script 4 Remove passwords from script
  • 56 - netmiko4-remove-passwords.py.zip
  • 57 - Netmiko Iteration Script 5 Except Error Handling
  • 57 - netmiko5-error-handling.py.zip
  • 58 - Netmiko Iteration Script 6 Determine device types and run specific device typ
  • 58 - commands-file-phyrouter.zip
  • 58 - commands-file-router.zip
  • 58 - commands-file-switch.zip
  • 58 - netmiko6-determine-device-type.py.zip
  • 59 - Netmiko Iteration Script 7 Iterate device type script

  • 9 - Netmiko Scaling
  • 60 - Part 1 Encrypted Password File
  • 60 - device-creds.zip
  • 60 - encrypt-device-info.py.zip
  • 60 - install-simple-crypt.txt.zip
  • 61 - Part 2 Netmiko Sequential Part 1
  • 61 - devices-file.zip
  • 61 - device-creds.zip
  • 61 - get-config-sequential.py.zip
  • 61 - install-simple-crypt.txt.zip
  • 62 - Part 3 Netmiko Sequential Part 2
  • 63 - Part 4 Netmiko Multithreading
  • 63 - devices-file.zip
  • 63 - device-creds.zip
  • 63 - get-config-threading.py.zip
  • 64 - Part 5 Netmiko Thread Pools
  • 64 - devices-file.zip
  • 64 - device-creds.zip
  • 64 - get-config-threadpool.py.zip

  • 10 - Python Theory
  • 65 - Theory topics very short P621415
  • 66 - Keep learning P6126
  • 67 - 27 and 3 setup P6127
  • 68 - 27 and 3 examples P6128
  • 69 - Basic Hello World Scripts P612930

  • 11 - Python Theory Objects Variables and Data Types
  • 70 - Python Objects P611
  • 71 - Python Objects Part 2 P612
  • 72 - Python Variables P613
  • 73 - Python Variables Part 2 P6145
  • 74 - Python Variables Part 3 P616
  • 75 - Python Variables Part 4 P6178
  • 76 - Data Types P619
  • 77 - Data Type testing P6110

  • 12 - Python Theory Numbers
  • 78 - Introduction P6119
  • 79 - Numeric Types P6111
  • 80 - Int and Float P6112
  • 81 - Operators P6114
  • 82 - Operators Part 2 P611516
  • 83 - Operators P611718
  • 84 - bin hex oct P6120
  • 85 - binary decimal octal number examples P621
  • 86 - int calculation P622
  • 87 - Floats P623

  • 13 - Python Theory Strings
  • 88 - strings P624
  • 89 - strings GT 06817 78
  • 90 - convert to a string using str P6210
  • 91 - escape special character meaning with P6212
  • 92 - strings P629
  • 93 - string concatenation with P6213
  • 94 - multiplication operator P6216
  • 95 - string offsets extract characters with P6217
  • 96 - string slice slicing P62string
  • 97 - string slice slicing 2 P621string
  • 98 - string slice slicing 3 P622string
  • 99 - lower upper P7311
  • 100 - startswith endswith P7312
  • 101 - strip lstrip rstrip P7313
  • 102 - isdigit P7314
  • 103 - count P7315
  • 104 - Old Style text using P6624
  • 105 - Strings New way to do text using P7316
  • 106 - dir P739

  • 14 - Get version information from a switch
  • 107 - Get show version from switch P6514
  • 108 - Telnet and string offset P6516
  • 109 - Show version using len P6517
  • 110 - Split 1 P651821
  • 111 - Split 2 P7318
  • 112 - List and join P7317
  • 113 - List and len use Interface example P7325
  • 114 - Index introductionP661
  • 115 - Real switch get version using index and slice P6623
  • 116 - Python3 telnet to switch P664
  • 117 - Count P666
  • 118 - Use find to get information from a real switch P6610
  • 119 - Python3 Telnet versus Python2 Find version of software P6611
  • 120 - find not found P6612
  • 121 - String methods upper P6613
  • 122 - String methods startswith and endswith P6614
  • 123 - String methods strip P6615
  • 124 - String methods split demo P6616
  • 125 - String methods Join P661718
  • 126 - String methods is it in string P6619
  • 127 - String concatenation P6620
  • 128 - Capitalize upper lower swap P6623

  • 15 - Python Theory Comparisons
  • 129 - Boolean comparisons
  • 130 - Boolean Truth Table
  • 131 - Boolean Truth Table Demo
  • 132 - false conditions

  • 16 - Python Theory Lists
  • 133 - Lists versus tuples
  • 134 - lists
  • 135 - create a list using split
  • 136 - lists in lists
  • 137 - lists versus tuples documentation
  • 138 - list merge and extendC
  • 139 - List methods
  • 140 - lists insert and delete
  • 141 - list pop index and in
  • 142 - reverse sort
  • 143 - len copy list

  • 17 - Python Theory Tuples
  • 144 - tuples
  • 145 - Tuples and Sequences v2

  • 18 - Python Theory Code Structures
  • 146 - Comments in Code P722
  • 147 - Line Continuation P723

  • 19 - Python Theory if else elseif logic
  • 148 - if logic
  • 149 - physical router demonstration
  • 150 - esleif

  • 20 - Python Theory While Loops
  • 151 - while loop
  • 152 - infinite while loop with break
  • 153 - infinite while loop with continue
  • 154 - while loop with a list
  • 155 - while loop with else

  • 21 - Python Theory For Loops
  • 156 - for loops
  • 157 - for loop with dictionary
  • 158 - for loop with if and lists

  • 22 - Python Theory Ranges
  • 159 - Ranges 1
  • 160 - Ranges 2

  • 23 - Python Theory Dictionaries
  • 161 - Dictionary Theory P7017
  • 162 - Dictionary Demo P7018
  • 163 - Combine Dictionaries P7019
  • 164 - Dictionaries Clear and check P7020
  • 165 - Dictionaries Add values P7021

  • 24 - Python Theory Functions
  • 166 - Functions Intro
  • 167 - Functions Intro Part 2
  • 168 - Functions Part 3
  • 169 - Functions Netmiko and Router
  • 170 - Functions Netmiko and Router
  • 171 - Function 6 Named keyword arguments Netmiko
  • 45,900 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 37832
    حجم: 9333 مگابایت
    مدت زمان: 770 دقیقه
    تاریخ انتشار: 22 خرداد 1403
    طراحی سایت و خدمات سئو

    45,900 تومان
    افزودن به سبد خرید