amb1s1 wrote: » You can't have the same ip on two different device. Is the interconnection between the core and the access a layer 3 connection or Layer 2? If it is a layer 3 routing should take care redundancy. If it is layer 2, use different IPs on the core and you still would have redundancy, just allow the vlan on the trunk.
Trifidw wrote: » There is a reason why protocols such as HSRP exist...
Eildor wrote: » Ok, sure... and if you don't have layer 3 access switches which support FHRP?
Trifidw wrote: » What model is the switch? I'll sell you 2 3550's that support HSRP for £200... I'd have the second switch as a cold standby with the routed interface in a shut state. If the first switch fails it is a simple of case of "no shut". If they need no downtime, tell them to get some money. Or if I was dead set on having a terrible lukewarm standby solution, I wouldn't look into the possibility of having a DHCP server on each L3 switch, advertising its own unique IP address as the default gateway and only having access to half the IP address scope.
Forsaken_GA wrote: » And your layer 3 redundancy has absolutely nothing to do with STP.
Eildor wrote: » Of course, I was referring to layer 2 redundancy and inter-VLAN routing.
Forsaken_GA wrote: » Now let's say the switch with the gateway SVI dies entirely. Your layer 2 redundancy is *still* there, it'll go via the other link, however, since the SVI is down, your traffic dies there, since you're not deploying any layer 3 redundancy. Entirely separate problems with entirely separate solutions.
Eildor wrote: » But that's what I'm trying to say, if I have both of the layer 3 switches configured with SVI's with identical IP addresses then I have some layer 3 redundancy don't I? And the reason I mention STP is because, sure, if STP wasn't blocking one of the redundant links then I'm going to have an issue due to the duplicate IP addresses, but since STP is blocking one link the duplicate SVI IP addresses shouldn't cause a problem to devices connected to the access switches... or at least that's what I thought. I'm sorry I'm confusing myself, and probably you.
Forsaken_GA wrote: » If you dupe the IP within the VLAN, you're going to create ARP problems, and depending on how you advertise the SVI(s) to the rest of the routing domain, you're also going to create asymetric routing, which may cause issues with your firewalls if you're doing reverse path checking, screw with the delay and jitter on your VOIP calls if you're doing that, and so on. The point I'm trying to make is that STP does not solve layer 3 problems, and continuing to think it does is going to cause you massive amounts of headaches. Either accept the lack of layer 3 redundancy, or deploy one of the solutions specifically developed for it.