{ "title": "bdcom_epon_onu_config_error", "description": "BDCOM EPON: ONU config apply failure leading to auto-deregistration, or encryption-set failure - bdcom.csv row 3. Built from the provided report, not yet verified against real device output.", "source": "rule \"bdcom_epon_onu_config_error\"\nwhen\n (contains(to_string($message.message), \"Config ONU on interface\") && contains(to_string($message.message), \"failed, must deregister\")) || contains(to_string($message.message), \"onu_llidport_encryp_set Failed\")\nthen\n set_field(\"vendor\", \"bdcom_epon\");\n set_field(\"event_type\", \"onu_config_error\");\n set_field(\"severity_tag\", \"critical\");\nend" }