Here is what I have today:
1. Two sites with interconnected dual core (chassis) switches. Site 1 is Extreme BD8810s. Site 2 is Brocade chassis switches.
2. Both sites running vrrp (for local vlans) and ospf.
3. Each site has it's own default gateway (local firewall) as well as partner routers (to same partner) at each site redistributing bgp routes into the ospf core. Redundancy for each site works beautifully for the partner sites - each site uses it's local partner router unless it stops putting out routes (goes to other site if it does).
4. Core 1 to Core 1 connection is a 1Gbps LX fiber on a Core 1 to Core 1 only ospf vlan. Core 2 to Core 2 connection is a 100Mbps LX fiber on a Core 2 to Core 2 only ospf vlan. Routes for other site always go through Core 1 to Core 1 link unless the link stops passing traffic in which case it fail over beautifully to the 100Mbps link on Core 2 to Core 2.
5. All attached devices at each site are split between the cores in an active (core 1)/standby (core 2) configuration.
Here is the change:
New Core 2 to Core 2 connection that is 1Gbps LX fiber.
Where I want to go:
I want to actively use both links for 2Gbps between sites.
Questions
1. Will the link speed change and OSPF simply accomplish this in the current configuration? (I do have ospf equal cost sharing enabled)
2. Should I make a single ospf vlan across all 4 switches for this (as opposed to a core1 to core1 vlan and a core2 to core2 vlan)?
3. Extreme side is not running stp but Brocade side is running stp. Will this mess with things?
4. Is there a better way to do this considering I do not want to move away from the current config with local vrrp vlans and ospf?
Redundancy is very important to us as it is a call center environment; I do not want to introduce any single points of failure. I have looked at a couple "smarter" solutions that would let us granularly control traffic between sites but seeing that the connections are fiber (and always up to the demarc even if it is down somewhere in between) a routing or health check type solution is preferred.
Thanks for your advice. I can upload a quickie visio if needed but I think it should be clear from the above.