Cisco Training Courses

Cisco Training Courses

Insoft has been serving IT industry with authorized Cisco courses training, since 2010. Find all the relevant information on Cisco training on this page.

View More

Cisco Certifications

Experience a blended learning approach that combines the best of instructor-led training and self-paced e-learning to help you prepare for your certification exam.

View More

Cisco Learning Credits

Cisco Learning Credits (CLCs) are prepaid training vouchers redeemed directly with Cisco that make planning for your success easier when purchasing Cisco products and services.

Have CLCs and want to redeem them?

Cisco Continuing Education

The Cisco Continuing Education Program offers all active certification holders flexible options to recertify by completing a variety of eligible training items.

View More

Cisco U

Cisco U. is customized to achieve your learning needs as this provides learning paths that includes wide range of topics, including CCNA, Cloud and Network Automation Essentials.

Browse Catalogue

Cisco Business Enablement

The Cisco Business Enablement Partner Program focuses on sharpening the business skills of Cisco Channel Partners and customers.

View More

Fortinet Technical Certifications

Insoft Services´ training capabilities rely on the excellence of our exclusive Fortinet Certified Trainers (FCT). We are dedicated to providing high-quality training to Fortinet Customers and Partners.

View More

Fortinet Technical Courses

Insoft is recognised as Fortinet Authorized Training Center in selected locations across EMEA.

View More

ATC Status

Check our ATC Status across selected countries in Europe.

View More

Fortinet Services Packages

Insoft Services has developed a specific solution to streamline and simplify the process of installing or migrating to Fortinet Products.

Browse Packages

Prepforce Bootcamp

The only comprehensive source available today to prepare for Fortinet NSE 8 certification globally.

View More

Microsoft Training

Insoft Services provides Microsoft training in EMEAR. We provide Microsoft technical training and certification courses that are led by world-class instructors.

View More

Technical Training

The evolution of Extreme Networks Technical Training provides a comprehensive progressive pathway from Associate to Professional accreditation.

View More

ATP Accreditation

As an authorised training partner (ATP), Insoft Services ensures that you receive the highest standards of education available.

View More

What we do

Through our global presence and partner ecosystem, we provide strategic IT consulting services to align IT services with customers' business goals.

View More

 

We are pleased to launch pre-scoped Enterprise Networking Consulting Packages, our ready-made solutions, tailored to ensure efficiency and cost containment.

 

View More

 

We specialize in the deployment of vendor-specific automation tools as well as open-source and vendor-independent solutions, that can be tuned in accordance with the business needs of a specific organization.

 

View More

 

We provide comprehensive IoT consultancy, deployment and support solutions for businesses that want to launch or improve their use of connected technologies.

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More
Cisco Training Courses

 

We provide the highest level of expertise on Cisco consultancy services, that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

We provide the highest level of expertise on Fortinet consultancy services that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

Our team can help enterprises, get the most value from Extreme products and services following our predefined value-added packages or custom ones that fits business needs.

 

View More

 

TXOne Networks provides cybersecurity solutions that ensure the reliability and safety of ICS and OT environments through the OT zero trust methodology protecting assets for their entire life cycle.

 

View More

About Us

Our training portfolio includes a wide range of IT training from IP providers, including Cisco, Extreme Networks, Fortinet, Microsoft, to name a few, in EMEA.

View More

IJAUT – Introduction to Junos Platform Automation and DevOps

Contact Us

We would love to hear from you. Please complete this form to pre-book or request further information about our delivery options.

Data Protection & Privacy

I consent to receive emails and/or calls from Insoft Services related to the Insoft Services´ products and services.
I acknowledge that my data will be collected and processed as described in the Insoft Services privacy policy.

Close

IJAUT – Introduction to Junos Platform Automation and DevOps

Enroll Now
IJAUT – Introduction to Junos Platform Automation and DevOps
Duration
3 Days
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:

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: 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