INTERFACE_MAC_LIMIT_REACHED

This error tag corresponds to syslog messages notifying that the configured interface mac learning limit has been reached

Maps to the openconfig-interface YANG model.

Implemented for

  • junos

Syslog message example

<149>Jun 21 14:03:12  vmx01 l2ald[2902]: L2ALD_MAC_LIMIT_REACHED_IF: Limit on learned MAC addresses reached for ge-1/0/23.0; current count is 3

Structured message example

{
  "error": "INTERFACE_MAC_LIMIT_REACHED",
  "facility": 18,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jun 21",
      "facility": 18,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "Limit on learned MAC addresses reached for ge-1/0/23.0; current count is 3",
      "pri": "149",
      "processId": "2902",
      "processName": "l2ald",
      "severity": 5,
      "tag": "L2ALD_MAC_LIMIT_REACHED_IF",
      "time": "14:03:12"
  },
  "os": "junos",
  "severity": 5,
  "timestamp": 1498053792,
  "yang_message": {
      "interfaces": {
          "interface": {
              "ge-1/0/23.0": {
                  "ethernet": {
                      "state": {
                          "learned-mac-addresses": "3"
                      }
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-interface"
}