Cisco træning

Insoft Services er en af de få uddannelsesudbydere i EMEAR, der tilbyder hele spektret af Cisco-certificering og specialiseret teknologiuddannelse.

Lær hvordan

Cisco-certificeringer

Oplev en blandet læringsmetode, der kombinerer det bedste fra instruktørstyret træning og e-læring i eget tempo for at hjælpe dig med at forberede dig til din certificeringseksamen.

Lær hvordan

Cisco Learning Credits

Cisco Learning Credits (CLCs) er forudbetalte træningskuponer, der indløses direkte med Cisco, og som gør det nemmere at planlægge din succes, når du køber Cisco-produkter og -tjenester.

Lær hvordan

Cisco Efteruddannelse

Cisco Continuing Education Program tilbyder alle aktive certificeringsindehavere fleksible muligheder for at gencertificere ved at gennemføre en række kvalificerede træningselementer.

Lær hvordan

Cisco Digital Learning

Certificerede medarbejdere er VÆRDSATTE aktiver. Udforsk Ciscos officielle digitale læringsbibliotek for at uddanne dig selv gennem optagede sessioner.

Lær hvordan

Cisco Business Enablement

Cisco Business Enablement Partner Program fokuserer på at skærpe Cisco Channel Partners og kunders forretningsmæssige færdigheder.

Lær hvordan

Cisco kursuskatalog

Lær hvordan

Fortinet-certificeringer

Fortinet Network Security Expert (NSE) -programmet er et otte-niveau uddannelses- og certificeringsprogram for at undervise ingeniører i deres netværkssikkerhed for Fortinet FW-færdigheder og erfaring.

Lær hvordan

Fortinet træning

Insoft er anerkendt som Autoriseret Fortinet Training Center på udvalgte steder på tværs af EMEA.

Tekniske kurser

Fortinet kursuskatalog

Udforsk hele Fortinet-træningskataloget. Programmet omfatter en bred vifte af selvstændige og instruktørledede kurser.

Lær hvordan

ATC-status

Tjek vores ATC-status på tværs af udvalgte lande i Europa.

Lær hvordan

Fortinet Professionelle Services

Globalt anerkendte team af certificerede eksperter hjælper dig med at gøre en mere jævn overgang med vores foruddefinerede konsulent-, installations- og migreringspakker til en lang række Fortinet-produkter.

Lær hvordan

Microsoft træning

Insoft Services tilbyder Microsoft-undervisning i EMEAR. Vi tilbyder Microsoft tekniske kurser og certificeringskurser, der ledes af instruktører i verdensklasse.

Tekniske kurser

Extreme træning

Find all the Extreme Networks online and instructor led class room based calendar here.

Tekniske kurser

Tekniske certificeringer

Vi leverer omfattende læseplan for tekniske kompetencefærdigheder på certificeringspræstationen.

Lær hvordan

Extreme kursuskatalog

Lær hvordan

ATP-akkreditering

Som autoriseret uddannelsespartner (ATP) sikrer Insoft Services, at du får de højeste uddannelsesstandarder, der findes.

Lær hvordan

Løsninger og tjenester

Vi leverer innovativ og avanceret support til design, implementering og optimering af IT-løsninger. Vores kundebase omfatter nogle af de største Telcos globalt.

Lær hvordan

Globalt anerkendte team af certificerede eksperter hjælper dig med at gøre en mere jævn overgang med vores foruddefinerede konsulent-, installations- og migreringspakker til en lang række Fortinet-produkter.

Om os

Insoft tilbyder autoriseret uddannelses- og konsulentbistand til udvalgte IP-leverandører. Få mere at vide om, hvordan vi revolutionerer branchen.

