Configure a static delay value for Gi0/0/0/0.12 under performance-measurement. Add an additional sensor-path which exports the performance measurement delay for only this interface.
This path is a bit easier to find. First I use yang-operational to find the YANG model that contains the show output for performance-measurement:
Next, I limit the output to only interface Gi0/0/0/0.12. This is very similar to limiting the output of the interface’s general statistics we saw in the “Filtering Data using XPATH” lab.
At this point, you can be done with the path. Optionally, you can continue drilling down onto just the minimum advertised value. I found this path by copying and pasting the output from run mdt_exec into python and using pprint.