STP_BLOCK_BPDUGUARD

Maps to the openconfig-interfaces YANG model.

Implemented for

  • nxos

Syslog message example

<189>2019 Jan 16 04:40:19 switch01 %STP-2-BLOCK_BPDUGUARD: Received BPDU on port Ethernet1/43 with BPDU Guard enabled. Disabling port.

Structured message example

{
  "error": "STP_BLOCK_BPDUGUARD",
  "facility": 23,
  "host": "switch01",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "2019 Jan 16",
      "facility": 23,
      "host": "switch01",
      "message": "Received BPDU on port Ethernet1/43 with BPDU Guard enabled. Disabling port.",
      "pri": "189",
      "severity": 5,
      "tag": "STP-2-BLOCK_BPDUGUARD",
      "time": "04:40:19"
  },
  "os": "nxos",
  "severity": 5,
  "timestamp": 1547613619,
  "yang_message": {
      "interfaces": {
          "interface": {
              "Ethernet1/43": {
                  "state": {
                      "admin_status": "DOWN",
                      "change_reason": "BPDUGuard"
                  }
              }
          }
      }
  },
  "yang_model": "openconfig-interfaces"
}