FAILED_ALLOCATING_PACKET_BUFFER

There is no YANG model available yet to map this class of messages. Please check the Structured message example section to see the structure.

Implemented for

  • junos

Syslog message example

<7>Dec 10 00:00:01 some-switch fpc0 (buf alloc) failed allocating packet buffer

Structured message example

{
  "error": "FAILED_ALLOCATING_PACKET_BUFFER",
  "facility": 0,
  "host": "some-switch",
  "ip": "127.0.0.1",
  "message_details": {
      "date": "Dec 10",
      "facility": 0,
      "host": "some-switch",
      "hostPrefix": null,
      "message": "(buf alloc) failed allocating packet buffer",
      "pri": "7",
      "severity": 7,
      "tag": "fpc0",
      "time": "00:00:01"
  },
  "os": "junos",
  "severity": 7,
  "timestamp": 1639094401,
  "yang_message": {},
  "yang_model": "NO_MODEL"
}