Query: Routes learned from BGP advertisements not inserted into Kernel FIB and inactive #11727
sakthishanmugam02
started this conversation in
General
Replies: 3 comments
-
I am able to make the required changes, it works now - I configured BGP peer with public IP and then private network next hop is not resolving. Now it is able to install routes properly. Now I see:
What does that recursive mean? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It means it tries to find the next-hop via default route ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
and
show ip route
command shows learned route asinactive
B 10.249.64.0/24 [20/0] via 10.249.64.4 inactive, weight 1, 00:16:35
and the
frr
status:Running config:
FIB:
Can anyone help?
Beta Was this translation helpful? Give feedback.
All reactions