Cisco-Ausbildung

Insoft Services ist einer der wenigen Schulungsanbieter in EMEAR, der ein umfassendes Angebot an Cisco-Zertifizierungen und spezialisierten Technologieschulungen anbietet.

Lesen Sie mehr

Cisco Zertifizierungen

Erleben Sie einen Blended-Learning-Ansatz, der das Beste aus von Lehrern geleiteten Schulungen und E-Learning zum Selbststudium kombiniert, um sich auf Ihre Zertifizierungsprüfung vorzubereiten.

Lesen Sie mehr

Cisco Learning Credits

Cisco Learning Credits (CLCs) sind Prepaid-Schulungsgutscheine, die direkt bei Cisco eingelöst werden und die Planung für Ihren Erfolg beim Kauf von Cisco-Produkten und -Services erleichtern.

Lösen Sie Ihre CLCs ein

Cisco Continuing Education

Das Cisco Continuing Education Program bietet allen aktiven Zertifizierungsinhabern flexible Optionen zur Rezertifizierung, indem sie eine Vielzahl von in Frage kommenden Schulungselementen absolvieren.

Lesen Sie mehr

Cisco Digital Learning

Zertifizierte Mitarbeiter sind GESCHÄTZTE Vermögenswerte. Erkunden Sie die offizielle Digital Learning Library von Cisco, um sich durch aufgezeichnete Sitzungen weiterzubilden.

CDLL-Katalog

Cisco Business Enablement

Das Cisco Business Enablement Partner Program konzentriert sich auf die Verbesserung der Geschäftsfähigkeiten von Cisco Channel Partnern und Kunden.

Lesen Sie mehr

Cisco Schulungskatalog

Lesen Sie mehr

Technische Zertifizierung

Das Fortinet Network Security Expert (NSE) -Programm ist ein achtstufiges Schulungs- und Zertifizierungsprogramm, um Ingenieuren ihre Netzwerksicherheit für Fortinet FW-Fähigkeiten und -Erfahrungen beizubringen.

Technische Kurse

Fortinet-Ausbildung

Insoft ist als Fortinet Authorized Training Center an ausgewählten Standorten in EMEA anerkannt.

Lesen Sie mehr

Fortinet Schulungskatalog

Lesen Sie mehr

ATC Status

Überprüfen Sie unseren ATC-Status in ausgewählten Ländern in Europa.

Lesen Sie mehr

Fortinet Service-Pakete

Insoft Services hat eine spezielle Lösung entwickelt, um den Prozess der Installation oder Migration zu Fortinet-Produkten zu rationalisieren und zu vereinfachen.

Lesen Sie mehr

Microsoft-Ausbildung

Insoft Services bietet Microsoft-Schulungen in EMEAR an. Wir bieten technische Schulungen und Zertifizierungskurse von Microsoft an, die von erstklassigen Instruktoren geleitet werden.

Technische Kurse

Extreme-Ausbildung

Erfahren Sie außergewöhnliche Kenntnisse und Fähigkeiten von Extreme Networks.

Technische Kurse

Technische Zertifizierung

Wir bieten einen umfassenden Lehrplan für technische Kompetenzen zur Zertifizierung an.

Lesen Sie mehr

Extreme Schulungskatalog

Hier finden Sie alle Extreme Networks online und den von Lehrern geleiteten Kalender für den Klassenraum.

Lesen Sie mehr

ATP-Akkreditierung

Als autorisierter Schulungspartner (ATP) stellt Insoft Services sicher, dass Sie die höchsten verfügbaren Bildungsstandards erhalten.

Lesen Sie mehr

Lösungen & Dienstleistungen

Wir bieten innovative und fortschrittliche Unterstützung bei der Konzeption, Implementierung und Optimierung von IT-Lösungen. Unsere Kundenbasis umfasst einige der größten Telcos weltweit.

Beratungspakete

Ein weltweit anerkanntes Team von zertifizierten Experten unterstützt Sie bei einem reibungsloseren Übergang mit unseren vordefinierten Beratungs-, Installations- und Migrationspaketen für eine breite Palette von Fortinet-Produkten.

Über uns

Insoft bietet autorisierte Schulungs- und Beratungsdienstleistungen für ausgewählte IP-Anbieter. Erfahren Sie, wie wir die Branche revolutionieren.

