NH_REGION_GRAB_FAILED

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  re0.edge01.bjm01 fpc3 fpc3 dcpfe: JPRDS_NH:jprds_nh_alloc(),631: JNH[0] failed to grab new region for NH#007

Structured message example

{
  "error": "NH_REGION_GRAB_FAILED",
  "facility": 0,
  "host": "edge01.bjm01",
  "ip": "127.0.0.1",
  "message_details": {
      "additionalData": null,
      "date": "Dec 10",
      "facility": 0,
      "fpcId": "3",
      "fpcId2": "3",
      "host": "edge01.bjm01",
      "hostPrefix": "re0.",
      "message": "jprds_nh_alloc(),631: JNH[0] failed to grab new region for NH#007",
      "pri": "7",
      "severity": 7,
      "tag": "JPRDS_NH",
      "time": "00:00:01"
  },
  "os": "junos",
  "severity": 7,
  "timestamp": 1575936001,
  "yang_message": {
      "nh": {
          "region": {
              "failed": {
                  "id": "631",
                  "nh": "007"
              }
          }
      }
  },
  "yang_model": "NO_MODEL"
}