- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Load balancing to a router?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2013 11:21 AM
05-07-2013 11:21 AM
Load balancing to a router?
Hi all!
We have an HP 8212zl acting as the core switch for our organization. On this switch, we have a VLAN setup for our internet connection:
vlan 9 name "AT&T MIS to Internet" untagged A16 ip address 10.9.1.4 255.255.255.0 exit
And then port A16 is connected to our web filter (10.9.1.5), and that's then connected to a Cisco ASA 5510 (10.9.1.2) which acts as our edge device/router. So we just use a simple default route on the 8212zl to send all of the internal traffic to the internet:
ip route 0.0.0.0 0.0.0.0 10.9.1.2
Over the summer, we're upgrading our Internet connection to a 1Gbps pipe, and replacing the ASA 5510 with a 5512-x. However, our web filter is not capable of handling such high speeds, and it'd be cheaper to buy a second filter and run it in parallel than it would be to buy one that can run at 1Gbps.
So what we'd like to do is create a second internal interface on the ASA, plug one web filter into each inside interface, and then plug each filter into the core switch, effectively creating two physical paths between the 8212 and the ASA.
If we do this, however, is there any way to setup the 8212zl to balance traffic between the two? I don't mind if it requires creating a second VLAN, but I'm just trying to figure out the best way to take advantage of this additional bandwidth at the lowest possible cost.
Thanks!
Joey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2013 02:05 PM
05-07-2013 02:05 PM
Re: Load balancing to a router?
is normal result for routing operation ....
what is your web filter software
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2013 02:17 PM
05-07-2013 02:17 PM
Re: Load balancing to a router?
We're using Cymphonix right now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2013 02:36 PM
05-07-2013 02:36 PM
Re: Load balancing to a router?
I don't any idea Chmphonix
but many web filtering services running two mode... routing and monitoring.
if cymphonix system running monitoring mode good news for you..
network users go to directly internet via vlan on the asa
and running any report or deny web traffic with monitor and mirror port configuration on switch..
can running cymphonix system monitor state ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2013 12:11 AM
05-08-2013 12:11 AM
Re: Load balancing to a router?
I am not aware you can do this with a L3 switch - you would need a dedicated load-balancing solution to do this.
On the other hand, if you are just trying to get some traffic going out via a different path, put in a PBR identifying your test PC and routing traffic from it for 0.0.0.0 at the new ASA IP address. The ASA will need a normal route routing traffic for your new PC out its new interface as well.