Forum Discussion
JRahm
Admin
Jan 22, 2026AppWorld DC Booth Kiosk Generator
Welcome to AppWorld, community! You may or may not be with us in person, but you can watch this thread for iRules that are either generated or described by the Distributed Cloud AI Assistant.
JimmyPackets
Cirrus
Mar 10, 2026AI-Generated iRule
Prompt: Mirror a copy of all TCP traffic to a clone pool for intrusion detection analysis
Generated iRule (by F5 Distributed Cloud AI Assistant):
when CLIENT_ACCEPTED {
# Store the original destination address
set original_dest [IP::client_addr]
# Send a copy of the traffic to the clone pool for analysis
pool clone_pool
}
when SERVER_DATA {
# Send the server response to the clone pool as well
pool clone_pool
}
when CLIENT_DATA {
# Send the client request to the clone pool
pool clone_pool
}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