Forum Discussion
mihaic
Jan 27, 2015MVP
Http class to irule conversion?
Does anyone know how to convert a http class to an irule.
Starting with version 11.4 it seems http classes do not exist anymore.
I need to convert a lot of http classes to an irule for a new device w...
Jan 28, 2015
Adding admin domain (/Common/) information to the output (but not mandatory from my perspective):
bigpipe pool list | \
grep -oE '^(pool [^ ]+|[[:blank:]]+([0-9]+\.){3}[0-9]+:[[:alnum:]]+)' | \
sed -r 's/([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+):([[:alnum:]]+)/\/Common\/\1:\2 { address \1 }/g' | \
sed -r ':a;N;$!ba;s/\n[[:blank:]]+/ /g' | \
sed -r 's/pool ([^ ]+) (.*)$/ltm pool \/Common\/\1 { members { \2 } monitor \/Common\/gateway_icmp }/g'
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