BPDU_BLOCK_INTERFACE_DISABLED

This error tag corresponds to syslog messages notifying that the configured interface has been disabled due to a bpdu block

Maps to the openconfig-interfaces YANG model.

Implemented for

  • junos

Syslog message example

<25>Jun 21 14:03:12  vmx01 eswd[2902]: ESWD_BPDU_BLOCK_ERROR_DISABLED: ge-0/0/17.0: bpdu-block disabled port

Structured message example

{
  "error": "BPDU_BLOCK_INTERFACE_DISABLED",
  "facility": 3,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Jun 21",
      "facility": 3,
      "host": "vmx01",
      "hostPrefix": null,
      "message": "ge-0/0/17.0: bpdu-block disabled port",
      "pri": "25",
      "processId": "2902",
      "processName": "eswd",
      "severity": 1,
      "tag": "ESWD_BPDU_BLOCK_ERROR_DISABLED",
      "time": "14:03:12"
  },
  "os": "junos",
  "severity": 1,
  "timestamp": 1498053792,
  "yang_message": {
      "interfaces": {
          "interface": {
              "ge-0/0/17.0": {
                  "state": {
                      "oper_status": "DOWN"
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-interfaces"
}