Basic iRule Anatomy

Поділитися
Вставка
  • Опубліковано 18 вер 2024

КОМЕНТАРІ • 23

  • @leoniaklebanov2502
    @leoniaklebanov2502 5 днів тому

    Awesome, clear information to iRule users. Awesome!!!!

  • @MikeDeanOfficials
    @MikeDeanOfficials 8 років тому +1

    Great summary, thank you.

  • @komalthecoolk
    @komalthecoolk 7 років тому +7

    Having a tough time trying to understand how they shot this lol!

    • @AlexeyRivkin
      @AlexeyRivkin 7 років тому +1

      IMO the video was flipped, to make annotations readable.
      All guides are writing with their left hand :)

    • @ssmantri
      @ssmantri 6 років тому

      There is a video explaining how they did it, search for it

    • @DonaldOfEarth
      @DonaldOfEarth 6 років тому

      On their channel?

  • @anoopdharan7845
    @anoopdharan7845 7 років тому

    Hi , any description out there more on irule events , for example what can be done inside an irule event ?

    • @devcentral
      @devcentral  7 років тому +1

      iRules are documented here: devcentral.f5.com/wiki/iRules.homepage.ashx.

    • @kevindavies6824
      @kevindavies6824 5 років тому

      Now available at iRules Reference - clouddocs.f5.com/api/irules/
      The more common commands typically come with example code. You can always check out the user-contributed codebase devcentral.f5.com/s/codeshare?tag=iRules

    • @kevindavies6824
      @kevindavies6824 5 років тому

      iRules Introduction - devcentral.f5.com/s/articles/irules-101-01-introduction-to-irules

  • @amitpawar9287
    @amitpawar9287 6 років тому +1

    nice .. Required more examples for Irule

    • @kevindavies6824
      @kevindavies6824 5 років тому

      Plenty of examples here
      iRules User Contributed Codebase - devcentral.f5.com/s/codeshare?tag=iRules

  • @superbaim
    @superbaim 8 років тому

    hi,
    Do you have pdf showing what kind of variable,command, and conditional i can use ?
    Thx.

    • @JasonRahm
      @JasonRahm 8 років тому +1

      +Ibrahim Lubis all the documentation for iRules are here on the @DevCentral wiki: devcentral.f5.com/wiki/iRules.homepage.ashx.

    • @kevindavies6824
      @kevindavies6824 5 років тому

      Now located at iRules Reference - clouddocs.f5.com/api/irules/
      You can also get a full offline copy using Dash 2 and the links from github.com/f5devcentral/f5-offline-dc-docsets. Install the free app then click on the (dash feed) links to load the relevant document set. (scroll down the page)

  • @ruchit8762
    @ruchit8762 5 років тому

    where can i find the complete syntax of iRules that can be used?

    • @devcentral
      @devcentral  5 років тому +1

      Command/Event syntax for iRules specific commands are here: devcentral.f5.com/wiki/iRules.HomePage.ashx
      For Tcl commands (not all are supported in iRules), the man pages for 8.4 are here: www.tcl.tk/man/tcl8.4/TclCmd/contents.htm

    • @kevindavies6824
      @kevindavies6824 5 років тому

      Since F5 DevCentral was refreshed you will now find these at...
      iRules Reference - clouddocs.f5.com/api/irules/
      iRules Introduction - devcentral.f5.com/s/articles/irules-101-01-introduction-to-irules
      iRules User Contributed Codebase - devcentral.f5.com/s/codeshare?tag=iRules
      iRules are an enhancement of TCL for the F5 environment
      TCL Reference - www.tcl.tk/man/tcl8.4/TclCmd/contents.htm

  • @Soundwave-F7Z
    @Soundwave-F7Z 5 років тому

    Do you need the SSL cert on the F5 to use iRules?

    • @devcentral
      @devcentral  5 років тому +1

      You only need the SSL cert on the BIG-IP if you need access to the encrypted payload in iRules, but the iRules event loop does not require SSL in and of itself.

    • @Soundwave-F7Z
      @Soundwave-F7Z 5 років тому

      @F5 DevCentral Thank you for responding. If I wanted to write an iRule that changes the URL from user input: "example.com" to "www.example.com" that would require the SSL cert right ?

    • @devcentral
      @devcentral  5 років тому +1

      @@Soundwave-F7Z if that traffic is encrypted then the URL is within the protocol payload so yes, you would need to offload SSL on the BIG-IP to see that URL to rewrite it.

  • @coronamex9297
    @coronamex9297 Рік тому

    Horrible explanation !