Lær hvordan
  • +45 32 70 99 90
  • IJAUT - Introduction to Junos Platform Automation and DevOps

    Duration
    3 Dage
    Delivery
    (Online Og På stedet)
    Price
    Pris på forespørgsel

    This three-day course demonstrates how to automate the Junos OS using DevOps automation tools, protocols, and technologies. This course introduces basic DevOps principles, Junos APIs, and the Network Configuration Protocol (NETCONF). It focuses on using Python, Junos PyEZ, Ansible, and the Junos Representational State Transfer (REST) API to automate Junos platforms.

     

    Extensible Markup Language (XML), JavaScript Object Notation (JSON), and YAML Ain't Markup Languate (YAML) are introduced as data formats that facilitate Junos automation. Through demonstrations and hands-on labs, students will gain experience automating the Junos operating system. This course uses Junos OS Release 20.2R2.11, Python 3.6.8, Junos PyEZ 2.54, and Ansible 2.9.5.

     

    Associated Certification:

    Automation and DevOps, Associate (JNCIA-DevOps)

    • Describe DevOps principles and practices.
    • Explain how DevOps benefits an IT organization.
    • Discuss Network Reliability Engineering.
    • List and describe the various APIs Junos provides for automation.
    • Discuss the frameworks, libraries and tools used to automate Junos devices.
    • Describe XML document format.
    • Explain how the Junos OS uses XML.
    • Use XPath to navigate a Junos XML document.
    • Describe the NETCONF protocol.
    • Use NETCONF and the XML API to issue Junos RPCs.
    • List available XML API programming languages.
    • Configure Junos device using NETCONF.
    • Describe JSON syntax.
    • Explain how JSON is used in Junos.
    • Describe YAML syntax.
    • Explain how Junos automation tools use YAML.
    • Use JSON and YAML documents.
    • Verify an Ansible installation.
    • Retrieve information from Junos devices using Ansible.
    • Use Ansible to configure Junos devices.
    • Explain fundamental Python concepts.
    • Use the Python 3 interactive interpreter.
    • Modify and run Python scripts.
    • Install Junos PyEZ.
    • Use Junos PyEZ to connect to Junos devices and retrieve facts.
    • Use Junos PyEZ to execute Junos RPCs.
    • Use Junos PyEZ to modify Junos device configuration.
    • Describe Python exception handling with PyEZ.
    • Describe the capabilities of the Junos OS REST API.
    • Generate REST API RPC queries.
    • Use the REST API Explorer.
    • Describe the Junos operating system and its basic design architecture.
    • Explain transit and exception traffic processing.
    • Describe the Junos CLI and its features.
    • List and perform initial configuration tasks.
    • Describe interface types and perform basic interface configuration tasks.

    DAY 1

    1. Course Introduction

     

    2. Introduction to DevOps

     

    • Why DevOps?
    • The Benefits of DevOps

     

    3. Junos Automation

    • The Junos Automation Stack
    • Junos XML API Overview
    • Junos REST API Overview
    • Junos JET API Overview
    • Overview of Junos Automation Tools

     

    4. XML and XPath

    • Basic XML Syntax
    • XML in the Junos OS
    • Navigating XML using XPath

     

    Lab 1: XML and XPath

     

    DAY 2

     

    5. XML and NETCONF

    • NETCONF
    • Junos XML API
    • Junos XML API Programming Languages

     

    Lab 2: XML and NETCONF

     

    6. Python Fundamentals

    • Python Basics
    • Data Types and Variables
    • Lists, Dictionaries, Sets, and Tuples
    • Python Libraries
    • Python Script Examples

     

    Lab 3: Python Fundamentals

     

    7. Junos PyEZ Operations

    • Junos PyEZ
    • Execute Junos RPCs
    • Perform Device Operations

     

    Lab 4: Junos PyEZ Operations

     

    DAY 3

    8. Junos PyEZ Configuration

    • Junos PyEZ Configuration
    • Junos PyEZ Exception Handling
    • Junos PyEZ and Jinja2

     

    Lab 5: Junos PyEZ Configurationm

     

    9. JSON and YAML

    • Data Formatting
    • JSON Basics
    • JSON Support in Junos
    • YAML Basics
    • Junos Automation and YAML

     

    Lab 6: JSON and YAML

     

    10. Junos REST API

    • REST API Overview
    • Configuring the REST API
    • Using the REST API
    • REST API Explorer

     

    Lab 7: Junos REST API

     

    A Appendix: Introduction to Junos

    • Junos OS Basic Design Architecture
    • Traffic Processing
    • CLI Modes and Features
    • Initial Configuration Tasks
    • Interface Types and Configuration

     

    Lab 8: Introduction to Junos

     

    B Appendix: Introduction to Ansible

    • Ansible Architecture and Capabilities
    • Ansible Playbook Basics
    • Using Ansible to Retrieve Junos Status Information
    • Using Ansible to Retrieve and Modify Configuration

     

    Information

     

    Lab 9: Ansible

    Individuals responsible for configuring and monitoring devices running the Junos OS

    • Basic understanding of the OSI model and the TCP/IP protocol suite
    • Basic understanding of computer networking concepts

    This three-day course demonstrates how to automate the Junos OS using DevOps automation tools, protocols, and technologies. This course introduces basic DevOps principles, Junos APIs, and the Network Configuration Protocol (NETCONF). It focuses on using Python, Junos PyEZ, Ansible, and the Junos Representational State Transfer (REST) API to automate Junos platforms.

     

    Extensible Markup Language (XML), JavaScript Object Notation (JSON), and YAML Ain't Markup Languate (YAML) are introduced as data formats that facilitate Junos automation. Through demonstrations and hands-on labs, students will gain experience automating the Junos operating system. This course uses Junos OS Release 20.2R2.11, Python 3.6.8, Junos PyEZ 2.54, and Ansible 2.9.5.

     

    Associated Certification:

    Automation and DevOps, Associate (JNCIA-DevOps)

    • Describe DevOps principles and practices.
    • Explain how DevOps benefits an IT organization.
    • Discuss Network Reliability Engineering.
    • List and describe the various APIs Junos provides for automation.
    • Discuss the frameworks, libraries and tools used to automate Junos devices.
    • Describe XML document format.
    • Explain how the Junos OS uses XML.
    • Use XPath to navigate a Junos XML document.
    • Describe the NETCONF protocol.
    • Use NETCONF and the XML API to issue Junos RPCs.
    • List available XML API programming languages.
    • Configure Junos device using NETCONF.
    • Describe JSON syntax.
    • Explain how JSON is used in Junos.
    • Describe YAML syntax.
    • Explain how Junos automation tools use YAML.
    • Use JSON and YAML documents.
    • Verify an Ansible installation.
    • Retrieve information from Junos devices using Ansible.
    • Use Ansible to configure Junos devices.
    • Explain fundamental Python concepts.
    • Use the Python 3 interactive interpreter.
    • Modify and run Python scripts.
    • Install Junos PyEZ.
    • Use Junos PyEZ to connect to Junos devices and retrieve facts.
    • Use Junos PyEZ to execute Junos RPCs.
    • Use Junos PyEZ to modify Junos device configuration.
    • Describe Python exception handling with PyEZ.
    • Describe the capabilities of the Junos OS REST API.
    • Generate REST API RPC queries.
    • Use the REST API Explorer.
    • Describe the Junos operating system and its basic design architecture.
    • Explain transit and exception traffic processing.
    • Describe the Junos CLI and its features.
    • List and perform initial configuration tasks.
    • Describe interface types and perform basic interface configuration tasks.

    DAY 1

    1. Course Introduction

     

    2. Introduction to DevOps

     

    • Why DevOps?
    • The Benefits of DevOps

     

    3. Junos Automation

    • The Junos Automation Stack
    • Junos XML API Overview
    • Junos REST API Overview
    • Junos JET API Overview
    • Overview of Junos Automation Tools

     

    4. XML and XPath

    • Basic XML Syntax
    • XML in the Junos OS
    • Navigating XML using XPath

     

    Lab 1: XML and XPath

     

    DAY 2

     

    5. XML and NETCONF

    • NETCONF
    • Junos XML API
    • Junos XML API Programming Languages

     

    Lab 2: XML and NETCONF

     

    6. Python Fundamentals

    • Python Basics
    • Data Types and Variables
    • Lists, Dictionaries, Sets, and Tuples
    • Python Libraries
    • Python Script Examples

     

    Lab 3: Python Fundamentals

     

    7. Junos PyEZ Operations

    • Junos PyEZ
    • Execute Junos RPCs
    • Perform Device Operations

     

    Lab 4: Junos PyEZ Operations

     

    DAY 3

    8. Junos PyEZ Configuration

    • Junos PyEZ Configuration
    • Junos PyEZ Exception Handling
    • Junos PyEZ and Jinja2

     

    Lab 5: Junos PyEZ Configurationm

     

    9. JSON and YAML

    • Data Formatting
    • JSON Basics
    • JSON Support in Junos
    • YAML Basics
    • Junos Automation and YAML

     

    Lab 6: JSON and YAML

     

    10. Junos REST API

    • REST API Overview
    • Configuring the REST API
    • Using the REST API
    • REST API Explorer

     

    Lab 7: Junos REST API

     

    A Appendix: Introduction to Junos

    • Junos OS Basic Design Architecture
    • Traffic Processing
    • CLI Modes and Features
    • Initial Configuration Tasks
    • Interface Types and Configuration

     

    Lab 8: Introduction to Junos

     

    B Appendix: Introduction to Ansible

    • Ansible Architecture and Capabilities
    • Ansible Playbook Basics
    • Using Ansible to Retrieve Junos Status Information
    • Using Ansible to Retrieve and Modify Configuration

     

    Information

     

    Lab 9: Ansible

    Individuals responsible for configuring and monitoring devices running the Junos OS

    • Basic understanding of the OSI model and the TCP/IP protocol suite
    • Basic understanding of computer networking concepts
      Kommende datoer
      Dato på anmodning

    Follow Up Courses

    Filtrer
    • 3 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 2 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 4 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 3 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 2 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 3 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 5 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 5 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 5 Dage
      Dato på anmodning
      Price on Request
      Book Now
    • 2 Dage
      Dato på anmodning
      Price on Request
      Book Now

    Know someone who´d be interested in this course?
    Let them know...

    Use the hashtag #InsoftLearning to talk about this course and find students like you on social media.