Forum Discussion
bigipjr28_13978
Sep 09, 2014Nimbostratus
installing irule editor
Hey guys,
running 11.4.1 ltm..I downloaded the irule editor as zip file on the forum and was not sure how to install it from there.
How is the irule editor usually installed ?
Thanks ...
gsharri
Sep 09, 2014Altostratus
Ahh, are you referring to the vim-based iRule editor then in your previous post? I forgot that existed, have never used it.
iRules are stored in /config/bigip.conf and look like this:ltm rule /Common/Apology_Rule {
when HTTP_REQUEST {
if { [active_members http_pool] < 1 } {
HTTP::respond 200 content {
Apology Page
Come back later. It's break time! Signed, the servers.
}
TCP::close
}
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects