{ "title": "juniper_bgp_addr_not_found", "description": "Juniper rpd: local address for a configured BGP peer not found (config/interface issue, not a session-level reset) - juniper.csv row 11. Built from the provided report, not yet verified against real device output.", "source": "rule \"juniper_bgp_addr_not_found\"\nwhen\n contains(to_string($message.message), \"BGP_ADDR_NOT_FOUND\")\nthen\n set_field(\"vendor\", \"juniper\");\n set_field(\"event_type\", \"bgp_addr_not_found\");\n set_field(\"severity_tag\", \"warning\");\nend" }