Forum Discussion

Sekhar's avatar
Sekhar
Icon for Nimbostratus rankNimbostratus
Jul 28, 2015

FAST L4 Redirect

Hi All,

 

we are running on 11.5.1 HF 10 version. My question is Can fast L4 virtual running( port 443) with http profile assigned and having a redirect irule perform a redirect?

 

This is the irule i am using and it does not work.

 

when HTTP_REQUEST { if { [string tolower [HTTP::host]] equals "www.abc.com" } { HTTP::redirect "https://test.sites.com" } }

 

Thanks,

 

Sekhar

 

1 Reply

  • No. That iRule is incompatible with fastL4. When using fastL4, most packets in a flow are not processed by TMOS directly, so you cannot utilize most iRule events and primitives. You will need to use a Standard VS.

     

    By the way, with 11.5.1 performing a redirect, I recommend considering Local Traffic Policies: