Description

Configuration name is empty with first 3 leaves while the sensor path is streaming in /junos/chassis/cmerror/configuration.

 

Symptoms

{
  "response": {
    "update": {
      "timestamp": 1677260342078867639,
      "junos": {
        "chassis": {
          "cmerror": {
            "configuration": {
              "": {
                "last-configuration-change": 1677097399950,
                "wrap-cycle-marker": 0,
                "fru-slot": 0,
                "fru-type": "fpc"
              }
            }
          }
        }
      }
    }
  }
}
{
  "response": {
    "update": {
      "timestamp": 1677260342079069954,
      "junos": {
        "chassis": {
          "cmerror": {
            "configuration": {
              "/sib/2/fabspoked-fchip/2/cm/0/fchip/0/Cell_drop_errors": {
                "fru-slot": 2,
                "fru-type": "sib",
                "identifier": "/sib/2/fabspoked-fchip/2/cm/0/fchip/0/Cell_drop_errors",
                "error-name": "Cell_drop_errors",
                "component-id": 6,
                "limit": 0,
                "raising-threshold": 1,
                "clearing-threshold": 0,
                "action": 5,
                "scope": "board",
                "category": "internal",
                "severity": "major",
                "threshold": 1,
                "action-handling-type": 0,
                "configured-threshold": 1,
                "configured-limit": 10,
                "configured-action": 4,
                "configured-clear-action": 8
              }
            }
          }
        }
      }
    }
  }
}

Solution

Resolved in Junos 22.4R3-EVO and later releases. Added the configuration name for first 4 leaves and fixed the wrap_cycle-marker along with fru_type,slot mismatch. 

.

Modification History

2023-8-31: Initial Publication.