DEVNET BOOTCAMP


Eğitimimiz ücretlidir. 

Katılım ücretini öğrenmek için lütfen en altta yer alan formu doldurun

Duration: 16 Days / 128 Hours

Dates: 20.01.2024-04.05.2024


Course Prerequisites: 

-Attending official CCNA Course

-or having a valid CCNA certificate

-or to have knowledge in CCNA level for Cisco networking solutions


Course Purpose: The purpose of this course is to prepare the students for 

-CCNA DEVNET DEVASC

-CCNP DEVNET DEVCOR exam

-on the way to CCIE DEVNET EXPERT


Course Summary:

Part 1: Python

Part 2: REST API With Python & GIT

Part 3: Parsing API Data Format JSON With Python

Part 4: Data Frames and HTML Parsing

Part 5: Linux

Part 6: Network Automation With Netmiko

Part 7: Network Automation With NXAPI

Part 8: Flask

Part 9: Parsing API Data Format XML With Python

Part 10: Yang

Part 11: Netconf

Part 12: Restconf

Part 13: Ansible

Part 14: Docker & Kubernetes 


Course Index: 

Part 1: Python

Module 1.1: Language Overview

Module 1.2: Standard Data Types

Module 1.3: Flow Control

Module 1.4: Functions

Module 1.5: Lists and Tuples

Module 1.6: Dictionaries

Module 1.7: External Libraries

Module 1.8: Basic File Operations

Module 1.9: Exception Handling

Module 1.10: OS Operations & File Management

Module 1.11: Advanced Algoritms

Module 1.12: Log File Index Management

Module 1.13: Python Code Index Management At Any Folder

Module 1.14: Object Oriented Programing Encapsulation

Module 1.15: Object Oriented Programing Inheritance

Module 1.16: Parsing Star Wars Episode 3 Scenario

Module 1.17: Regular Expressions Parsing Words.txt file 

Module 1.18: Regular Expressions Kill Bill Phrase With regex101

Module 1.19: Regular Expressions Parsing Emails


Part 2: REST API With Python & GIT

Module 2.1: List Comprehension Lab

Module 2.2: What is Model Driven Automation

Module 2.3: What is HTTP ?

Module 2.4: How HTTP works ?

Module 2.5: What is Rest API

Module 2.6: What are API Data Formats?

Module 2.7: List Comprehension

Module 2.8: Parsing Public Colorado Population API With Python Lab

Module 2.9: Parsing News API With Python Lab

Module 2.10: Parsing NASA API With Python Lab

Module 2.11: Webex API With OPEN AI API

Module 2.12: Use Git For Version Control

Module 2.13: Git Merge


Part 3: Parsing API Data Format JSON With Python

Module 3.1: Parsing Capital Cities JSON With Python Lab

Module 3.2: Parsing Star War JSON With Python Lab

Module 3.3: Parsing Game Of Thrones JSON With Python Lab


Part 4: Data Frames and HTML Parsing

Module 4.1: Creating Data Frames From JSON, Python Data Types, Excel, CSV

Module 4.2: Parsing Data Frames

Module 4.2: How HTML Parsing Works?

Module 4.3: HTML Parsing For imdb.html

Module 4.4: HTML Parsing For StackOverFlow Pages


Part 5: Linux

Module 5.1: Linux Distributions and Shell Types

Module 5.2: Basic Commands

Module 5.3: Standard I/O and Pipes

Module 5.4: vi/vim Text Editor

Module 5.5: Permissions on Linux

Module 5.6: Archiving files and OpenSSH

Module 5.7: Linux File System

Module 5.8: Service Management

Module 5.9: Account Management

Module 5.10: Process Management

Module 5.11: Software Management

Module 5.12: System Log Files


Part 6: Network Automation With Netmiko

Module 6.1: Introduction to Netmiko

Module 6.2: Introduction to TextFSM

Module 6.3: Configure Multiple Devices With Netmiko Via JSON

Module 6.4: Serial Numbers With Netmiko & TextFSM

Module 6.5: Excel With Netmiko & TextFSM

Module 6.6: Configure Multiple Network Devices With Txt file

Module 6.7: Configure Multiple Network Devices With Multi-Threading and Netmiko

Module 6.8: Create and Parse Custom NTC Template For Network Automation

Module 6.9: Zero touch provisioning with TextFSM

Module 6.10: 802.1X With Netmiko

Module 6.11: OSPF Configuration With Netmiko

Module 6.12: Applying Access Restrictions In Management Network With Netmiko

Module 6.13: Gathering Interface Info From NXOS & IOS-XE With Netmiko


Part 7: Network Automation With NXAPI

Module 7.1: NXAPI with Sandbox

Module 7.2: NXAPI with Postman

Module 7.3: NXAPI with Python

Module 7.4: Creating and Parsing Jinja Template

Module 7.4: Converting Yaml with Jinja Template and Configure Nexus

Module 7.5: Zero touch provisioning with NXAPI

Module 7.6: Multi-Threading: Netmiko & NXAPI


