Index |
The unique interface index. |
OutPkts |
The number of packets transmitted on the related interface
since its last change to the 'up' state. |
OutOctets |
The number of octets transmitted on the related interface
since its last change to the 'up' state. |
PktsQueued |
The number of data packets enqueued and waiting to be sent
across the related interface. |
OctetsQueued |
The amount of data (in octets) enqueued waiting to be sent
across the related interface. |
PktsDropped |
The number of data packets dropped during congestion. |
OctetsDropped |
The representation of qosIfStatPktsDropped in octets. |
State |
This object allows statistics to be reinitialized.
Possible values:
running(1) = no reset of statistics
reset(2) = reset all counters in this entry except
counters for queued packets and octets.
resetall(3) = perform the same action as reset(2) and
additionally perform reset action on
associated entries of the qosPolicyStatTable
and qosTosStatTable for the same interface.
When the reset action is over, this object is automatically
restored to its 'running(1)' default state. Enumerations: - running (1)
- reset (2)
- resetall (3)
|