01-18-2007 02:14 AM - edited 03-05-2019 01:50 PM
Hi,
im new to this. If i got 3 switches [3560], i need to use 1 as a layer 3 switch so that data vlan can communicate with voice vlan. however, if this core die, my whole network die. how can i have redundancy. Can i use another 3560 as the core also.
what special config is needed for 2 core switches.
many thanks.
01-18-2007 02:31 AM
Hi,
The best is if you configure all the three as Layer 3 switch and Layer2 trunk among three swicthes.
Rgds
01-18-2007 03:40 AM
You can apply IP addresses to all three switches and use HSRP. With HSRP you gateway to a virtual IP address that all three routers are advertising. If the active router fails then it will fall back to the standby router. Your traffic is not lost, the failover happens quickly. When the failed router is restored then you can have it become active again...
01-21-2007 05:57 AM
Hi Pciaccio,
Thanks for your reply.
Apologies for my ignorance. So does the following config enable HSRP:
Switch#conf t
Switch (config)# int gi0/1
Switch (config-if)# standby 1 ip
Switch (config-if)# end
So I can use individual ip addresses for the 3 switches and all their default gateway is pointing to the virtual IP address. where am i going to set the virtual ip address and mac address
As this is an existing setup, the 3 new 3560 is replacing 3 old switches. Currently, the old switch is pointing to their Firewall as the default gateway where they can access internet and etc. So how shd i take into consideration the firewall if im using HSRP.
Many thanks.
01-21-2007 06:06 AM
Hi Pciaccio,
Thanks for your reply.
Apologies for my ignorance. So does the following config enable HSRP:
Switch#conf t
Switch (config)# int gi0/1
Switch (config-if)# standby 1 ip
Switch (config-if)# end
So I can use individual ip addresses for the 3 switches and all their default gateway is pointing to the virtual IP address. where am i going to set the virtual ip address and mac address
As this is an existing setup, the 3 new 3560 is replacing 3 old switches. Currently, the old switch is pointing to their Firewall as the default gateway where they can access internet and etc. So how shd i take into consideration the firewall if im using HSRP.
Many thanks.
01-21-2007 11:15 PM
Hi,
Refer the following link for HSRP configuration-->
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cg/hiap_c/ch20/haiphsrp.htm
You can set an individual address for each router and then you make a standby group where you make failover router as the member of that group. And for group you assign another IP which acts as the virtual IP. You dont need to set the mac address.
While implementing HSRP, the default gateway still remains the firewall only. You can set that for the vlan.
Hope this helps...
Regards,
AbhisheK
Please rate all helpful posts!!!
01-24-2007 10:05 PM
Hi!
Good Day! Having the 3 switches run layer 3 is a good option creating a partial mesh network. Connect a layer 2 trunk to this switches that creates somewhat a triangle. Put ip address on the VLAN interfaces and run a dynamic routing protocol if supported. Another option is to have redundant layer 3 switches to act as the core. HSRP is a good option but if you would need the benefits of HSRP plus load balancing (specially when running voice), GLBP (Gateway Load Balancing Protocol) is another option.
You can check on these links about GLBP:
Gateway Load Balancing Protocol
http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_white_paper09186a00801541c8.shtml
Gateway Load Balancing Protocol Options
http://www.cisco.com/en/US/products/ps6600/products_data_sheet0900aecd803a546c.html
Hope these helps,
Regards,
Albert
01-24-2007 11:05 PM
Hi!
My apology, currently Cisco3560 has no support for GLBP thus you can only run HSRP.
Regards,
Albert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide