Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Leaf-Level Support for PFE Sensors

You can configure leaf-level resource paths for telemetry data export on network devices to reduce computational overhead and bandwidth usage. This feature allows selective querying of specific data elements, such as interface operational status or packet counters, instead of exporting data for all instances of a resource. By focusing on relevant leaves, you obtain precise information efficiently, enhancing performance for telemetry collectors.

Using this leaf level support feature, any path till a given element can be configured and just data corresponding to that element is exported.

The following XPATH leaf options are supported:

  • Precise leaf such as /interfaces/interface[name='et-1/0/35']/state/counters/in-pkts

  • A container within the path such as /interfaces/interface[name='et-1/0/35']/state/counters/

  • A list within the path /interfaces/interface/

  • Exported leafs for IFD/IFL/Queues

Following is the full list of leafs that are exported for physical, logical interfaces and their associated queues.

  • IFD or Physical Interfaces
  • IFD Queues
  • IFL or Logical Interfaces
  • IFL Queues
Note:
  • Leaf level support is applicable to both gRPC and gNMI transport modes.
  • Leaf level subscription is not supported for leaves where configuration and exported paths are different.