INTERFACE_DOWN

Maps to the openconfig-interfaces YANG model.

Implemented for

  • eos
  • junos
  • iosxr

Syslog message example

<165>Feb  6 09:42:36 veos01 Ebra: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet28, changed state to down

Structured message example

{
  "error": "INTERFACE_DOWN",
  "facility": 20,
  "host": "veos01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Feb  6",
      "facility": 20,
      "host": "veos01",
      "message": ": Line protocol on Interface Ethernet28, changed state to down",
      "pri": "165",
      "processName": "Ebra",
      "severity": 5,
      "tag": "LINEPROTO-5-UPDOWN",
      "time": "09:42:36"
  },
  "os": "eos",
  "severity": 5,
  "timestamp": 1517910156,
  "yang_message": {
      "interfaces": {
          "interface": {
              "Ethernet28": {
                  "state": {
                      "oper_status": "DOWN"
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-interfaces"
}