You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.description="BGP could not find the label for the specified path_info",
492
492
.suggestion="Most likely a bug. This should never happen. Please try to build a reproducer and report.",
493
493
},
494
+
{
495
+
.code=EC_BGP_ROUTE_REFRESH_INVALID,
496
+
.title="BGP route refresh message format error",
497
+
.description="BGP received an invalid or malformed route refresh message from peer (enhanced route refresh length error, invalid subtype, or EoRR without BoRR)",
498
+
.suggestion="Check BGP capability compatibility with peer. Verify enhanced route refresh configuration and ensure proper BoRR/EoRR sequence.",
499
+
},
500
+
{
501
+
.code=EC_BGP_PER_SRC_NHG,
502
+
.title="BGP per-source nexthop group resolution failed",
503
+
.description="BGP unable to resolve IPv6 nexthop for per-source nexthop group",
504
+
.suggestion="Ensure the nexthop group and advertised paths include IPv6 information. Verify per-source nexthop group configuration.",
505
+
},
506
+
{
507
+
.code=EC_BGP_ROUTE_ATTRIBUTE_MALFORMED,
508
+
.title="BGP route attribute is malformed or invalid",
509
+
.description="BGP received or processed a route with malformed attributes (prefix, RD, ESI, MAC, gateway IP, L2VPN prefix data, address family mismatches, route-map/label-index mismatches) or referenced route not found",
510
+
.suggestion="Check route definitions and EVPN/L2VPN configuration. Verify peer configuration for attribute consistency, address family matching, and static route configuration alignment. Ensure all referenced routes exist and route data format is correct.",
511
+
},
512
+
{
513
+
.code=EC_BGP_CONFIG_CONSTRAINT_VIOLATION,
514
+
.title="BGP configuration constraint violated",
515
+
.description="BGP configuration attempted to change an immutable parameter (e.g., label-index)",
516
+
.suggestion="Review configuration changes to ensure immutable parameters are not modified after initial setup.",
517
+
},
518
+
{
519
+
.code=EC_BGP_ROUTE_MAP_SCRIPT,
520
+
.title="BGP route-map script execution failed",
521
+
.description="BGP route-map script or function failed to load or execute properly",
522
+
.suggestion="Debug the route-map script and ensure it returns successful status. Verify script accessibility and correct any errors in the script file.",
523
+
},
524
+
{
525
+
.code=EC_BGP_VRF_NOT_FOUND,
526
+
.title="BGP VRF not found",
527
+
.description="BGP requested VRF does not exist or cannot be found",
528
+
.suggestion="Create the required VRF or correct the configured VRF name.",
529
+
},
530
+
{
531
+
.code=EC_BGP_ZEBRA_MSG_DECODE,
532
+
.title="BGP failed to decode message from Zebra",
533
+
.description="BGP received a malformed or incompatible message from Zebra daemon",
534
+
.suggestion="Ensure BGP and Zebra daemons are version-synchronized and IPC communication is healthy. Check for version mismatches between daemons.",
535
+
},
536
+
{
537
+
.code=EC_BGP_SRV6_LOCATOR_MISMATCH,
538
+
.title="BGP SRv6 locator name mismatch",
539
+
.description="BGP SRv6 locator advertised by BGP doesn't match the locator name in the SRv6 chunk from Zebra",
540
+
.suggestion="Fix the inconsistent SRv6 locator configuration between BGP and Zebra.",
541
+
},
542
+
{
543
+
.code=EC_BGP_INVALID_BGP_INSTANCE_ID,
544
+
.title="BGP instance ID out of range",
545
+
.description="BGP instance ID specified is outside the valid range",
546
+
.suggestion="Set a valid instance ID in the configuration within the allowed range.",
0 commit comments