Forum Discussion
done_23947
Nimbostratus
Jun 25, 2010sending snmp request to same link
We just added a third ISP and I'm having trouble snmp polling the new router 12.239.13.1. It works only if request goes out new link (direct connection), but round robins to other two ISP's links and ...
Chris_Miller
Altostratus
Jun 28, 2010Does the poller have a private address? This should be a relatively easy iRule
when CLIENT_ACCEPTED {
if [IP::addr [IP::client_addr]] eq x.x.x.x {
snatpool y.y.y.y
pool z.z.z.z } }
where x.x.x.x is the IP of the poller, y.y.y.y is the snatpool containing a snat on the 12.239.13.1 network (or maybe use automap if you have a selfip there), and z.z.z.z is a pool that only contains the router 12.239.13.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
