Forum Discussion
Richard__Harlan
Dec 30, 2011Historic F5 Account
this config in 9.4.4 would convert the packet from TCP to UDP
virtual testsip3 {
snat automap
pool echopool
destination 10.10.1.11:5007
ip protocol udp
sip
tcp
serverside
udp
clientside
persist sip_info
}
Note if this is SIP you will still have to use a iRule to change the packet as a TCP SIP will say that it nned to be replied to in TCP. So you will need to flip UDP to TCP and TCP to UDP in the iRule but it should work.