Network Automation on MikroTik using Python

Network Automation on MikroTik using Python

Size
2 GB
Seeders
12
Leechers
2
Files
56
Category
Added
01/01/21 at 1:00pm GMT+1
Infohash
98155b3ebb7528d4b99931e2fa7b34dc0d039f67

Description


Description



The world of IT is moving to network programmability which is also called network automation, which means that network engineers should be ready to write scripts in order to configure network devices such as MikroTik Routers. Most of network engineers don’t like programming – that’s a fact. But programming skills is required if you want to keep working as a network engineer. The most used programming language for network automation nowadays is called Python. For this reason, I have designed this course to show you how you can run scripts on Python to interact with MikroTik devices so you can configure them by just one click no matter how big is the number of the MikroTik devices, and to avoid human errors that happen a lot.



In this course I am not going to explain everything about Python. I am just going to take the scripts that we needed as network engineers and explain them then apply them to see how the network automation on MikroTik routers can work.



Bottom line, this course is an essence for all MikroTik network engineers and I am glad to be the 1st trainer doing a course about network automation on MikroTik using Python.

Who this course is for:



   MikroTik Engineers who would like to automate their network using Python



Requirements



   You should have MTCNA level to follow this course

   Programming Skills is not required, but is preferred to have it



Last Updated 11/2020

File list
  • Network Automation on MikroTik using Python
  • .pad/0 275 B
  • .pad/1 250.2 KB
  • .pad/10 247.8 KB
  • .pad/11 344.4 KB
  • .pad/12 69 KB
  • .pad/13 246.1 KB
  • .pad/2 176.7 KB
  • .pad/3 208.6 KB
  • .pad/4 162.7 KB
  • .pad/5 142.4 KB
  • .pad/6 294.4 KB
  • .pad/7 284.5 KB
  • .pad/8 507.5 KB
  • .pad/9 442.8 KB
  • TutsNode.com.txt 63 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/01 What do you expect to learn in this course_/001 Python & MikroTik - Teaser Video.en.srt 14.8 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/01 What do you expect to learn in this course_/001 Python & MikroTik - Teaser Video.mp4 164.8 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/01 What do you expect to learn in this course_/external-assets-links.txt 146 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/02 What is Python and how to install it on the Windows PC/002 What is Python_.en.srt 10.9 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/02 What is Python and how to install it on the Windows PC/002 What is Python_.mp4 116 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/02 What is Python and how to install it on the Windows PC/003 Downloading and Installing Python on Windows Machine.en.srt 9.6 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/02 What is Python and how to install it on the Windows PC/003 Downloading and Installing Python on Windows Machine.mp4 112.8 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/02 What is Python and how to install it on the Windows PC/004 Downloading and Installing Pycharm software on Windows Machine.en.srt 13.4 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/02 What is Python and how to install it on the Windows PC/004 Downloading and Installing Pycharm software on Windows Machine.mp4 152.4 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/02 What is Python and how to install it on the Windows PC/external-assets-links.txt 87 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/005 Introduction to Paramiko Library on Python.en.srt 2.2 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/005 Introduction to Paramiko Library on Python.mp4 31.8 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/006 Installing Paramiko Module on Python.en.srt 18.7 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/006 Installing Paramiko Module on Python.mp4 208.3 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/007 Paramiko.py 307 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/007 Running the 1st script on Python to the MikroTik Router.en.srt 18.1 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/007 Running the 1st script on Python to the MikroTik Router.mp4 192.8 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/008 Adjusting the Python script for more tasks on the MikroTik Router.en.srt 10.4 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/008 Adjusting the Python script for more tasks on the MikroTik Router.mp4 113.6 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/008 Paramiko2.py 554 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/009 Connecting to Multiple MikroTik Routers using Paramiko on Python.en.srt 21 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/009 Connecting to Multiple MikroTik Routers using Paramiko on Python.mp4 223.8 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/009 Paramiko3.py 762 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/010 Configuring OSPF on 3 MikroTik Routers using Paramiko on Python.en.srt 13.4 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/010 Configuring OSPF on 3 MikroTik Routers using Paramiko on Python.mp4 145.7 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/010 Paramiko4.py 923 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/03 Network Automation on MikroTik using Paramiko/external-assets-links.txt 62 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/011 Netmiko vs Paramiko.en.srt 6.2 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/011 Netmiko vs Paramiko.mp4 75.9 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/012 Installing Netmiko Module on Python.en.srt 4.4 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/012 Installing Netmiko Module on Python.mp4 46.3 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/013 First script using Netmiko Library on Python.en.srt 12.8 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/013 First script using Netmiko Library on Python.mp4 133.2 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/013 Netmiko.py 328 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/014 Configuring Multiple Devices using Netmiko.en.srt 8.4 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/014 Configuring Multiple Devices using Netmiko.mp4 90.2 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/014 Netmiko2.py 574 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/015 Automating Firewall Filter Rules on 2 MikroTik Routers using Netmiko.en.srt 17 KB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/015 Automating Firewall Filter Rules on 2 MikroTik Routers using Netmiko.mp4 195.3 MB
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/015 Netmiko3.py 818 B
  • [TutsNode.com] - Network Automation on MikroTik using Python/04 Network Automation on MikroTik using Netmiko/external-assets-links.txt 83 B

Rating
Not rated yet
Log in to rate

Comments

No comments yet.


Similar torrents
NameSizeDate
12 MB05/14/2330382019
6 MB11/05/2137321
1.9 GB09/08/2521836
1.3 GB06/27/261951
1.7 GB08/19/181504
4.6 GB04/13/241278
2 GB07/14/2612619
4.9 GB07/20/2612428
752 MB08/18/2610030
41 MB12/11/19913
1.5 GB05/10/18882
4.6 GB12/19/19875
6.6 GB12/23/248641
2 GB07/19/26867
16.1 GB03/30/24854