INTERFACE_DOWN

<13>1 2019-02-21T16:46:10.137986+00:00 ss12.00.lab orchagent - - - :- setHostIntfsOperStatus: Set operation status DOWN to host interface Ethernet28

Maps to the openconfig-interfaces YANG model.

Implemented for

  • sonic
  • junos
  • eos
  • iosxr
  • ios
  • netiron
  • huawei
  • nxos

Syslog message example

<13>1 2019-02-22T10:57:30.359427+00:00 ss12.00.lab orchagent - - -  :- setHostIntfsOperStatus: Set operation status DOWN to host interface Ethernet28

Structured message example

{
  "error": "INTERFACE_DOWN",
  "facility": 1,
  "host": "ss12.00.lab",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "2019-02-22",
      "facility": 1,
      "host": "ss12.00.lab",
      "message": ":- setHostIntfsOperStatus: Set operation status DOWN to host interface Ethernet28",
      "messageId": "-",
      "pri": "13",
      "processId": "-",
      "severity": 5,
      "structedData": "-",
      "tag": "orchagent",
      "time": "10:57:30",
      "timeOffset": "+00:00",
      "timeSecfrac": "359427",
      "version": "1"
  },
  "os": "sonic",
  "severity": 5,
  "timestamp": 1532300433,
  "yang_message": {
      "interfaces": {
          "interface": {
              "Ethernet28": {
                  "state": {
                      "oper_status": "DOWN"
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-interfaces"
}