FRR BGP Crashing Right Away

Started by dcshoes23, February 07, 2023, 10:26:06 PM

Previous topic - Next topic
Hi, I'm trying to setup BGP via FRR. I installed the plugin and configured as shown below. The process seems to die right away and I think it has to do with this message I see with debug logging enabled: "Unable to find specified Interface for default"

Logs:
2023-02-06T19:33:44-05:00 Notice frr_carp FRR received carp configuration event.
2023-02-06T19:33:44-05:00 Notice zebra client 31 says hello and bids fair to announce only vnc routes vrf=0
2023-02-06T19:33:44-05:00 Notice zebra client 28 says hello and bids fair to announce only bgp routes vrf=0
2023-02-06T19:33:44-05:00 Notice frr_carp FRR received carp configuration event.
2023-02-06T19:33:44-05:00 Notice zebra client 11 says hello and bids fair to announce only bfd routes vrf=0
2023-02-06T19:33:44-05:00 Notice frr_carp FRR received carp configuration event.
2023-02-06T19:33:44-05:00 Informational zebra Zebra final shutdown
2023-02-06T19:33:44-05:00 Notice zebra Terminating on signal
2023-02-06T19:33:44-05:00 Notice zebra client 11 disconnected 0 bfd routes removed from the rib
2023-02-06T19:33:44-05:00 Debug zebra release_daemon_table_chunks: Released 0 table chunks
2023-02-06T19:33:44-05:00 Warning zebra [EC 4043309122] Client 'bfd' encountered an error and is shutting down.
2023-02-06T19:33:43-05:00 Notice zebra client 28 disconnected 0 bgp routes removed from the rib
2023-02-06T19:33:43-05:00 Error zebra zebra/zebra_ptm.c:1348 failed to find process pid registration
2023-02-06T19:33:43-05:00 Debug zebra release_daemon_table_chunks: Released 0 table chunks
2023-02-06T19:33:43-05:00 Notice zebra client 31 disconnected 0 vnc routes removed from the rib
2023-02-06T19:33:43-05:00 Debug zebra release_daemon_table_chunks: Released 0 table chunks
2023-02-06T19:33:43-05:00 Warning zebra [EC 4043309122] Client 'bgp' encountered an error and is shutting down.
2023-02-06T19:33:43-05:00 Warning zebra [EC 4043309122] Client 'vnc' encountered an error and is shutting down.
2023-02-06T19:33:43-05:00 Debug zebra Unable to find specified Interface for default
2023-02-06T19:33:43-05:00 Debug zebra Unable to find specified Interface for default
2023-02-06T19:33:43-05:00 Notice bgpd Terminating on signal
2023-02-06T19:33:43-05:00 Notice frr_carp FRR received carp configuration event.
2023-02-06T19:33:43-05:00 Notice zebra client 31 says hello and bids fair to announce only vnc routes vrf=0
2023-02-06T19:33:43-05:00 Notice zebra client 28 says hello and bids fair to announce only bgp routes vrf=0
2023-02-06T19:33:43-05:00 Notice frr_carp FRR received carp configuration event.
2023-02-06T19:33:43-05:00 Notice zebra client 11 says hello and bids fair to announce only bfd routes vrf=0
2023-02-06T19:33:43-05:00 Notice frr_carp FRR received carp configuration event.


Config: attached

Does anyone have any ideas? Thanks!

February 07, 2023, 10:48:26 PM #1 Last Edit: February 07, 2023, 10:54:01 PM by danderson
Ive been doing BGP via FRR for a few years, but im not doing any re-distro nor prefix-lists. I have used prefix lists previously without issue. It may be related to the re-distro.

You define you local network 192.168.0.0 but have in this network neighbors for different AS. Doesnt make sense