cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
820
Views
2
Helpful
4
Replies

How to monitor Interfaces input/output rate using telemetry?

Tacara
Level 1
Level 1

I am looking for a way to monitor the interface input an output rates using telemetry.

The openconfig has the in/out-octets but you have to do the calculation with the previous value to find the actual traffic.

There is a path that show the exact input and output rates?

/interfaces/interface/state/counters/in-octets

4 Replies 4

Tacara
Level 1
Level 1

Its for NXOS.

Have a look at these two containers from Cisco-NX-OS-device.yang, they contain some leaves with "rate" infos (rateInterval, OctetRate) maybe those can be used?

/System/intf-items/phys-items/PhysIf-list/dbgIfIn-items/
/System/intf-items/phys-items/PhysIf-list/dbgIfOut-items/

haimskira7401
Level 1
Level 1

did you have that metrics for port-channel interface ?

Marcel Zehnder
Spotlight
Spotlight

/System/intf-items/aggr-items/AggrIf-list/dbgIfIn-items/
/System/intf-items/aggr-items/AggrIf-list/dbgIfOut-items/

HTH