11-08-2006 01:32 PM - edited 03-03-2019 02:38 PM
Hi
Does anybody know how to configure router to have 2 uplinks in order to have redundancy? I can't configure HSRP because router rejects two interfaces to have IP address from the same subnet.
I need to have one interface active and second standby (second interface activates only when first fails).
thanks in advance
Solved! Go to Solution.
11-08-2006 11:49 PM
Hi
You can configure this as follows:
int fa0/0
backup interface fa0/1
ip add a.b.c.d e.f.g.h
int fa0/1
ip add a.b.c.d e.f.g.h
HTH
Hitesh / Mohit
11-09-2006 06:02 AM
ali
I think that you misunderstand what I was saying. STP operates at layer 2 and does not operate at layer 3. My suggestion was that if they really want 2 Ethernet interfaces to back each other up that they configure bridging on both of the Ethernet interfaces. Bridging is a layer 2 process and uses STP to detect loops. Then if they configure IRB (including configuration of the BVI) they can route IP while bridging on the physical interfaces.
If you want information about IRB and how to configure the BVI this link should get you started:
HTH
Rick
11-08-2006 01:38 PM
antonio
If you really want to have two Ethernet intefaces in the same subnet with one active and one backup then you could configure Integrated Routing and Bridging. In IRB you configure a BVI (Bridged Virtual Interface) on which you configure the IP address. And you configure the two Ethernets with bridging linked to the BVI. With briding configured Spanning Tree will put one interface into blocking mode and one interface in forwarding mode. If the primary interface fails Spanning Tree will converge and bring the other interface from blocking mode to forwarding mode.
HTH
Rick
11-09-2006 04:26 AM
Hi Rick!
can u list a simple config for the bvi;and how to use stp in the L3
10xs
11-09-2006 06:02 AM
ali
I think that you misunderstand what I was saying. STP operates at layer 2 and does not operate at layer 3. My suggestion was that if they really want 2 Ethernet interfaces to back each other up that they configure bridging on both of the Ethernet interfaces. Bridging is a layer 2 process and uses STP to detect loops. Then if they configure IRB (including configuration of the BVI) they can route IP while bridging on the physical interfaces.
If you want information about IRB and how to configure the BVI this link should get you started:
HTH
Rick
11-08-2006 11:49 PM
Hi
You can configure this as follows:
int fa0/0
backup interface fa0/1
ip add a.b.c.d e.f.g.h
int fa0/1
ip add a.b.c.d e.f.g.h
HTH
Hitesh / Mohit
11-09-2006 12:01 AM
Hi,
It would be better to go for a routing protocol with the provider , so that you can always set some preference for a route . Eg : Go for bgp with provider , receive a default from the provider , set a preference via one link ) and in case of failure of one , default would prefer the other and similarly the ISP would also set a preference for the return traffic.
Hope this helps
regards
vanesh k
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