Description

This article explains the issue wherein for SRTE traffic, no data can be seen in the Network >> Topology >> View >> Traffic.

Symptoms

Only traffic for SRTE is not seen under Network > Topology >> Select the LSP >> View >> Traffic.

The Traffic charts show data for RSVP traffic but no data for SRTE traffic.

Solution

  • First, confirm if you have exposed the sensors and enabled the stats for SR-TE for the router. To check this, you can refer to the document mentioned here.


  • If this config is present on the device, then need to check if the data is present in the DB:


kubectl -n healthbot exec -ti `kubectl get po -n healthbot | grep influxdb | awk '{print $1}'` -- influx --precision rfc3339 -database hb-default:controller:ios-xr8 -execute "select * from \"controller.telemetry/ctrl-label-switched-path-aggregation\" ORDER BY time DESC LIMIT 39"


  • If data can be seen in this, that means Paragon is able to get the data into it.


  • In this case, it is an issue with the API call getting the data from Paragon. This will be resolved in Paragon Automation version 24.1.1 which is expected to be out in Oct, 2025.






Modification History

2025-10-02 : Article Created