Part 8: Flask

Module 8.1: Introduction to Flask & How Flask Works?

Module 8.2: Server Working

Module 8.3: Lottery

Module 8.4: Flask-RESTX GET/POST/PUT/DELETE Requests With Parameters & Swagger

Module 8.5: Multiply a & b With Flask RestX

Module 8.6: Multiply by 2 & Random Integer Generator

Module 8.7: Flask RestX & Reqparse

Module 8.8: Calculator With Flask RestX

Module 8.9: Get, Put, Post Delete Fruits

Module 8.10: Multiply by 2 With Flask RestX & Reqparse

Module 8.11: Random Integer Generator With Flask RestX & Reqparse

Module 8.12: Pizzaria With Flask RestX & Reqparse

Module 8.13: Network Inventory Flask RestX & Reqparse

Module 8.14: Working With HTML

Module 8.15: Flask Upload Photo

Module 8.16: Write Jinja Template At HTML File For Uploading Photo From Flask Python Code 

Module 8.17: Flask Upload Excel

Module 8.18: Download Photo & Excel From Flask

Module 8.19: Flask ChatBot With HTML

Module 8.20: Integrate Open AI API With Flask HTML ChatBot

Module 8.21: Flask user_input & option selection

Module 8.22: Create NXAPI Sandbox With Flask


Part 9: Parsing API Data Format XML With Python

Module 9.1: Parsing XML

Module 9.2: What is XML?

Module 9.3: Parsing XML With ElementTree: Washington University Course Schedule

Module 9.4: Parsing XML With ElementTree: KC Instructor List

Module 9.5: Parsing & Editting XML With ElementTree, xmltodict, xml.dom.minidom

Module 9.6: Parsing Device Config XML With ElementTree, xmltodict, xml.dom.minidom


Part 10: YANG Data Modeling Language

Module 10.1: What is YANG? How Yang Works?

Module 10.2: Installing Pyang on Ubuntu

Module 10.3: Working With Yang and XML via Pyang

Module 10.4: Install Yang on Ubuntu & Work With Pyang

Module 10.5: Yang & XML: module, namespace, prefix, container, leaf and leaf list statements

Module 10.6: Yang & XML: list, grouping, key, leafref

Module 10.7: Yang & XML: pattern, length, range and import statements

Module 10.8: Yang & XML: choices, when, enum, unit statements & Read only nodes


Part 11: Netconf

Module 11.1: What is Netconf? How Netconf Works?

Module 11.2: Enabling NetConf On Cisco IOS-XE

Module 11.3: get-config/Ncclient: Receive Configuration From Device

Module 11.4: edit-config/Ncclient: Configure A Device With NetConf

Module 11.5: Configuration With Yang Suite 

Module 11.6: Use Yang Suite & Ncclient Together For Configuration

Module 11.7: Downloading YANG files via NETCONF from a device

Module 11.8: Developing XML Templates With Yang For NetConf


Part 12: Restconf

Module 12.1: What is RestConf? How RestConf Works?

Module 12.2: RestConf & Cisco Nexus Sandbox

Module 12.3: RestConf & Cisco IOS-XE Postman

Module 12.4: Configure Cisco IOS-XE Device With RestConf 

Module 12.5: Using RestConf With JSON


Part 13: Network Automation With Ansible

Module 13.1: Ansible Installation    

Module 13.1: Setting up the Ansible Files    

Module 13.1: Confirm Ansible and Host Connectivity    

Module 13.1: Network Automation for Routing, Switching, & Nexus-OS    

Module 13.1: Running Show Commands and Backup Configuration


Part 14: Docker & Kubernetes 

Module 14.1: What is Docker ?

Module 14.2: What is Container ?

Module 14.3: How Docker and Container works ?

Module 14.4: What is Kubernetes ?

Module 14.5: How Kubernetes works ?

Module 14.6: Python Unit Tests (Assert & Unittest)

Module 14.7: Docker Installation and Hello World Container

Module 14.8: NGINX Container Installation and Other Web Services Management

Module 14.9: Interpret a Dockerfile

Module 14.10: Working With Container Images & Docker Hub

Module 14.11: Docker Cluster Services

Module 14.12: Container Network

Module 14.13: Volumes

Module 14.14: Containerize An Application Using Docker

Module 14.15: Docker Compose

Module 14.16: Docker Swarm

Module 14.17: Introduction To Kubernetes

Module 14.18: Building a Kubernetes 1.27 Cluster with kubeadm

Module 14.19: Working with Kubernetes Using kubectl

Module 14.20: Running Containers with Kubernetes


Başvurunuz kayıt numarası ile alınmıştır.

DEVNET BOOTCAMP Başvuru Formu

Adınız ve Soyadınız
E-Posta Adresiniz
Telefon Numarası
Çalıştığınız Yer
Okuduğunuz Okul

Aktarılıyor...Dosya hazırlanıyor

X

Giriş Yap

Şifremi Unuttum

Şifremi Unuttum

Geri