MAINTENANCE_MODE_STARTED

Maps to the ietf-notification-messages YANG model.

Implemented for

  • eos

Syslog message example

<100>Feb 28 17:54:21 some-switch MaintenanceMode: %MMODE-5-MAINT_UNIT_STATE_CHANGE: Maintenance unit state changed for unit MAINT-UNIT. Old State maintenanceModeEnter, New State underMaintenance

Structured message example

{
  "error": "MAINTENANCE_MODE_STARTED",
  "facility": 12,
  "host": "some-switch",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Feb 28",
      "facility": 12,
      "host": "some-switch",
      "message": ": Maintenance unit state changed for unit MAINT-UNIT. Old State maintenanceModeEnter, New State underMaintenance",
      "pri": "100",
      "processName": "MaintenanceMode",
      "severity": 4,
      "tag": "MMODE-5-MAINT_UNIT_STATE_CHANGE",
      "time": "17:54:21"
  },
  "os": "eos",
  "severity": 4,
  "state": 1,
  "timestamp": 1646070861,
  "yang_message": {
      "notification-messages": {
          "notification-message": {
              "message-text": "maintenance started"
          }
      }
  },
  "yang_model": "ietf-notification-messages"
}