Cisco-opplæring

Insoft Services er en av få opplæringsleverandører i EMEAR som tilbyr hele spekteret av Cisco-sertifisering og spesialisert teknologiopplæring.

Les mer

Cisco Sertifisering

Opplev en blandet læringstilnærming som kombinerer det beste av instruktørledet opplæring og e-læring i eget tempo for å hjelpe deg med å forberede deg til sertifiseringseksamen.

Les mer

Cisco Learning Credits

Cisco Learning Credits (CLC) er forhåndsbetalte opplæringskuponger innløst direkte med Cisco som gjør planleggingen for suksessen din enklere når du kjøper Cisco-produkter og -tjenester.

Les mer

Etterutdanning

Cisco Continuing Education Program tilbyr alle aktive sertifiseringsinnehavere fleksible alternativer for å resertifisere ved å fullføre en rekke kvalifiserte opplæringselementer.

Les mer

Cisco Digital Learning

Sertifiserte ansatte er verdsatte eiendeler. Utforsk Ciscos offisielle digitale læringsbibliotek for å utdanne deg gjennom innspilte økter.

Les mer

Cisco Business Enablement

Cisco Business Enablement Partner Program fokuserer på å skjerpe forretningsferdighetene til Cisco Channel Partners og kunder.

Les mer

Cisco opplæringskatalog

Les mer

Fortinet Sertifisering

Fortinet Network Security Expert (NSE)-programmet er et opplærings- og sertifiseringsprogram på åtte nivåer for å lære ingeniører om nettverkssikkerheten for Fortinet FW-ferdigheter og -erfaring.

Tekniske kurs

Fortinet-opplæring

Insoft er anerkjent som Fortinet Autorisert Opplæringssenter på utvalgte steder i EMEA.

Les mer

Fortinet opplæringskatalog

Utforsk et bredt utvalg av Fortinet Schedule på tvers av forskjellige land så vel som online kurs.

Les mer

ATC-status

Sjekk atc-statusen vår på tvers av utvalgte land i Europa.

Les mer

Pakker for Fortinet-tjenester

Insoft Services har utviklet en spesifikk løsning for å effektivisere og forenkle prosessen med å installere eller migrere til Fortinet-produkter.

Les mer

Microsoft-opplæring

Insoft Services gir Microsoft opplæring i EMEAR. Vi tilbyr Microsofts tekniske opplærings- og sertifiseringskurs som ledes av instruktører i verdensklasse.

Tekniske kurs

Extreme-opplæring

Lær eksepsjonell kunnskap og ferdigheter i ekstreme nettverk.

Les mer

Teknisk sertifisering

Vi tilbyr omfattende læreplan over tekniske kompetanseferdigheter om sertifiseringsprestasjonen.

Les mer

Extreme opplæringskatalog

Tekniske kurs

ATP-akkreditering

Som autorisert opplæringspartner (ATP) sørger Insoft Services for at du får de høyeste utdanningsstandardene som er tilgjengelige.

Les mer

Løsninger og tjenester

Vi tilbyr innovativ og avansert støtte for design, implementering og optimalisering av IT-løsninger. Vår kundebase inkluderer noen av de største Telcos globalt.

Les mer

Globalt anerkjent team av sertifiserte eksperter hjelper deg med å gjøre en jevnere overgang med våre forhåndsdefinerte konsulent-, installasjons- og migrasjonspakker for et bredt spekter av Fortinet-produkter.

Om oss

Insoft Tilbyr autoriserte opplærings- og konsulenttjenester for utvalgte IP-leverandører. Finn ut hvordan vi revolusjonerer bransjen.

Les mer
  • +47 23 96 21 03
  • IJAUT - Introduction to Junos Platform Automation and DevOps

    Duration
    3 Dager
    Delivery
    (Online Og På stedet)
    Price
    Pris på forespørsel

    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
      Datoer
      Date on Request

    Follow Up Courses

    Filtrer
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 2 Dager
      Date on Request
      Price on Request
      Book Now
    • 4 Dager
      Date on Request
      Price on Request
      Book Now
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 2 Dager
      Date on Request
      Price on Request
      Book Now
    • 3 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 5 Dager
      Date on Request
      Price on Request
      Book Now
    • 2 Dager
      Date on Request
      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.