cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who Me Too'd this topic

QoS data details

L4 Transporter

Hello

 

I'm trying to read (and store) the QoS data (using API calls). Reading the data is working fine (for physical interface and for tunnel interface).

But I'm not sure how to interpret the data. The result was translated into xpath and value:

/node/classes/class[@classid='7']/priority 0
/node/classes/class[@classid='7']/eg-bw 1
/node/classes/class[@classid='7']/em-bw 500000
/node/classes/class[@classid='7']/pass-bytes 7582778023
/node/classes/class[@classid='7']/wred-bytes 15013905
/node/classes/class[@classid='7']/tmot-bytes 0
/node/classes/class[@classid='7']/delay 1
/node/classes/class[@classid='7']/qlength 4

 

My unterstanding below, please help/correct

priority = 0 --> low prio

eg-bw = guaranteed bandwidth

em-bw = max bandwidth

pass-bytes = bytes passed in this class? is this a 64bit signed integer?

wred-bytes = bytes discarded (wred)? is this a 64bit signed integer?

tmot-bytes = ?

delay = packed delay in ms?

qlength = bytes waiting for being transported?

Who Me Too'd this topic