ospf not advertising connected routes of pppoe if #11595
Unanswered
hashbangtech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
FRR 8.1 Ubuntu 22.04. I'm running a pppoe server. I have many servers running. Its the first time on ubuntu 22.04. OSPF is not advertising connected routes of pppoe interfaces. I can those route in routing table
interface enp3s0f0
ip ospf area 0
exit
!
router ospf
ospf router-id 10.x.x.x
redistribute connected
redistribute static
exit
this config is running fine in other server on frr8.1 and ubuntu 18.04
show ip route ospf
Codes: K - kernel route, C - connected, S - static, R - RIP,
O - OSPF, I - IS-IS, B - BGP, E - EIGRP, N - NHRP,
T - Table, v - VNC, V - VNC-Direct, A - Babel, F - PBR,
f - OpenFabric,
> - selected route, * - FIB route, q - queued, r - rejected, b - backup
t - trapped, o - offload failure
O 103.208.153.208/28 [110/10] is directly connected, enp3s0f0, weight 1, 00:16:53
ospf is connecte with neighbours
Is there some wrong configs
thanks and regards
Beta Was this translation helpful? Give feedback.
All reactions