01-15-2019 01:59 PM - edited 03-05-2019 11:11 AM
Hello,
Let me first explain what I am configuring here to help explain what I am creating. You can see my network in the attached diagram.
Here is the issue I am having I would like to have a redundant path if one of my RF paths go down between my 2 radio's or a radio itself goes down. Lets say that Basic Sm bridge MikroTik goes down I need for the redundant path to to be taken but since my cisco routers are connected to a switch they think the radio path is still up even though the radio is down. Like in the example below.
Every thing INSV:
Gateway of last resort is c.c.251.251 to network 0.0.0.0
O*E1 0.0.0.0/0 [110/2] via c.c.251.251, 00:06:00, Vlan200
1.0.0.0/32 is subnetted, 1 subnets
O 1.1.1.1 [110/11] via c.c.251.251, 00:06:00, Vlan200
10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks
C a.a.80.32/28 is directly connected, GigabitEthernet0/1
L a.a.80.34/32 is directly connected, GigabitEthernet0/1
C c.c.251.0/24 is directly connected, Vlan200
L c.c.251.1/32 is directly connected, Vlan200
O b.b.252.0/24 [110/2] via a.a.80.33, 00:01:06, GigabitEthernet0/1
sh ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
1.1.1.1 1 FULL/DR 00:00:23 c.c.251.251 Vlan200
b.b.252.1 1 FULL/DR 00:00:37 a.a.80.33 GigabitEthernet0/1
DIV-HILL-1941#
So if I want to reach anything on c.c.251.0/24 network I can take vlan200 route over and this works.
However if my vlan 200 radio goes down c.c.251.250,
RTR 2 still sees this path up VLAN 200 thru my switch 2.
Here taking down Radio #2 ip = c.c.251.250
Gateway of last resort is 10.45.80.33 to network 0.0.0.0
O*E1 0.0.0.0/0 [110/3] via 10.45.80.33, 00:01:18, GigabitEthernet0/1
1.0.0.0/32 is subnetted, 1 subnets
O 1.1.1.1 [110/12] via a.a.80.33, 00:01:18, GigabitEthernet0/1
10.0.0.0/8 is variably subnetted, 5 subnets, 3 masks
C a.a.80.32/28 is directly connected, GigabitEthernet0/1
L a.a.80.34/32 is directly connected, GigabitEthernet0/1
C c.c.251.0/24 is directly connected, Vlan200
L c.c.251.1/32 is directly connected, Vlan200
O b.b.252.0/24 [110/2] via a.a.80.33, 00:08:17, GigabitEthernet0/1
#sh ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
b.b.252.1 1 FULL/DR 00:00:32 a.a.80.33 GigabitEthernet0/1
You can see that from RTR #2 that vlan 200 to c.c.251.0/24 is still INSV. Which from the router's point of view it is but is there any way I can tell the RTR #2 that this path is no longer valid via the switch as the far end radio is down?
I can get it to work if I put in static routes shrinking the subnet so that the path picks the more precise path but this is not really scalable as I have to brake up the c.c.251.0 /24 subnet into c.c.251.1/25 and c.c.251.129/25.
Just looking for idea's on how to tell a router a connected path is down past the switch so we can use the backup path via RTR2-RTR1-Switch #1-Radio #1?
Thanks for any input.
01-15-2019 03:58 PM
01-16-2019 06:45 AM
01-16-2019 06:47 AM
01-16-2019 08:30 AM
01-17-2019 05:30 AM
01-17-2019 02:42 PM
01-17-2019 02:53 PM
Joe,
Here is a better view:
01-23-2019 06:38 AM
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