02-04-2010 08:46 AM - edited 03-04-2019 07:24 AM
I have a 3750G connected up to two 6500's/ Port G1/0/25 goes to CoreA and G1/0/26 goes to CoreB
I have the following VLANs;
interface Vlan10
ip address 172.30.194.190 255.255.255.192
!
interface Vlan27
ip address 192.168.70.2 255.255.255.252
!
interface Vlan30
ip address 192.168.70.6 255.255.255.252
I have interface 1/0/25 configured in access vlan 27 and 1//0/26 in access vlan 30.
I currently have
ip route 0.0.0.0 0.0.0.0 192.168.70.1 (this points to CoreA)
I would like to add a second default route of:
ip route 0.0.0.0 0.0.0.0 192.168.70.5 250 (which would point to CoreB with a higher admin distance)
The question is whether or not this would provide the redundancy I am looking for. If my cable is pulled on 1/0/25 will the second route take over?
James
Solved! Go to Solution.
02-04-2010 09:05 AM
Your config looks fine on your first post.
What I mean is you want to make sure your Core-B has a static route back to the 3750 for VLAN 10 (I am assuming you have a static route back on Core-A already).
Regards,
jerry
02-04-2010 08:51 AM
Yes, just make sure you have a return route from Core B to the 3750 for VLAN 10.
Regards,
jerry
02-04-2010 08:54 AM
Jerry,
Thanks for the response.
Does the route need to be pointed to a VLAN instead of the upstream IP to make the failover happen?
ip route 0.0.0.0 0.0.0.0 VLAN27
and
ip route 0.0.0.0.0 0.0.0.0 VLAN 30 250
Or will it just know that it is down?
James
02-04-2010 09:05 AM
Your config looks fine on your first post.
What I mean is you want to make sure your Core-B has a static route back to the 3750 for VLAN 10 (I am assuming you have a static route back on Core-A already).
Regards,
jerry
02-04-2010 09:08 AM
Thanks. That's what I thought. I wish the customer would just allow a routing protocol. Would be much easier than me having to guess.
Will test tomorrow.
James
02-04-2010 12:16 PM
What mechanism would take his first static route out of the routing table?
02-04-2010 12:54 PM
HI kschleppenbach, good catch, +5 for you
James, one question for you, are VLAN 27 and VLAN 30 on a trunk port? If they are on a trunk port and the remote is down, the default will not withdraw from the routing table without some type of IPSLA.
If VLAN 27 and VLAN 30 is the not on a trunk and just dedicated to port for the remote switch, why don't you make it a routed port (no switchport). Or better yet, use dynamic routing protocol.
Regards,
jerry
02-04-2010 01:02 PM
I just tested in my lab. It works great. Here is an email I just sent out with the results:
02-04-2010 01:14 PM
Thanks for the update James.
Regards,
jerry
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