LACP_INTERFACE_DOWN

Maps to the openconfig-lacp YANG model.

Implemented for

  • junos

Syslog message example

<175>2020-11-04T07:05:36+00:00 some-switch lacpd[12694]: LACP_INTF_DOWN: ae105: Interface marked down due to lacp timeout on member et-0/0/25:3

Structured message example

{
  "error": "LACP_INTERFACE_DOWN",
  "facility": 21,
  "host": "some-switch",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "2020-11-04",
      "facility": 21,
      "host": "some-switch",
      "hostPrefix": null,
      "message": "ae105: Interface marked down due to lacp timeout on member et-0/0/25:3",
      "pri": "175",
      "processId": "12694",
      "processName": "lacpd",
      "severity": 7,
      "tag": "LACP_INTF_DOWN",
      "time": "07:05:36+00:00"
  },
  "os": "junos",
  "severity": 7,
  "timestamp": 1604473536,
  "yang_message": {
      "lacp": {
          "interfaces": {
              "interface": {
                  "ae105": {
                      "members": {
                          "member": {
                              "et-0/0/25:3": {
                                  "state": {
                                      "interface": "et-0/0/25:3"
                                  }
                              }
                          }
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-lacp"
}