problem with ip range in css11500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 10:35 PM
after configuration for load balancing on lay4:
service web-test
ip address 10.1.1.100 range 48
active
content test
vip 10.2.2.2
add service web-test
protocal tcp
port 80
If the ip 10.1.1.100 is pingable, then the service is active; if 10.1.1.100 is down and any one of 10.1.1.101-147 is pingable the service still down.
Am I did configuration some point wrong? what I want is any of ip in the range alive the service should alive.
Please advice
- Labels:
-
Application Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:14 AM
This is the expected behavior.
If you use range, we can only monitor the first ip of the range.
If you want to monitor all ip independtly, you will need to create a separate service for each one of them.
Regards,
Gilles.
