I have the following scenario:
I have one 1841 router with 2 FE ports. The first port is connected to a Cisco 2960 switch. the second port is connected to a standard switch (no vlans)
The 2960 switch has 3 vlan's, vlan 2,3 and 4
the FE 0/1 interface on the 1841 has 3 subinterfaces that is "routing" for the 3 vlan's in the 2960.
fastethernet 0/0.2 ip address 10.1.2.1 255.255.255.0
fastethernet 0/0.3 ip address 10.1.3.1 255.255.255.0
fastethernet 0/0.4 ip address 10.1.4.1 255.255.255.0
fastethernet 0/1 ip address 10.0.0.1 255.255.255.0
there are 3 routers connected to the FE 0/1-port via a switch. they are 10.0.0.2, 10.0.0.3 and 10.0.0.4
10.0.0.2 is the "main" and primary router. 10.0.0.3 is the secondary router and 10.0.0.4 is the last router..
this is on a boat.. we do not control the routers behind 10.0.0.2, 10.0.0.3 and 10.0.0.4
10.0.0.2 is the fastest and "best" route to use, but it is only availible when not far out on the sea. 10.0.0.3 is usable most of the time and 10.0.0.4 always has connection, but it is very slow.
10.0.0.2-4 are LOCAL interfaces on the 3 routeres. We want OER to check if there are internet connection through the routers and choose the best route for us. We want as little as possible "blackouts"
when router 10.0.0.2 have connection to ISP1, this should always be used. When router 10.0.0.3 have connection to ISP2 , but router 10.0.0.2 have no connection, we want to connect using router 10.0.0.3.. 10.0.0.4 should be used when the other two are not connected to the internet..
When a higher prioriry router get connection to the ISP, that out should take over...
HOW do i configure this??
I have one 1841 router with 2 FE ports. The first port is connected to a Cisco 2960 switch. the second port is connected to a standard switch (no vlans)
The 2960 switch has 3 vlan's, vlan 2,3 and 4
the FE 0/1 interface on the 1841 has 3 subinterfaces that is "routing" for the 3 vlan's in the 2960.
fastethernet 0/0.2 ip address 10.1.2.1 255.255.255.0
fastethernet 0/0.3 ip address 10.1.3.1 255.255.255.0
fastethernet 0/0.4 ip address 10.1.4.1 255.255.255.0
fastethernet 0/1 ip address 10.0.0.1 255.255.255.0
there are 3 routers connected to the FE 0/1-port via a switch. they are 10.0.0.2, 10.0.0.3 and 10.0.0.4
10.0.0.2 is the "main" and primary router. 10.0.0.3 is the secondary router and 10.0.0.4 is the last router..
this is on a boat.. we do not control the routers behind 10.0.0.2, 10.0.0.3 and 10.0.0.4
10.0.0.2 is the fastest and "best" route to use, but it is only availible when not far out on the sea. 10.0.0.3 is usable most of the time and 10.0.0.4 always has connection, but it is very slow.
10.0.0.2-4 are LOCAL interfaces on the 3 routeres. We want OER to check if there are internet connection through the routers and choose the best route for us. We want as little as possible "blackouts"
when router 10.0.0.2 have connection to ISP1, this should always be used. When router 10.0.0.3 have connection to ISP2 , but router 10.0.0.2 have no connection, we want to connect using router 10.0.0.3.. 10.0.0.4 should be used when the other two are not connected to the internet..
When a higher prioriry router get connection to the ISP, that out should take over...
HOW do i configure this??