NH_HOLD_PACKET

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>Jan 15 08:18:57  re0.vmx01 fpc1 NH: hold packet out failed, ID 6891

Structured message example

{
  "error": "NH_HOLD_PACKET",
  "facility": 0,
  "host": "vmx01",
  "ip": "127.0.0.1",
  "message_details": {
      "additionalData": null,
      "date": "Jan 15",
      "facility": 0,
      "fpcId": "1",
      "host": "vmx01",
      "hostPrefix": "re0.",
      "message": "hold packet out failed, ID 6891",
      "pri": "7",
      "severity": 7,
      "tag": "NH",
      "time": "08:18:57"
  },
  "os": "junos",
  "severity": 7,
  "timestamp": 1547540337,
  "yang_message": {
      "nh": {
          "hold_packet": {
              "id": "6891"
          }
      }
  },
  "yang_model": "NO_MODEL"
}