Description

On PTX10003 platforms, the value of the openconfig/components/component/*/properties/property/power_input1_usage/state/value telemetry path reported “unknown”

 

root@router# run show chassis power detail 

Chassis Power    Input(V)   Used(W)

 

Total Power             695

 

 PDU 0               695

  PSM 1

   State: Online

   Input 1      53     368 <<<<<<<<<<<<<< pls refer here 

   Capacity:     3000 W (maximum 3000 W)

  PSM 2

   State: Online

   Input 1      53     327

   Capacity:     3000 W (maximum 3000 W)

 

 

system_id: "router"

component_id: 65535

 

 

sub_component_id: 0

sensor_name: "interface_stats:/components/component/:/components/component/:re0/hwdre"

sequence_number: 125

timestamp: 1724767866565

version_major: 1

version_minor: 0

eom: false

enterprise {

 [juniperNetworks] {

  [jnpr_components_re_ext] {

   component {

    name: "PSM1"

. . .

     property {

      name: "power_input1_usage"

      state {

       value: "Unknown" <<<<<<<< pls refer here

       configurable: false

      }

     }

     property {

      name: "state"

      state {

       value: "Online"

       configurable: false

      }

     }

    }

   }

  }

 }

}

 

 

 

 

Symptoms

This issue might be seen if the following conditions are met:

  1. On Junos OS Evolved PTX10003 platforms
  2. When Telemetry streaming for power usage.

The value of the openconfig/components/component/*/properties/property/power_input1_usage/state/value telemetry path reported “unknown”


Solution

This is addressed from the 23.4R2 onwards.

After the fix:

root@router> show chassis power 
Sep 24 07:57:27
Chassis Power        Input(V)      Used(W)

Total Power                         1926

  PDU 0                             1926
    PSM 0
      State: Online
      Input 1           228         1044  <<<<<<<<<<<<< pls refer here 
      Capacity:          3000 W (maximum 3000 W)
    PSM 1
      State: Offline
      Capacity:          0 W (maximum 0 W)
    PSM 2
      State: Online
      Input 1           230          882
      Capacity:          3000 W (maximum 3000 W)
    PSM 3
      State: Offline
      Capacity:          0 W (maximum 0 W)
System:
  Zone 0:
      Capacity:          6000 W (maximum 6000 W)
      Allocated power:   4650 W (1350 W remaining)
      Actual usage:      1926 W
  Total system capacity: 6000 W (maximum 6000 W)
  Total remaining power: 1350 W
  
  
  
component_id: 65535
sub_component_id: 0
sensor_name: "interface_stats:/components/component/:/components/component/:re0/hwdre"
sequence_number: 1202
timestamp: 1727189930690
version_major: 1
version_minor: 0
eom: false
enterprise {
  [juniperNetworks] {
    [jnpr_components_re_ext] {
      component {
        name: "PSM0"
        properties {
          property {
            name: "Temperature"
            state {
              value: "30 degrees C / 86 degrees F"
              configurable: false
            }
          }
          property {
            name: "fru-failed"
            state {
              value: "FALSE"
              configurable: false
            }
          }
          property {
            name: "fru-model-number"
            state {
              value: "JNP-3000W-AC-AFO"
              configurable: false
            }
          }
          property {
            name: "hardware-rev"
            state {
              value: "REV 07"
              configurable: false
            }
          }
          property {
            name: "manufacture-date"
            state {
              value: "2019-10-24"
              configurable: false
            }
          }
          property {
            name: "power-capacity-maximum"
            state {
              value: "3000"
              configurable: false
            }
          }
          property {
            name: "power-capacity-usage"
            state {
              value: "3000"
              configurable: false
            }
          }
          property {
            name: "power_input1_usage" <<<<<< pls refer here
            state {
              value: "1044"  <<<<<<<<<<<< pls refer here 
              configurable: false
            }
          }
          property {
            name: "state"
            state {
              value: "Online"
              configurable: false
            }
          }
          property {
            name: "temperature-status"
            state {
              value: "Unknown"
              configurable: false
            }
          }
        }
      }
    }
  }
}

 

Modification History

2024-11-22 : Article Created