INTERFACE_UP

Maps to the openconfig-interfaces YANG model.

Implemented for

  • eos
  • iosxr

Syslog message example

<165>Feb  6 08:27:14 veos01 Ebra: %LINEPROTO-5-UPDOWN: Line protocol on Interface Ethernet28, changed state to up

Structured message example

{
  "error": "INTERFACE_UP",
  "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 up",
      "pri": "165",
      "processName": "Ebra",
      "severity": 5,
      "tag": "LINEPROTO-5-UPDOWN",
      "time": "08:27:14"
  },
  "os": "eos",
  "severity": 5,
  "timestamp": 1517905634,
  "yang_message": {
      "interfaces": {
          "interface": {
              "Ethernet28": {
                  "state": {
                      "oper_status": "UP"
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-interfaces"
}