DevilWAH wrote: » we don't load balance the wan links. only one is in use at a time.
burbankmarc wrote: » I use HSRP in my network. I chose HSRP because the hardware I have doesn't support GLBP (3750's). I have had several problems with HSRP. I've had Asymetric routing issues with it. Also, multicast doesn't work so well with HSRP, you'll have to put in mroutes. Also, whenever an HSRP change happens it's pretty disruptive, since the MAC address is coming from a different location (that's what I assume is the problem anyways). Really wish I could use GLBP.
notgoing2fail wrote: » Warning, newbie question soon to follow: What exactly is asymmetric routing? Just one-way static routes? Also, are the routers participating in HSRP configured exactly the same way? Meaning, if you have a specific configuration in one router to suppose an application, you also have it configured on the other router? Or is it not necessary to have your routers have the exact same config?
notgoing2fail wrote: » Also, are the routers participating in HSRP configured exactly the same way? Meaning, if you have a specific configuration in one router to suppose an application, you also have it configured on the other router? Or is it not necessary to have your routers have the exact same config?
ColbyG wrote: » Sorry for the weak diagram, but it's the best I can do in a post. So instead of coming back R3 R2 R1, it took the path from R3 through R4 to get to R1.
Nuul wrote: » The configs don't have to be exact but they'll probably be very close since you're wanting to route to the same place(s). I think about the only thing that's required to be the same is the group number though.
ASA-----3750-1 | |------3750-2
burbankmarc wrote: » My network looks like thisASA-----3750-1 | |------3750-2 So each 3750 is connected to the ASA. The 3750's are running HSRP. So 3750-1 gets all the traffic from the users because it's normally HSRP active router. 3750-2 doesn't see all the out bound traffic so it's CAM table doesn't get populated. Ok, so between the ASA and the 3750's I'm running OSPF. In OSPF the ASA load balances the users subnet to both 3750's. So all the return traffic for the users goes through the 3750-1 and the 3750-2. Since the 3750-2's CAM table isn't populated can you guess what it does with the traffic? It floods it out all ports except the one it received it on. So what I did was change the OSPF cost on the 3750-2 to something lesser than the 3750-1. So now the ASA always sends traffic to the 3750-1 unless it's down. So I guess it's not so much a "problem" but more of a caveat.
ASA-----3750-1------| | |Switch #3| <----- LOCAL LAN CONNECTS HERE |------3750-2-----|
Nuul wrote: » Why no router between the 3750s and the ASA? I would have probably put a router pair there (depending on the ISP connection) and done the HSRP at that level. Budget?
1) If you fine tuned OSPF to send data back to 3750-1 only, what happens when 3750-1 fails and HSRP/traffic begins to flow to 3750-2? I assume that OSPF will "learn" that 3750-1 has failed in someway and this probably won't be too big of an issue?
chrisone wrote: » Ok so here are the rules. 1. Do you currently run either protocol in your networks. (Preferable the two at the same time on two different networks/locations for comparisons.) 2. What are the trade offs you actually do see in a real world environment. 3. Which causes you more troubleshooting headaches and explain why. 4. With GLBP have you ever experience any odd phenomena knowing the packets are split/load balanced between GLBP routers, experienced anything out of the ordinary with VOIP , WIFI, or any other technologies? 5. Got any other questions? please state them. Thank you to everyone who participate.
zerglings wrote: » I've heard from our Network Architects that they prefer HSRP because they've had problems with GLBP. I don't know what exactly the problem was. I didn't want to butt in to the conversation. I think there are still some sites out there that use GLBP but all the SVIs I've built are HSRPs.