Hi all
Im wondering if it is possible to get a round robin style load balancing like Cisco, but on an internal network.
This seems to be similar to other posts but their individual requirements were not the same as mine, also the closest post is from 2013.
Current design
Code:
Cisco Core Switch A Cisco MPLS Router A - 2 Mb
| | \
HSRP ---(VLAN A)--- HSRP >---(MPLS)--- 10.0.0.0/8 Network
| | /
Cisco Core Switch B Cisco MPLS Router B - 2 Mb
Each Cisco Core has 2 Routes for the 10.0.0.0/8, First Cisco MPLS Router A, then Cisco MPLS Router B
This leads the core switch to Round robin requests between the two Cisco MPLS Routers and provides simple load balancing.
We are about to install a Cluster of R77.10 Checkpoints into the diagram, using Cluster XL, in High Availability, with no NATing occurring.
Proposed Design
Code:
Cisco Core Switch A Checkpoint A Cisco MPLS Router A - 2 Mb
| | | | \
HSRP ---(VLAN 10)---VIP VIP---(VLAN 20)---HSRP >---(MPLS)--- 10.0.0.0/8 Network
| | | | /
Cisco Core Switch B Checkpoint B Cisco MPLS Router B - 2 Mb
Of note, that the Checkpoints will also have an Interface that is directly Linked to the Internet. It is via this Interface that they will be remotely managed over (The SMS is miles away in a Datacentre)
Simple routing below
Code:
Single ISP
Router
|
(VLAN 66)
|
Checkpoint -(VLAN 20)- MPLS Routers
Cluster
|
(VLAN 10)
|
Core Switch
Cluster
How can I get round robin routing from the Checkpoint Cluster in High Availability to the MPLS Routers?
Is this ISP redundancy or is there another way?
Bookmarks