1
23.1 Legacy Series / FRR BGP Crashing Right Away
« on: 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:
Config: attached
Does anyone have any ideas? Thanks!
Logs:
Code: [Select]
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!