07-30-2022 04:33 AM
Hi
I set up BFD and shut down R2 gigabitethernet 0/1.
And the routing table of R1.
There is still routing to 3.3.3.3.
Did I set it up wrong?
In this situation, is it impossible to remove the routing of 3.3.3.3 from the routing table of R1?
Thank you.
07-30-2022 04:36 AM
can I see the config of BFD ?
07-30-2022 04:39 AM
here
thanks
07-30-2022 04:53 AM - edited 07-30-2022 04:54 AM
BFD detect the 192.168.1.2 next-hop UP not the 192168.2.x?
this is why the BFD not detect this down interface
to make you Lab work
1- add SW between two router R1 and R2
2- shut the link between SW and R1
07-30-2022 05:03 AM
Well, thank you for your answer.
If so, what protocol should be used in this situation to remove routing from the routing table of R1 to 3.3.3.3?
Also, could you answer my other questions about the outgoing interface?
Thank you.
07-30-2022 05:08 AM
for outing interface, I will do lab and test my idea first.
for this case
IP SLA reachability
is good solution here
07-30-2022 05:14 AM
OK I'll waiting for your answer
And I'll looking for IP SLA reachability's detail
thank you for your help!
07-30-2022 05:27 AM
Is it possible if R2 gigabitethernet 0/1 is down,
Can R1 detect link down, and remove 3.3.3.3 routing table?
If it possible can you tell me R1's basic config?
thanks
07-30-2022 06:25 AM
ip sla 10
icmp-echo 192.168.2.2
!
ip sla schedule 10 life forever start now
!
track 10 ip sla 10 reachability
!
ip route 3.3.3.3 255.255.255.255 192.168.1.2 track 10
07-30-2022 06:40 AM
Do I need to add 192.168.2.0 255.255.255.0 192.168.1.2 routing on R1?
Is there any way possible without this routing?
thanks
07-30-2022 06:43 AM
since it not direct connect then you need this static route.
07-30-2022 06:52 AM
So I need to check if loopback ip is output through the outgoing interface. Ha ha.
If this is possible, I think it is probably possible to construct it.
What do you think?
07-30-2022 06:56 AM
check my answer above
07-30-2022 06:56 AM - edited 07-30-2022 07:00 AM
the R1-R2 interface not be down (as photo attach)
the R2-R3 down
How R1 detect it??
you need IP SLA
otherwise the R1 always forward traffic and traffic DROP in R2.
second for R1-R2
that why I ask you add SW, try add SW, and shut down the interface in R2, Does R1 detect it?
NO
here you need IP SLA.
07-30-2022 07:05 AM
I'll check more
thank you!
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