Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - dcshoes23

#1
23.1 Legacy Series / FRR BGP Crashing Right Away
February 07, 2023, 10:26:06 PM
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!