Forum Discussion
daviddaoud2_205
Apr 25, 2008Nimbostratus
iRule to change IP destination
Hello,
I want to define an iRule for the following scenario:
A----- BIGIP ----> B
when A sends a packet to B, BIGIP should send it to C_pool. In C_pool, there is only one...
daviddaoud2_205
Apr 29, 2008Nimbostratus
Actually, I have found the final solution. It may sound obvious but thanks to you it all makes sense:
- When Address Translation is activated ... the packets are lost in the BIG-IP. As hoolio said, the only way to route them is to specify for each type of REQUEST and RESPONSE, where to send the SIP messages. And apply this iRule for the VS UDP 5060 dedicated to SIP.
- It is working fine now and the code looks like:
when SIP_REQUEST {
if { SIP::method equals "INVITE"} {
pool callmanager_pool
}
if { SIP::method equals "NOTIFY"} {
pool SIPASserver_pool
}
}
same with SIP_RESPONSE.
I have made some testing and it doesnt introduce any delays in the call establishment.
Thank you guys for your help.
David
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