Forum Discussion
marshje_58292
Nimbostratus
Dec 11, 2007UDP Health Monitoring with fixed SOURCE port?
Is is possible to configure LTM to use a fixed SOURCE port number when doing UDP health monitoring?
I have a UDP application that I am Load Balancing that does not normally "respond" as such...
JRahm
Admin
Dec 11, 2007If you wrote an external monitor, you could easily write a sockets application in perl or otherwise...
use IO::Socket::INET;
$MySocket=new IO::Socket::INET->new(
LocalPort=>1000,
PeerPort=>$2,
Proto=>'udp',
PeerAddr=>'$1'
);
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