Lesen Sie mehr
  • +49 6151 277 6496
  • Automating BIG-IP with Ansible v.1.7

    Duration
    2 Tage
    Delivery
    (Online Und Vor Ort)
    Price
    Preis auf Anfrage

    Learn DevOps techniques for the onboarding of and deploying apps to BIG-IP. Start by reviewing the Linux command line and then review basic BIG-IP concepts such as F5 terminology, round robin server pool load balancing, health monitor checks, layer 4 proxying, and source address translation both in lecture and in hands-on labs. Next, focus on automation and DevOps concepts, such as Infrastructure as Code, the role of orchestration, Source of Truth, atomicity, idempotency and imperative vs. declarative operations and their APIs.

     

    Dive into JSON, the standard scripting notation of DevOps, and investigate programming BIG-IP systems using JSON-based iControl REST. Discover onboarding BIG-IP using iControl REST, both in lecture and hands-on labs.

     

    Explore the alternative data serialization language to JSON, YAML, which is used by Kubernetes and many other applications, before jumping into Ansible. Learn about the Ansible architecture, components, modules and how it uses Python and iControl REST to run on just about any platform. Build trust relationships with BIG-IP systems and backend servers using advanced inventory files. Create sophisticated playbooks that feature fact gathering, conditional tasks, and secure password vaults that are used to onboard, provision, license and deploy HA applications to BIG-IP systems.

    • Review Automation and DevOps concepts
    • Describe the components of iControl REST calls and how they interact with BIG-IP
    • Stand up and configure BIG-IP applications using iControl REST
    • Describe the major components of Ansible and how they work together to configure BIG-IP
    • Use flow control elements such as conditionals and looping in Ansible Playbooks
    • Onboard and configure BIG-IP applications using Ansible

     

    Course Topics

    • Review the Linux Command Line
    • Review BIG-IP Application Creation
    • Discuss Automation and DevOps Concepts
    • Configuring BIG-IP with iControl REST
    • Configuring BIG-IP programmatically with Ansible

    Chapter 1: Linux Command Line Review

    • Navigating the Linux File System
    • Creating and Deleting Files and Directories
    • Copying and Moving Files
    • Command Line Auto-Completion and Editing
    • Tools for Analyzing Test Results and Inspecting Log Files

     

    Chapter 2: BIG-IP Application Creation Review

    • Understanding Load Balancing Basics
    • Configuring Virtual Servers, Pools, Pool Members and Nodes
    • Configuring Health Monitors and SSL Profiles
    • Understanding the Full Proxy Architecture and Source Address Translation

     

    Chapter 3: Automation and DevOps Concepts

    • Understanding Infrastructure as Code, NetOps and DevOps
    • Differentiating Automation and Orchestration Concepts
    • Diving into DevOps Concepts such as Idempotency, Atomicity and Imperative vs Declarative

     

    Chapter 4: Programming BIG-IP with iControl REST

    • Introducing Basic JavaScript Types
    • Introducing JavaScript Object Notation
    • Discovering an existing BIG-IP Configuration using iControl REST
    • Deploying Apps on BIG-IP using iControl REST
    • Onboarding BIG-IP using iControl REST
    • Working with JSON Programmatically

     

    Chapter 5: Automating BIG-IP with Ansible

    • Introducing YAML
    • Establishing an Ansible Trust Relationship
    • Creating an Ansible Playbook
    • Exploring the Playbook
    • Working with the Inventory File
    • Using the Command Module
    • Gathering Facts for the Playbook
    • Deploying Apps on BIG-IP using Ansible
    • Deleting a BIG-IP Application
    • Onboarding a BIG-IP system using Ansible
    • Deploying BIG-IP HA
    • Investigating Ansible Roles

    This course is intended for network administrators and operators and DevOps engineers interested in automating tasks on BIG-IP systems in their public and private Clouds as well as in their datacenter infrastructure.

    Students should be familiar with and be able to configure basic BIG-IP elements such as:

    • Virtual Servers
    • Pools, Pool Members and Nodes
    • Pool Monitors
    • Basic Virtual Server Profiles

     

    Students should also be familiar with the basics of the Linux command line. In addition, the following general technical knowledge should be well understood:

    • Layer 2 Ethernet and ARP networking concepts
    • Layer 3 and 4 TCP/IP networking concepts, including IP addressing and subnetting
    • Layer 7 HTTP networking concepts
    • Linux command line and basic Linux commands
    • HTML

     

    Finally, “nice-to-have” knowledge includes familiarity with programming and/or scripting languages, such as:

    • JavaScript or NodeJS
    • Python
    • Bash

    Learn DevOps techniques for the onboarding of and deploying apps to BIG-IP. Start by reviewing the Linux command line and then review basic BIG-IP concepts such as F5 terminology, round robin server pool load balancing, health monitor checks, layer 4 proxying, and source address translation both in lecture and in hands-on labs. Next, focus on automation and DevOps concepts, such as Infrastructure as Code, the role of orchestration, Source of Truth, atomicity, idempotency and imperative vs. declarative operations and their APIs.

     

    Dive into JSON, the standard scripting notation of DevOps, and investigate programming BIG-IP systems using JSON-based iControl REST. Discover onboarding BIG-IP using iControl REST, both in lecture and hands-on labs.

     

    Explore the alternative data serialization language to JSON, YAML, which is used by Kubernetes and many other applications, before jumping into Ansible. Learn about the Ansible architecture, components, modules and how it uses Python and iControl REST to run on just about any platform. Build trust relationships with BIG-IP systems and backend servers using advanced inventory files. Create sophisticated playbooks that feature fact gathering, conditional tasks, and secure password vaults that are used to onboard, provision, license and deploy HA applications to BIG-IP systems.

    • Review Automation and DevOps concepts
    • Describe the components of iControl REST calls and how they interact with BIG-IP
    • Stand up and configure BIG-IP applications using iControl REST
    • Describe the major components of Ansible and how they work together to configure BIG-IP
    • Use flow control elements such as conditionals and looping in Ansible Playbooks
    • Onboard and configure BIG-IP applications using Ansible

     

    Course Topics

    • Review the Linux Command Line
    • Review BIG-IP Application Creation
    • Discuss Automation and DevOps Concepts
    • Configuring BIG-IP with iControl REST
    • Configuring BIG-IP programmatically with Ansible

    Chapter 1: Linux Command Line Review

    • Navigating the Linux File System
    • Creating and Deleting Files and Directories
    • Copying and Moving Files
    • Command Line Auto-Completion and Editing
    • Tools for Analyzing Test Results and Inspecting Log Files

     

    Chapter 2: BIG-IP Application Creation Review

    • Understanding Load Balancing Basics
    • Configuring Virtual Servers, Pools, Pool Members and Nodes
    • Configuring Health Monitors and SSL Profiles
    • Understanding the Full Proxy Architecture and Source Address Translation

     

    Chapter 3: Automation and DevOps Concepts

    • Understanding Infrastructure as Code, NetOps and DevOps
    • Differentiating Automation and Orchestration Concepts
    • Diving into DevOps Concepts such as Idempotency, Atomicity and Imperative vs Declarative

     

    Chapter 4: Programming BIG-IP with iControl REST

    • Introducing Basic JavaScript Types
    • Introducing JavaScript Object Notation
    • Discovering an existing BIG-IP Configuration using iControl REST
    • Deploying Apps on BIG-IP using iControl REST
    • Onboarding BIG-IP using iControl REST
    • Working with JSON Programmatically

     

    Chapter 5: Automating BIG-IP with Ansible

    • Introducing YAML
    • Establishing an Ansible Trust Relationship
    • Creating an Ansible Playbook
    • Exploring the Playbook
    • Working with the Inventory File
    • Using the Command Module
    • Gathering Facts for the Playbook
    • Deploying Apps on BIG-IP using Ansible
    • Deleting a BIG-IP Application
    • Onboarding a BIG-IP system using Ansible
    • Deploying BIG-IP HA
    • Investigating Ansible Roles

    This course is intended for network administrators and operators and DevOps engineers interested in automating tasks on BIG-IP systems in their public and private Clouds as well as in their datacenter infrastructure.

    Students should be familiar with and be able to configure basic BIG-IP elements such as:

    • Virtual Servers
    • Pools, Pool Members and Nodes
    • Pool Monitors
    • Basic Virtual Server Profiles

     

    Students should also be familiar with the basics of the Linux command line. In addition, the following general technical knowledge should be well understood:

    • Layer 2 Ethernet and ARP networking concepts
    • Layer 3 and 4 TCP/IP networking concepts, including IP addressing and subnetting
    • Layer 7 HTTP networking concepts
    • Linux command line and basic Linux commands
    • HTML

     

    Finally, “nice-to-have” knowledge includes familiarity with programming and/or scripting languages, such as:

    • JavaScript or NodeJS
    • Python
    • Bash
      Termine
      Datum auf Anfrage

    Follow Up Courses

    Filter
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 3 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 5 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 4 Tage
      Datum auf Anfrage
      Price on Request
      Book Now
    • 2 Tage
      Datum auf Anfrage
      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.