Cisco-training

Insoft Services is een van de weinige aanbieders van opleidingen in EMEAR tot een volledige reeks van Cisco-certificering en gespecialiseerde technische opleiding aan te bieden.

Lees meer

Cisco-certificering

Ervaar een blended learning-aanpak die het beste van door een instructeur geleide training en e-learning in eigen tempo combineert om u te helpen zich voor te bereiden op uw certificeringsexamen.

Lees meer

Cisco Learning Credits

Cisco Learning Credits (CLCs) zijn prepaid trainingsvouchers die rechtstreeks bij Cisco worden ingewisseld en die het plannen van uw succes eenvoudiger maken bij de aankoop van Cisco-producten en -services.

Lees meer

Cisco Continuing Education

Het Cisco Continuing Education Program biedt alle actieve certificeringshouders flexibele opties om opnieuw te certificeren door een verscheidenheid aan in aanmerking komende trainingsitems te voltooien.

Lees meer

Cisco Digital Learning

Gecertificeerde medewerkers zijn GEWAARDEERDE activa. Verken de officiële Digital Learning Library van Cisco om uzelf te informeren via opgenomen sessies.

Lees meer

Cisco Business Enablement

Het Cisco Business Enablement Partner Program richt zich op het aanscherpen van de zakelijke vaardigheden van Cisco Channel Partners en klanten.

Lees meer

Cisco trainingscatalogus

Het Cisco Business Enablement Partner Program richt zich op het aanscherpen van de zakelijke vaardigheden van Cisco Channel Partners en klanten.

Lees meer

Fortinet-certificering

Het Fortinet Network Security Expert (NSE) -programma is een training- en certificeringsprogramma op acht niveaus om ingenieurs van hun netwerkbeveiliging te leren voor Fortinet FW-vaardigheden en -ervaring.

Technische trainingen

Fortinet-training

Insoft is erkend als Fortinet Authorized Training Center op geselecteerde locaties in EMEA.

Lees meer

Fortinet trainingscatalogus

Bekijk de volledige Fortinet trainingscatalogus. Het programma omvat een breed scala aan cursussen in eigen tempo en onder leiding van een instructeur.

Lees meer

ATC Status

Bekijk onze ATC-status in geselecteerde landen in Europa.

Lees meer

Fortinet Professionele Services

Wereldwijd erkend team van gecertificeerde experts helpt u een soepelere overgang te maken met onze vooraf gedefinieerde consultancy-, installatie- en migratiepakketten voor een breed scala aan Fortinet-producten.

Lees meer

Microsoft-training

Insoft Services biedt Microsoft-trainingen in EMEAR. We bieden technische trainingen en certificeringscursussen van Microsoft aan die worden geleid door instructeurs van wereldklasse.

Technische cursussen

Extreme-training

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

Technische cursussen

Technische-certificering

We provide comprehensive curriculum of technical competency skills on the certification accomplishment.

Lees meer

Extreme trainingscatalogus

Leer uitzonderlijke kennis en vaardigheden van Extreme Networks

Lees meer

ATP accreditatie

Als geautoriseerde trainingspartner (ATP) zorgt Insoft Services ervoor dat u de hoogste onderwijsnormen krijgt die beschikbaar zijn.

Lees meer

Services Oplossingen

Wij bieden innovatieve en geavanceerde ondersteuning bij het ontwerpen, implementeren en optimaliseren van IT-oplossingen.Ons klantenbestand omvat enkele van de grootste Telco's ter wereld.

Oplossingen

Wereldwijd erkend team van gecertificeerde experts helpt u een soepelere overgang te maken met onze vooraf gedefinieerde consultancy-, installatie- en migratiepakketten voor een breed scala aan Fortinet-producten.

Over ons

Insoft biedt geautoriseerde trainings- en consultancydiensten voor geselecteerde IP-leveranciers. Ontdek hoe we een revolutie teweegbrengen in de industrie.

Lees meer
  • +31 71 799 6230
  • IJAUT - Introduction to Junos Platform Automation and DevOps

    Duration
    3 Dagen
    Delivery
    (Online and onsite)
    Price
    Price Upon Request

    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
      Datum op aanvraag

    Follow Up Courses

    Filter
    • 3 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 2 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 4 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 3 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 2 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 3 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 5 Dagen
      Datum op aanvraag
      Price on Request
      Book Now
    • 2 Dagen
      Datum op aanvraag
      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.