Forum Discussion
Dharminder_1237
Nimbostratus
Feb 07, 2013Irule Config
Hi All,
Need your expert advise.
"Using Irule can I track some other pool or Node other then the pool monitored under VIP.
vip: TEST_VIP
pool: TEST_POOL ( pool members - ...
nitass
Employee
Feb 12, 2013e.g.
pool member A is 200.200.200.101
pool member B is 200.200.200.111
pool member X is 172.28.19.251
[root@ve10:Active] config b monitor mygateway_icmp list
monitor mygateway_icmp {
defaults from gateway_icmp
dest 172.28.19.251:any
}
[root@ve10:Active] config b pool foo list
pool foo {
monitor all gateway_icmp
members {
200.200.200.101:80 {
monitor gateway_icmp and mygateway_icmp
}
200.200.200.111:80 {}
}
}
when 172.28.19.251 is up
[root@ve10:Active] config b monitor all instance
MONITOR gateway_icmp POOL foo
+-> POOL MEMBER foo/200.200.200.111:80 active,up
+-> gateway_icmp
| 200.200.200.111 up enable
MONITOR gateway_icmp and mygateway_icmp
+-> POOL MEMBER foo/200.200.200.101:80 active,up
+-> gateway_icmp
| 200.200.200.101 up enable
+-> mygateway_icmp
| 172.28.19.251 up enable
[root@ve10:Active] config b pool foo|grep -i pool\ member
+-> POOL MEMBER foo/200.200.200.101:80 active,up
+-> POOL MEMBER foo/200.200.200.111:80 active,up
when 172.28.19.251 is down
[root@ve10:Active] config b monitor all instance
MONITOR gateway_icmp POOL foo
+-> POOL MEMBER foo/200.200.200.111:80 active,up
+-> gateway_icmp
| 200.200.200.111 up enable
MONITOR gateway_icmp and mygateway_icmp
+-> POOL MEMBER foo/200.200.200.101:80 inactive,down
+-> gateway_icmp
| 200.200.200.101 up enable
+-> mygateway_icmp
| 172.28.19.251 down enable
[root@ve10:Active] config b pool foo|grep -i pool\ member
+-> POOL MEMBER foo/200.200.200.101:80 inactive,down
+-> POOL MEMBER foo/200.200.200.111:80 active,up
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