- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2010 06:09 AM
Hi,
Is it possible to load balance traffic on particulart port range?
For example:
class-map match-all http-vip
2 match virtual-address 100.1.100.1 (port range 3000-3300)
I want to filter whatever http traffic for 100.1.100.1 on port between 3000-3300 load balance as per defined policy map on serverfarm.
Thanks,
Pawan
Solved! Go to Solution.
- Labels:
-
Application Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2010 08:17 AM
Hi Pawan,
class-map match-all http-vip
2 match virtual-address 100.1.100.1 tcp range 3000 3300
Or am I missing something more subtle?
Kind Regards
Cathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2010 08:17 AM
Hi Pawan,
class-map match-all http-vip
2 match virtual-address 100.1.100.1 tcp range 3000 3300
Or am I missing something more subtle?
Kind Regards
Cathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2010 08:24 AM
Thanks Cathy.
