NETGEAR-QOS-DIFFSERV-PRIVATE-MIB

NETGEAR-QOS-DIFFSERV-PRIVATE-MIB Download

MIBs list

The Netgear Private MIB for DiffServ

IPHost Network Monitor offer an easy way of SNMP monitoring your NETGEAR Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for NETGEAR-QOS-DIFFSERV-PRIVATE-MIB

agentDiffServGenStatusAdminMode
DiffServ Admin Mode
agentDiffServGenStatusClassTableSize
Current size of the Class Table
agentDiffServGenStatusClassTableMax
Max size of the Class Table
agentDiffServGenStatusClassRuleTableSize
Current size of Class Rule Table
agentDiffServGenStatusClassRuleTableMax
Max size of the Class Rule Table.
agentDiffServGenStatusPolicyTableSize
Current Size of the Policy Table.
agentDiffServGenStatusPolicyTableMax
Max size of the Policy Table
agentDiffServGenStatusPolicyInstTableSize
Current size of the Policy-Class Instance Table
agentDiffServGenStatusPolicyInstTableMax
Max size of the Policy-Class Instance Table
agentDiffServGenStatusPolicyAttrTableSize
Current size of the Policy Attribute Table
agentDiffServGenStatusPolicyAttrTableMax
Max size of the Policy Attribute Table
agentDiffServGenStatusServiceTableSize
Current size of the Service Table
agentDiffServGenStatusServiceTableMax
Max size of the Service Table
agentDiffServClassIndexNextFree
This object contains an unused value for classIndex, or a zero to indicate that none exists.
agentDiffServClassTable
A table of the DiffServ class entries
agentDiffServClassEntry
Represents entry for a DiffServ traffic class
agentDiffServClassIndex
The identifier for DiffServ Class entry
agentDiffServClassName
Name of the DiffServ traffic class
agentDiffServClassType
The class type indicates how the individual class match criteria are evaluated. For type all, all of the individual match conditions must be true for a packet to be considered a member of the class. For types any and acl, only one of the match criteria ...
agentDiffServClassAclNum
The access list number used to define the match conditions for the DiffServ class. This attribute is only valid if the value of agentDiffServClassType is set to acl(3). Match conditions are copied from the ACL definition at the time the class is created ...
agentDiffServClassRuleIndexNextFree
This object contains an unused value for classRuleIndex, or a zero to indicate that none exists. This index is maintained on a per-class basis.
agentDiffServClassStorageType
Storage-type for this conceptual row
agentDiffServClassRowStatus
The status of this conceptual row. Entries can not be deleted until all rows in agentDiffServClassRuleTable with corresponding values of agentDiffServClassIndex have been deleted.
agentDiffServClassAclType
The access list type used to define the match conditions for the DiffServ class. This attribute is only valid if the value of agentDiffServClassType is set to acl(3). When this attribute is set to ip(1), the agentDiffServClassAclNum object is interpreted ...
agentDiffServClassRuleTable
A table of the DiffServ Class Rule entries
agentDiffServClassRuleEntry
Represents entry for a set of class-match rules
agentDiffServClassRuleIndex
The identifier for DiffServ Class Rule Table entry within a class
agentDiffServClassRuleMatchEntryType
Class Rule match entry type, it determines which one of the individual match conditions is defined for the present class rule. This object must be created before any other match object in this row.
agentDiffServClassRuleMatchCos
Three-bit user priority field in the 802.1Q tag header of a tagged Ethernet frame used as a class-match parameter - only valid if the agentDiffServClassRuleMatchEntryType is set to cos(1). For frames containing a double VLAN tag, this field is located in ...
agentDiffServClassRuleMatchDstIpAddr
Destination IP address match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstip(2).
agentDiffServClassRuleMatchDstIpMask
Destination IP address mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstip(2). This mask value identifies the portion of agentDiffServClassRuleMatchDstIpAddr that is compared against a packet. A non-cont ...
agentDiffServClassRuleMatchDstL4PortStart
Destination layer 4 port range start match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstl4port(3).
agentDiffServClassRuleMatchDstL4PortEnd
Destination layer 4 port range end match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstl4port(3).
agentDiffServClassRuleMatchDstMacAddr
Destination MAC address match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstmac(4).
agentDiffServClassRuleMatchDstMacMask
Destination MAC address mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to dstmac(4). This mask value identifies the portion of agentDiffServClassRuleMatchDstMacAddr that is compared against a packet. A non-c ...
agentDiffServClassRuleMatchEvery
Flag to indicate that the class rule is defined to match on every packet, regardless of content. - only valid if the agentDiffServClassRuleMatchEntryType is set to every(5).
agentDiffServClassRuleMatchIpDscp
IP DiffServ Code Point (DSCP) match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to ipdscp(6). The DSCP is defined as the high-order six bits of the Service Type octet in the IPv4 header.
agentDiffServClassRuleMatchIpPrecedence
IP Precedence match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to ipprecedence(7). The Precedence bits are defined as the high-order three bits of the Service Type octed in the IPv4 header.
agentDiffServClassRuleMatchIpTosBits
IP TOS bits match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to iptos(8). The TOS bits are defined as all eight bits of the Service Type octet in the IPv4 header.
agentDiffServClassRuleMatchIpTosMask
IP TOS bits mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to iptos(8). This mask value identifies the portion of agentDiffServClassRuleMatchIpTosBits that is compared against a packet. A non-contiguous mask ...
agentDiffServClassRuleMatchProtocolNum
Protocol number match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to protocol(9).
agentDiffServClassRuleMatchRefClassIndex
Index of the corresponding referenced class - only valid if the agentDiffServClassRuleMatchEntryType is set to refclass(10). The set of match conditions defined for the reference class are directly inherited by the current class. Restrictions: 1) The clas ...
agentDiffServClassRuleMatchSrcIpAddr
Source IP address match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcip(11).
agentDiffServClassRuleMatchSrcIpMask
Source IP address mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcip(11). This mask value identifies the portion of agentDiffServClassRuleMatchSrcIpAddr that is compared against a packet. A non-contiguo ...
agentDiffServClassRuleMatchSrcL4PortStart
Source layer 4 port range start match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcl4port(12).
agentDiffServClassRuleMatchSrcL4PortEnd
Source layer 4 port range end match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcl4port(12).
agentDiffServClassRuleMatchSrcMacAddr
Source MAC address match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcmac(13).
agentDiffServClassRuleMatchSrcMacMask
Source MAC address mask match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to srcmac(13). This mask value identifies the portion of agentDiffServClassRuleMatchSrcMacAddr that is compared against a packet. A non-conti ...
agentDiffServClassRuleMatchVlanId
VLAN ID match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlan(14). This object is obsoleted by agentDiffServClassRuleMatchVlanIdStart and agentDiffServClassRuleMatchVlanIdEnd.
agentDiffServClassRuleMatchExcludeFlag
Class Rule exclude flag - when set to true(1), the match condition identified by agentDiffServClassRuleMatchEntryType is negated. This means that for a given field, every value is considered to be a match EXCEPT for the value specified in the class rule. ...
agentDiffServClassRuleStorageType
Storage-type for this conceptual row
agentDiffServClassRuleRowStatus
The status of this conceptual row.
agentDiffServClassRuleMatchCos2
Three-bit user priority field in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame used as a class-match parameter - only valid if the agentDiffServClassRuleMatchEntryType is set to cos2(15).
agentDiffServClassRuleMatchEtypeKey
Ethertype keyword match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to etype(16). A keyword of custom(1) requires that the agentDiffServClassRuleMatchEtypeValue object also be set.
agentDiffServClassRuleMatchEtypeValue
Ethertype match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to etype(16) and the agentDiffServClassRuleMatchEtypeKey is set to custom(1). The allowed value for this object is 0x0600 to 0xFFFF.
agentDiffServClassRuleMatchVlanIdStart
VLAN ID range start match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlanid(17). The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained ...
agentDiffServClassRuleMatchVlanIdEnd
VLAN ID range end match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlanid(17). The VLAN ID field is defined as the 12-bit VLAN identifier in the 802.1Q tag header of a tagged Ethernet frame. This is contained i ...
agentDiffServClassRuleMatchVlanId2Start
Secondary VLAN ID range start match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlanid2(18). The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double ...
agentDiffServClassRuleMatchVlanId2End
Secondary VLAN ID range end match value for the class - only valid if the agentDiffServClassRuleMatchEntryType is set to vlanid2(18). The Secondary VLAN ID field is defined as the 12-bit VLAN identifier in the second/inner 802.1Q tag header of a double VL ...
agentDiffServPolicyIndexNextFree
This object contains an unused value for agentDiffServPolicyIndex, or a zero to indicate that none exists.
agentDiffServPolicyTable
A table of the DiffServ policy entries.
agentDiffServPolicyEntry
Represents entry for a DiffServ policy.
agentDiffServPolicyIndex
The identifier for DiffServ Policy table entry.
agentDiffServPolicyName
Name of the policy
agentDiffServPolicyType
The policy type dictates whether inbound or outbound policy attribute statements are used in the policy definition.
agentDiffServPolicyInstIndexNextFree
This object contains an unused value for agentDiffServPolicyInstIndex, or a zero to indicate that none exists. This index is maintained on a per-policy basis.
agentDiffServPolicyStorageType
Storage-type for this conceptual row
agentDiffServPolicyRowStatus
The status of this conceptual row. Entries can not be deleted until all rows in agentDiffServPolicyInstTable with corresponding values of agentDiffServPolicyIndex have been deleted.
agentDiffServPolicyInstTable
A table of the policy-class instance entries.
agentDiffServPolicyInstEntry
Represents entry for a policy-class instance.
agentDiffServPolicyInstIndex
The identifier for policy-class Instance table entry within a policy.
agentDiffServPolicyInstClassIndex
Index of the DiffServ Class Table row, whose class definition is used as the policy class instance. The class index identifies the classifier definition used by the policy to establish an instance of that class (to which policy attributes can be attached) ...
agentDiffServPolicyInstAttrIndexNextFree
This object contains an unused value for agentDiffServPolicyAttrIndex, or a zero to indicate that none exists. This index is maintained on a per-policy-class-instance basis.
agentDiffServPolicyInstStorageType
Storage-type for this conceptual row.
agentDiffServPolicyInstRowStatus
The status of this conceptual row. Entries can not be deleted until all rows in agentDiffServPolicyAttrTable with corresponding values of agentDiffServPolicyIndex and agentDiffServPolicyInstIndex have been deleted.
agentDiffServPolicyAttrTable
A table of policy attribute entries
agentDiffServPolicyAttrEntry
Represents entry for policy attributes
agentDiffServPolicyAttrIndex
The identifier for policy-attribute entry
agentDiffServPolicyAttrStmtEntryType
Policy attribute statement entry type -- this entry type is essential to determine which of the individual object(s) is defined for this policy attribute statement. This object must be created before any other policy attribute statement object in the row. ...
agentDiffServPolicyAttrStmtBandwidthCrate
Bandwidth committed rate attribute statement value -- identifies the minimum amount of bandwidth to be reserved for the specified class instance within the policy. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to ...
agentDiffServPolicyAttrStmtBandwidthCrateUnits
Bandwidth committed rate units attribute statement value -- this value determines the interpretation of the agentDiffServPolicyAttrStmtBandwidthCrate object as either kilobits-per-second or as a percentage of interface link speed. This attribute is only v ...
agentDiffServPolicyAttrStmtExpediteCrate
Expedited (bandwidth) committed rate attribute statement value -- it identifies the maximum guaranteed amount of bandwidth to be reserved for the specified class instance within the policy. This attribute is only valid if the value of agentDiffServPolicyA ...
agentDiffServPolicyAttrStmtExpediteCrateUnits
Expedited (bandwidth) committed rate units attribute statement value -- determines the interpretation of the agentDiffServPolicyAttrStmtExpediteCrate object as either kilobits-per-second or as a percentage of interface link speed. This attribute is only v ...
agentDiffServPolicyAttrStmtExpediteCburst
Expedited (bandwidth) committed burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to expedite(2).
agentDiffServPolicyAttrStmtMarkCosVal
Three-bit user priority field value in the 802.1Q tag header of a tagged Ethernet frame, marked as part of the inbound policy for a class instance. For frames containing a double VLAN tag, this field is located in the first/outer tag. This attribute is o ...
agentDiffServPolicyAttrStmtMarkIpDscpVal
Specified IP DSCP value to mark in all inbound packets belonging to the class-instance. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to markIpDscpVal(4).
agentDiffServPolicyAttrStmtMarkIpPrecedenceVal
Specified IP Precedence value to mark in all inbound packets belonging to the class-instance. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to markIpPrecedenceVal(5).
agentDiffServPolicyAttrStmtPoliceConformAct
Policing conform action attribute statement value -- determines the action taken on conforming traffic for the policing style (simple,singlerate,tworate) currently configured for the specified class instance within the policy. The default conform action i ...
agentDiffServPolicyAttrStmtPoliceConformVal
Policing conform value attribute statement -- used to mark conforming packets when the conform action is one of the following: markdscp(2) - mark IP DSCP field markprec(3) - mark IP Precedence field markcos(5) - mark 802.1p CoS field (first/only tag) mar ...
agentDiffServPolicyAttrStmtPoliceExceedAct
Policing exceed action attribute statement value -- determines the action taken on excess traffic for the policing style (singlerate, tworate) currently configured for the specified class instance within the policy. The default exceed action is drop(1). ...
agentDiffServPolicyAttrStmtPoliceExceedVal
Policing exceed value attribute statement -- used to mark excess packets when the exceed action is one of the following: markdscp(2) - mark IP DSCP field markprec(3) - mark IP Precedence field markcos(5) - mark 802.1p CoS field (first/only tag) markcos2( ...
agentDiffServPolicyAttrStmtPoliceNonconformAct
Policing non-conform action attribute statement value -- determines the action taken on nonconforming traffic for the policing style (simple, singlerate,tworate) currently configured for the specified class instance within the policy. The default non-conf ...
agentDiffServPolicyAttrStmtPoliceNonconformVal
Policing non-conform value attribute statement -- used to mark nonconforming packets when the nonconform action is one of the following: markdscp(2) - mark IP DSCP field markprec(3) - mark IP Precedence field markcos(5) - mark 802.1p CoS field (first/onl ...
agentDiffServPolicyAttrStmtPoliceSimpleCrate
Simple policing committed rate attribute statement value, specified in kbps. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSimple(6).
agentDiffServPolicyAttrStmtPoliceSimpleCburst
Simple policing committed burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSimple(6).
agentDiffServPolicyAttrStmtPoliceSinglerateCrate
Single-rate policing committed rate attribute statement value, specified in kbps. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7).
agentDiffServPolicyAttrStmtPoliceSinglerateCburst
Single-rate policing committed burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7).
agentDiffServPolicyAttrStmtPoliceSinglerateEburst
Single-rate policing excess burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeSinglerate(7).
agentDiffServPolicyAttrStmtPoliceTworateCrate
Two-rate policing committed rate attribute statement value, specified in kbps. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeTworate(8).
agentDiffServPolicyAttrStmtPoliceTworateCburst
Two-rate policing committed burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeTworate(8).
agentDiffServPolicyAttrStmtPoliceTworatePrate
Two-rate policing peak rate attribute statement value, specified in kbps. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeTworate(8).
agentDiffServPolicyAttrStmtPoliceTworatePburst
Two-rate policing peak burst size attribute statement value, specified in Kbytes. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to policeTworate(8).
agentDiffServPolicyAttrStmtRandomdropMinThresh
Random drop minimum threshold attribute statement value -- the average queue depth minimum threshold in bytes used by the WRED algorithm. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to randomdrop(9).
agentDiffServPolicyAttrStmtRandomdropMaxThresh
Random drop maximum threshold attribute statement value -- the average queue depth maximum threshold in bytes used by the WRED algorithm. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to randomdrop(9).
agentDiffServPolicyAttrStmtRandomdropMaxDropProb
Random drop maximum drop probability attribute statement value -- the packet drop probability when the queue depth average reaches its maximum threshold. It is expressed as a percentage, and is an integer from 0 to 100. This attribute is only valid if th ...
agentDiffServPolicyAttrStmtRandomdropSamplingRate
Random drop sampling rate attribute statement value -- the period at which the queue depth is sampled for computing an average, expressed in microseconds. This value is an integer from 0 to 1000000, with a default value of 0 (meaning per packet sampling). ...
agentDiffServPolicyAttrStmtRandomdropDecayExponent
Random drop decay exponent attribute statement value -- determines how quickly the average queue length calculation decays over time, with a higher number causing a slower decay. This value is an integer from 0 to 16, with a default of 9. This attribute i ...
agentDiffServPolicyAttrStmtShapeAverageCrate
Average-rate shaping committed rate attribute statement value, specified in kbps -- used to establish average rate traffic shaping for the specified class , which limits transmissions for the class to the committed information rate, with any excess traffi ...
agentDiffServPolicyAttrStmtShapePeakCrate
Peak-rate shaping committed rate attribute statement value, specified in kbps -- used to establish peak rate traffic shaping for the specified class , which allows transmissions for the class to exceed the committed information rate by sending excess traf ...
agentDiffServPolicyAttrStmtShapePeakPrate
Peak-rate shaping peak rate attribute statement value, specified in kbps -- used to establish peak rate traffic shaping for the specified class, which allows transmissions for the class to exceed the committed information rate by sending excess traffic wi ...
agentDiffServPolicyAttrStorageType
Storage-type for this conceptual row.
agentDiffServPolicyAttrRowStatus
The status of this conceptual row.
agentDiffServPolicyAttrStmtAssignQueueId
Queue identifier to which all inbound packets belonging to this class-instance are directed. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to assignQueue(12).
agentDiffServPolicyAttrStmtDrop
Flag to indicate that all inbound packets belonging to this class-instance are dropped at ingress. This attribute is only valid if the agentDiffServPolicyAttrStmtEntryType is set to drop(13).
agentDiffServPolicyAttrStmtMarkCos2Val
Three-bit user priority field value in the second/inner 802.1Q tag header of a double VLAN tagged Ethernet frame, marked as part of the inbound policy for a class instance. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType ...
agentDiffServPolicyAttrStmtPoliceColorConformIndex
Index of the DiffServ Class Table row whose class definition is used to specify the policing color conform mode and value. This identifies incoming traffic categorized as 'green' packets in the network. This attribute is only valid if the value of agent ...
agentDiffServPolicyAttrStmtPoliceColorConformMode
Policing color conform mode -- indicates the color awareness mode of conforming traffic for the policing style (simple, singlerate, or tworate) currently configured for the specified class instance within the policy. The default value is blind(1). Any va ...
agentDiffServPolicyAttrStmtPoliceColorConformVal
Policing color conform value -- indicates the color awareness packet mark value of conforming traffic for the policing style (simple, singlerate, or tworate) currently configured for the specified class instance within the policy. For the color conform fi ...
agentDiffServPolicyAttrStmtPoliceColorExceedIndex
Index of the DiffServ Class Table row whose class definition is used to specify the policing color exceed mode and value. This identifies incoming traffic categorized as 'yellow' packets in the network. This attribute is only valid if the value of agent ...
agentDiffServPolicyAttrStmtPoliceColorExceedMode
Policing color exceed mode -- indicates the color awareness mode of exceeding traffic for the policing style (singlerate or tworate) currently configured for the specified class instance within the policy. The default value is blind(1). Any value other t ...
agentDiffServPolicyAttrStmtPoliceColorExceedVal
Policing color exceed value -- indicates the color awareness packet mark value of exceeding traffic for the policing style (singlerate or tworate) currently configured for the specified class instance within the policy. For the color exceed field indicate ...
agentDiffServPolicyAttrStmtRedirectIntf
External interface number to which all inbound packets belonging to this class-instance are redirected. This attribute is only valid if the value of agentDiffServPolicyAttrStmtEntryType is set to redirect(15).
agentDiffServPolicyPerfInTable
A table of inbound policy-class performance entries
agentDiffServPolicyPerfInEntry
Represents entry for the performance attributes of the associated inbound policy-class instance
agentDiffServPolicyPerfInOfferedOctets
Offered octets count for the inbound policy-class instance performance entry.
agentDiffServPolicyPerfInOfferedPackets
Offered packets count for the inbound policy-class instance performance entry.
agentDiffServPolicyPerfInDiscardedOctets
Discarded octets count for the inbound policy-class instance performance entry.
agentDiffServPolicyPerfInDiscardedPackets
Discarded packets count for the inbound policy-class instance performance entry.
agentDiffServPolicyPerfInHCOfferedOctets
Offered octets high capacity count for the inbound policy-class instance performance entry.
agentDiffServPolicyPerfInHCOfferedPackets
Offered packets high capacity count for the inbound policy-class instance performance entry.
agentDiffServPolicyPerfInHCDiscardedOctets
Discarded octets high capacity count for the inbound policy-class instance performance entry.
agentDiffServPolicyPerfInHCDiscardedPackets
Discarded packets high capacity count for the inbound policy-class instance performance entry.
agentDiffServPolicyPerfInStorageType
Storage-type for this conceptual row.
agentDiffServPolicyPerfInRowStatus
The status of this conceptual row.
agentDiffServPolicyPerfOutTable
A table of outbound policy-class performance entries
agentDiffServPolicyPerfOutEntry
Represents entry for the performance attributes of the associated outbound policy-class instance
agentDiffServPolicyPerfOutTailDroppedOctets
Tail-dropped octets count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutTailDroppedPackets
Tail-dropped packets count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutRandomDroppedOctets
Random-dropped octets count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutRandomDroppedPackets
Random-dropped packets count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutShapeDelayedOctets
Shape-delayed octets count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutShapeDelayedPackets
Shape-delayed packets count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutSentOctets
Sent octets count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutSentPackets
Sent packets count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutHCTailDroppedOctets
Tail-dropped octets high capacity count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutHCTailDroppedPackets
Tail-dropped packets high capacity count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutHCRandomDroppedOctets
Random-dropped octets high capacity count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutHCRandomDroppedPackets
Random-dropped packets high capacity count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutHCShapeDelayedOctets
Shape-delayed octets high capacity count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutHCShapeDelayedPackets
Shape-delayed packets high capacity count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutHCSentOctets
Sent octets high capacity count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutHCSentPackets
Sent packets high capacity count for the outbound policy-class instance performance entry.
agentDiffServPolicyPerfOutStorageType
Storage-type for this conceptual row.
agentDiffServPolicyPerfOutRowStatus
The status of this conceptual row.
agentDiffServServiceTable
A table of the service entries.
agentDiffServServiceEntry
Represents entry for policy assigned to an interface in a particular direction.
agentDiffServServiceIfIndex
External interface number of the interface to which policy is assigned.
agentDiffServServiceIfDirection
Interface direction to which the policy is assigned.
agentDiffServServicePolicyIndex
Index of the Policy Table row whose policy definition is attached to the interface in the specified direction.
agentDiffServServiceIfOperStatus
The current operational state of the DiffServ service interface. If agentDiffServGenStatusAdminMode is disable(2) then agentDiffServServiceIfOperStatus should be down(2). If agentDiffServServiceGenStatusAdminMode is changed to enable(1) then agentDiffSe ...
agentDiffServServiceStorageType
Storage-type for this conceptual row
agentDiffServServiceRowStatus
The status of this conceptual row.
agentDiffServServicePerfTable
A table of service performance entries.
agentDiffServServicePerfEntry
Represents a service performance entry.
agentDiffServServicePerfOfferedOctets
Offered octets count for the specified service interface and direction
agentDiffServServicePerfOfferedPackets
Offered packets count for specified service interface and direction
agentDiffServServicePerfDiscardedOctets
Discarded octets count for the specified service interface and direction
agentDiffServServicePerfDiscardedPackets
Discarded packets count for the specified service interface and direction
agentDiffServServicePerfSentOctets
Sent octets count for the specified service interface and direction
agentDiffServServicePerfSentPackets
Sent packets count for the specified service interface and direction
agentDiffServServicePerfHCOfferedOctets
Offered octets high capacity count for the specified service interface and direction
agentDiffServServicePerfHCOfferedPackets
Offered packets high capacity count for the specified service interface and direction
agentDiffServServicePerfHCDiscardedOctets
Discarded octets high capacity count for the specified service interface and direction
agentDiffServServicePerfHCDiscardedPackets
Discarded packets high capacity count for the specified service interface and direction
agentDiffServServicePerfHCSentOctets
Sent octets high capacity count for the specified service interface and direction
agentDiffServServicePerfHCSentPackets
Sent packets high capacity count for the specified service interface and direction

MIBs list