Forum Discussion
cxcal_18687
Nimbostratus
Oct 24, 2007iRules Debugging Tools ?
Is there any tools available to debug iRules during its use?
I'm new to the F5 world!
Thanks.
- transmission_coHistoric F5 AccountWelcome cxcal. I don't think so, personally I usually use log statements to debug rules. For example:
log "Running. Client: " + client_addr + " Host: " + http_host + " URI: " + http_uri if (http_host == "daleiscool") { log "Client " + client_addr + " sent to spool" use pool spool } else { log "Client " + client_addr + " request discarded" discard }
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