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
  • You can unsubscribe from these communications at any time. For more information please review our Privacy Policy. By clicking 'Send Message' below, you consent to allow Insoft Services to store and process the personal information submitted above to provide you with the content requested.

    Developing iRules for BIG-IP v.16.1

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

    Learn how to logically plan and write iRules to help monitor and manage common traffic processing tasks on the BIG-IP system. Explore events, functions, commands, variables, operators, and other elements for mastering iRule development. Gain practical experience through hands-on labs using control structures for conditional branching and looping, mastering spacing, grouping, special symbols, and implementing recommended practices for efficiency. Complete additional skill-building exercises incorporating advanced variables, including arrays, static variables, and session tables.

     

    Reference real-world examples extensively, including securing web applications with iRules by preventing common attacks which can abuse HTTP, securing HTTP headers and cookies, and implementing HTTP strict transport security. Develop skills working with strings, including Tcl parsing commands and other parsing functions. Delve into advanced topics such as using iRules with universal persistence and stream profiles, gathering statistics using STATS and ISTATS, and different methods for accessing, manipulating, and selectively applying compression to HTTP traffic.

    • Describe the role of iRules in customizing application delivery on a BIG-IP system
    • Describe best practices for using iRules
    • Define event context, and differentiate between client-side and server-side contexts, request and response contexts, and local and remote contexts
    • Trigger an iRule for both client-side and server-side request and response events
    • Assign multiple iRules to a virtual server and control the order in which duplicate events trigger
    • Describe and use a testing methodology for iRule development and troubleshooting
    • Use local variables, static variables, lists, arrays, the session table, and data groups to store information needed for iRule execution
    • Write iRules that are optimized for runtime and administrative efficiency
    • Use control structures to conditionally branch or loop within an iRule
    • Log from an iRule using Linux syslog-ng or TMOS high-speed logging (HSL)
    • Incorporate coding best practices during iRule development
    • Use analyzer tools to capture and view traffic flow on both client-side and server-side contexts
    • Collect and use timing statistics to measure iRule runtime efficiency
    • Write iRules to help mitigate and defend from some common HTTP attacks
    • Differentiate between decimal, octal, hexadecimal, floating-point, and exponential notation
    • Parse and manipulate strings using Tcl commands and iRule functions
    • Write iRules to access and manipulate HTTP header information
    • Write iRules to collect customized statistics
    • Implement universal persistence via an iRule
    • Modify payload content using an iRule with a stream profile

    Chapter 1: Setting Up the BIG-IP System

    • Introducing the BIG-IP System
    • Initially Setting Up the BIG-IP System
    • Archiving the BIG-IP System Configuration
    • Leveraging F5 Support Resources and Tools

     

    Chapter 2: Getting Started with iRules

    • Customizing Application Delivery with iRules
    • Triggering an iRule
    • Leveraging the DevCentral Ecosystem
    • Creating and Deploying iRules

     

    Chapter 3: Exploring iRule Elements

    • Introducing iRule Constructs
    • Understanding iRule Events and Event Context
    • Working with iRule Commands
    • Logging from an iRule Using SYSLOG-NG (LOG Command)
    • Working with User-Defined Variables
    • Working with Operators and Data Types
    • Working with Conditional Control Structures (IF and SWITCH)
    • Incorporating Best Practices in iRules

     

    Chapter 4: Developing and Troubleshooting iRules

    • Mastering Whitespace and Special Symbols
    • Grouping Strings
    • Developing and Troubleshooting Tips
    • Using Fiddler to Test and Troubleshoot iRules

     

    Chapter 5: Optimizing iRule Execution

    • Understanding the Need for Efficiency
    • Measure iRule Runtime Efficiency Using Timing Statistics
    • Modularizing iRules for Administrative Efficiency
    • Using Procedures to Modularize Code
    • Optimizing Logging
    • Using High-Speed Logging Commands in an iRule
    • Implementing Other Efficiencies
    • Using Looping Control Structures (WHILE, FOR, FOREACH Commands)

     

    Chapter 6: Securing Web Applications with iRules

    • Integrating iRules into Web Application Defense
    • Mitigating HTTP Version Attacks
    • Mitigating Path Traversal Attacks
    • Using iRules to Defends Against Cross-Site Request Forgery (CSRF)
    • Mitigating HTTP Method Vulnerabilities
    • Securing HTTP Cookies with iRules
    • Adding HTTP Security Headers
    • Removing Undesirable HTTP Headers

     

    Chapter 7: Working with Numbers and Strings

    • Understanding Number Forms and Notation
    • Working with Strings (STRING and SCAN Commands)
    • Combining Strings (Adjacent Variables, CONCAT and APPEND Commands)
    • Using iRule String Parsing Functions (FINDSTR, GETFIELD, and SUBSTR Commands)

     

    Chapter 8: Processing the HTTP Payload

    • Reviewing HTTP Headers and Commands
    • Introducing iRule HTTP Header Commands
    • Accessing and Manipulating HTTP Headers (HTTP::header Commands)
    • Other HTTP commands (HTTP::host, HTTP::status, HTTP::is_keepalive, HTTP::method, HTTP::version, HTTP::redirect, HTTP::respond, HTTP::uri)
    • Parsing the HTTP URI (URI::path, URI::basename, URI::query)
    • Parsing Cookies with HTTP::cookie
    • Selectively Compressing HTTP Data (COMPRESS Command)

     

    Chapter 9: Working with iFiles and Data Groups

    • Working with iFiles
    • Introducing Data Groups
    • Working with New Format Data Groups (CLASS MATCH, CLASS SEARCH)

     

    Chapter 10: Using iRules with Universal Persistence, Stream, and Statistics Profiles

    • Implementing Universal Persistence (PERSIST UIE Command)
    • Working with the Stream Profile (STREAM Command)
    • Collecting Statistics Using a Statistics Profile (STATS Command)
    • Collecting Statistics Using iStats (ISTATS Command)

     

    Chapter 11: Incorporating Advanced Variables

    • Reviewing the Local Variable Namespace
    • Working with Arrays (ARRAY Command)
    • Using Static and Global Variables
    • Using the Session Table (TABLE Command)
    • Processing Session Table Subtables
    • Counting “Things” Using the Session Table

    This course is intended for system administrators, network administrators and application developers responsible for the customization of traffic flow through a BIG-IP system using iRules.

    Students must complete one of the following F5 prerequisites before attending this course:

    • Administering BIG-IP instructor-led course

    -or-

    • Configuring BIG-IP LTM instructor-led course

    -or-

    • F5 Certified BIG-IP Administrator

     

    The following free web-based training courses, although optional, will be very helpful for any student with limited BIG-IP administration and configuration experience.

    • Getting Started with BIG-IP web-based training
    • Getting Started with Local Traffic Manager (LTM) web-based training

     

    The following general network technology knowledge and experience are recommended before attending any F5 Global Training Services instructor-led course:

    • OSI model encapsulation
    • Routing and switching
    • Ethernet and ARP
    • TCP/IP concepts
    • IP addressing and subnetting
    • NAT and private IP addressing
    • Default gateway
    • Network firewalls
    • LAN vs. WAN

     

    The following course-specific knowledge and experience is suggested before attending this course:

    • HTTP protocol
    • Any programming language

    Learn how to logically plan and write iRules to help monitor and manage common traffic processing tasks on the BIG-IP system. Explore events, functions, commands, variables, operators, and other elements for mastering iRule development. Gain practical experience through hands-on labs using control structures for conditional branching and looping, mastering spacing, grouping, special symbols, and implementing recommended practices for efficiency. Complete additional skill-building exercises incorporating advanced variables, including arrays, static variables, and session tables.

     

    Reference real-world examples extensively, including securing web applications with iRules by preventing common attacks which can abuse HTTP, securing HTTP headers and cookies, and implementing HTTP strict transport security. Develop skills working with strings, including Tcl parsing commands and other parsing functions. Delve into advanced topics such as using iRules with universal persistence and stream profiles, gathering statistics using STATS and ISTATS, and different methods for accessing, manipulating, and selectively applying compression to HTTP traffic.

    • Describe the role of iRules in customizing application delivery on a BIG-IP system
    • Describe best practices for using iRules
    • Define event context, and differentiate between client-side and server-side contexts, request and response contexts, and local and remote contexts
    • Trigger an iRule for both client-side and server-side request and response events
    • Assign multiple iRules to a virtual server and control the order in which duplicate events trigger
    • Describe and use a testing methodology for iRule development and troubleshooting
    • Use local variables, static variables, lists, arrays, the session table, and data groups to store information needed for iRule execution
    • Write iRules that are optimized for runtime and administrative efficiency
    • Use control structures to conditionally branch or loop within an iRule
    • Log from an iRule using Linux syslog-ng or TMOS high-speed logging (HSL)
    • Incorporate coding best practices during iRule development
    • Use analyzer tools to capture and view traffic flow on both client-side and server-side contexts
    • Collect and use timing statistics to measure iRule runtime efficiency
    • Write iRules to help mitigate and defend from some common HTTP attacks
    • Differentiate between decimal, octal, hexadecimal, floating-point, and exponential notation
    • Parse and manipulate strings using Tcl commands and iRule functions
    • Write iRules to access and manipulate HTTP header information
    • Write iRules to collect customized statistics
    • Implement universal persistence via an iRule
    • Modify payload content using an iRule with a stream profile

    Chapter 1: Setting Up the BIG-IP System

    • Introducing the BIG-IP System
    • Initially Setting Up the BIG-IP System
    • Archiving the BIG-IP System Configuration
    • Leveraging F5 Support Resources and Tools

     

    Chapter 2: Getting Started with iRules

    • Customizing Application Delivery with iRules
    • Triggering an iRule
    • Leveraging the DevCentral Ecosystem
    • Creating and Deploying iRules

     

    Chapter 3: Exploring iRule Elements

    • Introducing iRule Constructs
    • Understanding iRule Events and Event Context
    • Working with iRule Commands
    • Logging from an iRule Using SYSLOG-NG (LOG Command)
    • Working with User-Defined Variables
    • Working with Operators and Data Types
    • Working with Conditional Control Structures (IF and SWITCH)
    • Incorporating Best Practices in iRules

     

    Chapter 4: Developing and Troubleshooting iRules

    • Mastering Whitespace and Special Symbols
    • Grouping Strings
    • Developing and Troubleshooting Tips
    • Using Fiddler to Test and Troubleshoot iRules

     

    Chapter 5: Optimizing iRule Execution

    • Understanding the Need for Efficiency
    • Measure iRule Runtime Efficiency Using Timing Statistics
    • Modularizing iRules for Administrative Efficiency
    • Using Procedures to Modularize Code
    • Optimizing Logging
    • Using High-Speed Logging Commands in an iRule
    • Implementing Other Efficiencies
    • Using Looping Control Structures (WHILE, FOR, FOREACH Commands)

     

    Chapter 6: Securing Web Applications with iRules

    • Integrating iRules into Web Application Defense
    • Mitigating HTTP Version Attacks
    • Mitigating Path Traversal Attacks
    • Using iRules to Defends Against Cross-Site Request Forgery (CSRF)
    • Mitigating HTTP Method Vulnerabilities
    • Securing HTTP Cookies with iRules
    • Adding HTTP Security Headers
    • Removing Undesirable HTTP Headers

     

    Chapter 7: Working with Numbers and Strings

    • Understanding Number Forms and Notation
    • Working with Strings (STRING and SCAN Commands)
    • Combining Strings (Adjacent Variables, CONCAT and APPEND Commands)
    • Using iRule String Parsing Functions (FINDSTR, GETFIELD, and SUBSTR Commands)

     

    Chapter 8: Processing the HTTP Payload

    • Reviewing HTTP Headers and Commands
    • Introducing iRule HTTP Header Commands
    • Accessing and Manipulating HTTP Headers (HTTP::header Commands)
    • Other HTTP commands (HTTP::host, HTTP::status, HTTP::is_keepalive, HTTP::method, HTTP::version, HTTP::redirect, HTTP::respond, HTTP::uri)
    • Parsing the HTTP URI (URI::path, URI::basename, URI::query)
    • Parsing Cookies with HTTP::cookie
    • Selectively Compressing HTTP Data (COMPRESS Command)

     

    Chapter 9: Working with iFiles and Data Groups

    • Working with iFiles
    • Introducing Data Groups
    • Working with New Format Data Groups (CLASS MATCH, CLASS SEARCH)

     

    Chapter 10: Using iRules with Universal Persistence, Stream, and Statistics Profiles

    • Implementing Universal Persistence (PERSIST UIE Command)
    • Working with the Stream Profile (STREAM Command)
    • Collecting Statistics Using a Statistics Profile (STATS Command)
    • Collecting Statistics Using iStats (ISTATS Command)

     

    Chapter 11: Incorporating Advanced Variables

    • Reviewing the Local Variable Namespace
    • Working with Arrays (ARRAY Command)
    • Using Static and Global Variables
    • Using the Session Table (TABLE Command)
    • Processing Session Table Subtables
    • Counting “Things” Using the Session Table

    This course is intended for system administrators, network administrators and application developers responsible for the customization of traffic flow through a BIG-IP system using iRules.

    Students must complete one of the following F5 prerequisites before attending this course:

    • Administering BIG-IP instructor-led course

    -or-

    • Configuring BIG-IP LTM instructor-led course

    -or-

    • F5 Certified BIG-IP Administrator

     

    The following free web-based training courses, although optional, will be very helpful for any student with limited BIG-IP administration and configuration experience.

    • Getting Started with BIG-IP web-based training
    • Getting Started with Local Traffic Manager (LTM) web-based training

     

    The following general network technology knowledge and experience are recommended before attending any F5 Global Training Services instructor-led course:

    • OSI model encapsulation
    • Routing and switching
    • Ethernet and ARP
    • TCP/IP concepts
    • IP addressing and subnetting
    • NAT and private IP addressing
    • Default gateway
    • Network firewalls
    • LAN vs. WAN

     

    The following course-specific knowledge and experience is suggested before attending this course:

    • HTTP protocol
    • Any programming language
      Datum op aanvraag

    Follow Up Courses

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