CieIfUtilEntry¶
-
class
CISCOIFEXTENSIONMIB::CieIfUtilTable::CieIfUtilEntry¶ Bases:
EntityClass Hierarchy :
CISCOIFEXTENSIONMIBCieIfUtilTableCieIfUtilEntryThis class represents state data.
An entry containing utilization rates for the
interface.
Every interface for which the inbound and
outbound traffic information is available
has a corresponding entry in this table.
-
ifindex(key)¶ type: int
range: 1..2147483647
refers to:
ifindexconfig: False
-
cieifinpktrate¶ By default, this is the five minute exponentially-decayed moving average of the inbound packet rate for this interface. However, if the corresponding instance of cieIfInterval is instantiated with a value which specifies an interval different from 5-minutes, then cieIfInPktRate is the exponentially-decayed moving average of inbound packet rate over this different time interval
type: int
range: 0..18446744073709551615
config: False
units: packets per second
-
cieifinoctetrate¶ By default, this is the five minute exponentially-decayed moving average of the inbound octet rate for this interface. However, if the corresponding instance of cieIfInterval is instantiated with a value which specifies an interval different from 5-minutes, then cieIfInOctetRate is the exponentially-decayed moving average of inbound octet rate over this different time interval
type: int
range: 0..18446744073709551615
config: False
units: octets per second
-
cieifoutpktrate¶ By default, this is the five minute exponentially-decayed moving average of the outbound packet rate for this interface. However, if the corresponding instance of cieIfInterval is instantiated with a value which specifies an interval different from 5-minutes, then cieIfOutPktRate is the exponentially-decayed moving average of outbound packet rate over this different time interval
type: int
range: 0..18446744073709551615
config: False
units: packets per second
-
cieifoutoctetrate¶ By default, this is the five minute exponentially-decayed moving average of the outbound octet rate for this interface. However, if the corresponding instance of cieIfInterval is instantiated with a value which specifies an interval different from 5-minutes, then cieIfOutOctetRate is the exponentially-decayed moving average of outbound octet rate over this different time interval
type: int
range: 0..18446744073709551615
config: False
units: octets per second
-
cieifinterval¶ This object specifies the time interval over which the inbound and outbound traffic rates are calculated for this interface
type: int
range: 1..4294967295
config: False
units: seconds
-