Description

The software version does not return any value for QFX5110/QFX5200 when telemetry sensor is used to retrieve.

Symptoms

Junos version will not return the value from telemetry.

GNMI run from VM  
root@ubuntu:~# gnmic -a $x.x.x.x -u $username -p $password subscribe --path /components/component/state --insecure --port 50051 | grep version
      "Path": "state/hardware-version",
        "state/hardware-version": "REV 01"
      "Path": "state/hardware-version",
        "state/hardware-version": "REV 01"
      |
      |

      "Path": "state/hardware-version",
        "state/hardware-version": "REV 04"


 

Solution

Junos version is not handled correctly, this is fixed in later release. 

Resolved-In
junos:21.4R3-S4 junos:22.1R3-S2 junos:22.1R3-S3 junos:22.2R3 junos:22.2R3-S1 junos:22.3R2-S1 junos:22.3R3 junos:22.4R2 junos:23.1R2 junos:23.2R1

GNMI Run from VM after the fix
root@ubuntu:~# gnmic -a $x.x.x.x -u $username -p $password subscribe --path /components/component/state --insecure --port 50051 | grep version
      "Path": "state/software-version",
        "state/software-version": "21.4R3-S4" 
      "Path": "state/hardware-version",
        "state/hardware-version": "REV 27"
      "Path": "state/software-version",
        "state/software-version": "21.4R3-S4"
      "Path": "state/hardware-version",
        "state/hardware-version": "REV 01"
      |
      |

      "Path": "state/hardware-version",
        "state/hardware-version": "REV 01"
      "Path": "state/hardware-version",

Modification History

2023-10-03