{ "title": "bdcom_epon_oam_status", "description": "BDCOM EPON: OAM session became Operational or negotiated the CTC extension - bdcom.csv row 7. Built from the provided report, not yet verified against real device output.", "source": "rule \"bdcom_epon_oam_status\"\nwhen\n contains(to_string($message.message), \"OAM Operational Status: Operational\") || contains(to_string($message.message), \"CTC OAM extension negotiated successfully\")\nthen\n set_field(\"vendor\", \"bdcom_epon\");\n set_field(\"event_type\", \"oam_status_ok\");\nend" }