Gents need some advice.
At work we are in the middle of a massive project which includes building two new datacentres and redesigning our campus. I'm looking after the design for the campus network and need some advice.
So the campus will be OSPF area 176 and the datacenters area 0.
There are two Cisco 3560E switches installed as the core of the campus network. There are linked via two 10Gb links and configured in an etherchannel. The two datacentres connect to these two switches as well.
So my question is about the etherchannel link between the two core switches. See the diagram below, area 0 and area 176 will potentially need to traverse this link if there is ever a break in on of the primary paths.
So the discussions we have had at work is around the routing configuring of the core switch interconnect. Should it be:
a) A routed etherchannel (no switchport command) with the etherchannel in area 0
b) A routed etherchannel (no switchport command) with the etherchannel in area 176
c) A layer 2 trunk etherchannel, using two VLAN interfaces on each end used for routing. So there would be for example,
interface vlan 100 in area 0 on both switches
interface vlan 200 in area 176 on both switches.
It will work using any of the methods above,I was originally thinking A, but the solution architect reckons C is the way to go...
just wondering what you guys think of this?
Thanks!