DSMON-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: DSMON-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 dsmonMIB 1.3.6.1.2.1.16.26
This module defines Remote Monitoring MIB extensions for Differentiated Services enabled networks. RMON DIFFSERV DSCP statistics * Per Counter Aggregation Group * Per Protocol Per Counter Aggregation Group * Per Counter Aggregation Group Per Host * Per Counter Aggregation Group Per Host-Pair In order to maintain the RMON 'look-and-feel' and semantic consistency, some of the text from the RMON-2 and HC-RMON MIBs by Steve Waldbusser has been adapted for use in this MIB.
       dsmonObjects 1.3.6.1.2.1.16.26.1
           dsmonAggObjects 1.3.6.1.2.1.16.26.1.1
               dsmonMaxAggGroups 1.3.6.1.2.1.16.26.1.1.1 integer32 read-only
The maximum number of counter aggregation groups that this agent can support. The agent will allow this number of distinct groups to be configured in the dsmonAggProfileTable, numbered from '0' to 'dsmonMaxAggGroups - 1', for each counter aggregation profile entry supported by the agent. The agent MUST NOT lower this value during system operation, and SHOULD set this object to an appropriate value during system initialization.
               dsmonAggControlLocked 1.3.6.1.2.1.16.26.1.1.2 truthvalue read-write
Controls the setup of counter aggregation groups for this agent. If this object contains the value 'true', then write access to the objects in the dsmonAggControlTable (except the dsmonAggControlOwner object), dsmonAggProfileTable, and dsmonAggGroupTable is not permitted, and data collection is possible. This object only controls write access to these MIB objects. The DSMON data collection control tables (e.g., dsmonHostCtlTable) can be configured at any time, regardless of the value of this object. If this object contains the value 'false', write access to the objects in the dsmonAggControlTable, dsmonAggProfileTable, and dsmonAggGroupTable is permitted, and data collection is not possible. In addition, all objects in all DSMON data tables (e.g., dsmonStatsTable) shall be deleted. An agent is not required to process SNMP Set Requests for this object in conjunction with other objects from this MIB. This is intended to simplify the processing of Set Requests for tables such as the dsmonAggProfileTable, by eliminating the possibility that a single Set PDU will contain multiple varbinds which are in conflict, such as a PDU which both modifies the dsmonAggProfileTable and locks the dsmonAggProfileTable at the same time. Note that the agent is not required to validate the entire counter aggregation configuration when an attempt is made to transition an instance of this object from 'true' to 'false'. That validation is done if and when a DSMON data collection is activated. An agent is required to reactivate any suspended data collections when this object transitions to 'true', Each active data control entry (e.g., dsmonStatsControlEntry), will be validated with respect to the new counter aggregation configuration. If the counter aggregation profile referenced in the data collection is valid, then that collection will be restarted. Otherwise, the RowStatus object (e.g., dsmonStatsControlStatus) will be set to 'notReady' for that collection control entry.
               dsmonAggControlChanges 1.3.6.1.2.1.16.26.1.1.3 counter32 read-only
This object counts the number of times the value of the dsmonAggControlLocked object has changed. A management station can use this object to detect if counters in the DSMON data tables (e.g., dsmonStatsEntry) have been deleted and recreated between polls. This object shall be incremented by one each time the dsmonAggControlLocked object changes from 'false' to 'true', or from 'true' to 'false'.
               dsmonAggControlLastChangeTime 1.3.6.1.2.1.16.26.1.1.4 timestamp read-only
This object identifies the value of sysUpTime at the moment the dsmonAggControlLocked object was last modified. A management station can use this object to detect if counters in the DSMON data tables (e.g., dsmonStatsEntry) have been deleted and recreated between polls. This object shall be updated with the current value of sysUpTime, if the dsmonAggControlLocked object changes from 'false' to 'true', or from 'true' to 'false'. Upon system initialization, this object shall contain the value zero.
               dsmonAggControlTable 1.3.6.1.2.1.16.26.1.1.5 no-access
This table provides an overall description and control point for all dsmonAggProfileEntries with the same dsmonAggControlIndex value. A management application SHOULD create a counter aggregation profile by first creating and activating an entry in this table. This will cause the agent to create a set of 64 dsmonAggProfileEntries on behalf of this control entry. An application can then set the individual counter aggregation group assignments for each of the 64 DSCP values, This table MUST NOT be modified if the dsmonAggControlLocked object is equal to 'true'. Note that an agent MAY choose to limit the actual number of entries which may be created in this table, and (independently) the number of counter aggregation profiles which may be applied to a particular data source. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905]. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. Otherwise, each potential counter aggregation group description string SHOULD contain the empty string.
                   dsmonAggControlEntry 1.3.6.1.2.1.16.26.1.1.5.1 no-access
A conceptual row in the dsmonAggControlTable.
                       dsmonAggControlIndex 1.3.6.1.2.1.16.26.1.1.5.1.1 dsmoncounteraggprofileindex no-access
An arbitrary integer index value used to identify the counter aggregation profile specified by this control entry.
                       dsmonAggControlDescr 1.3.6.1.2.1.16.26.1.1.5.1.2 snmpadminstring read-only
An administratively assigned description of the counter aggregation profile identified by this entry. Upon first creation of an instance of this object, the agent SHOULD set this object to the empty string. If the agent supports non-volatile storage, then this object SHOULD be re-initialized with its stored value after a system reboot. This object MUST NOT be modified if the associated dsmonAggControlStatus object is equal to 'active', or the dsmonAggControlLocked object is equal to 'true'.
                       dsmonAggControlOwner 1.3.6.1.2.1.16.26.1.1.5.1.3 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
                       dsmonAggControlStatus 1.3.6.1.2.1.16.26.1.1.5.1.4 rowstatus read-only
The status of this row. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. Upon setting this object to active(1), the agent will create a complete set of 64 associated entries in the dsmonAggProfileTable. If this object is not equal to active(1), all associated entries in the dsmonAggProfileTable shall be deleted. This object MUST NOT be modified if the dsmonAggControlLocked object is equal to 'true'.
               dsmonAggProfileTable 1.3.6.1.2.1.16.26.1.1.6 no-access
Controls the setup of counter aggregation profiles for this agent. For each such profile, every DSCP value MUST be configured into exactly one counter aggregation group. This table MUST NOT be modified if the dsmonAggControlLocked object is equal to 'true'. The agent will create a set of 64 entries in this table (with the same dsmonAggControlIndex value) when the associated dsmonAggControlEntry is activated. If the agent supports non-volatile configuration of this table, then upon system initialization, this table SHOULD be initialized with the saved values.
                   dsmonAggProfileEntry 1.3.6.1.2.1.16.26.1.1.6.1 no-access
A conceptual row in the dsmonAggProfileTable. The dsmonAggControlIndex value in the index identifies the dsmonAggControlEntry associated with each entry in this table.
                       dsmonAggProfileDSCP 1.3.6.1.2.1.16.26.1.1.6.1.1 dscp no-access
The specific DSCP value for the DSCP counter which is configured in a counter aggregation group by this entry.
                       dsmonAggGroupIndex 1.3.6.1.2.1.16.26.1.1.6.1.2 dsmoncounteragggroupindex read-write
The counter aggregation group which contains this DSCP value. Upon creation of a new sub-tree (set of 64 entries with the same dsmonAggControlIndex value) in this table, the agent SHOULD initialize all related instances of this object to the value zero. This object MUST NOT be modified if the dsmonAggControlLocked object is equal to 'true'.
               dsmonAggGroupTable 1.3.6.1.2.1.16.26.1.1.7 no-access
This table provides a description of each counter aggregation group configured on this system. Note that the semantics of a particular counter aggregation group are only relevant within the scope of a particular counter aggregation profile. This table MUST NOT be modified if the dsmonAggControlLocked object is equal to 'true'. Note that an agent MAY choose to limit the actual number of entries which may be created in this table, and (independently) the number of counter aggregation profiles which may be applied to a particular data source. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905]. If the agent supports non-volatile configuration of this table, then upon system initialization, this table SHOULD be initialized with the saved values. Otherwise, each potential counter aggregation group description string SHOULD contain the empty string. An agent SHOULD allow entries to be created or modified in this table, even if the specified dsmonAggControlIndex value does not identify a valid dsmonAggControlEntry or a complete set of valid dsmonAggProfileEntries, to reduce row creation order dependencies.
                   dsmonAggGroupEntry 1.3.6.1.2.1.16.26.1.1.7.1 no-access
A conceptual row in the dsmonAggGroupTable. The dsmonAggGroupIndex value in the INDEX identifies the counter aggregation group associated with each entry. The dsmonAggControlIndex in the index identifies the counter aggregation profile associated with each entry, identified by the dsmonAggControlEntry and dsmonAggProfileEntries with the same index value. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. The dsmonAggGroupIndex in the index identifies the counter aggregation group associated with each entry. This object SHOULD be indexed from zero to 'N', where 'N' is less than the value of the dsmonMaxAggGroups for this agent.
                       dsmonAggGroupDescr 1.3.6.1.2.1.16.26.1.1.7.1.1 snmpadminstring read-only
An administratively assigned description of the counter aggregation group identified by this entry. Upon first creation of an instance of this object, the agent SHOULD set this object to the empty string. This object MUST NOT be modified if the associated dsmonAggGroupStatus object is equal to 'active', or the dsmonAggControlLocked object is equal to 'true'.
                       dsmonAggGroupStatus 1.3.6.1.2.1.16.26.1.1.7.1.2 rowstatus read-only
The status of this row. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. This object MUST NOT be modified if the dsmonAggControlLocked object is equal to 'true'.
           dsmonStatsObjects 1.3.6.1.2.1.16.26.1.2
               dsmonStatsControlTable 1.3.6.1.2.1.16.26.1.2.1 no-access
Controls the setup of per data source per counter aggregation group distribution statistics. Note that an agent MAY choose to limit the actual number of entries which may be created in this table. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905].
                   dsmonStatsControlEntry 1.3.6.1.2.1.16.26.1.2.1.1 no-access
A conceptual row in the dsmonStatsControlTable. Entries are created and deleted from this table by management action only, using the dsmonStatsControlStatus RowStatus object. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. Activation of a control row in this table will cause an associated dsmonStatsTable to be created and maintained by the agent.
                       dsmonStatsControlIndex 1.3.6.1.2.1.16.26.1.2.1.1.1 integer32 no-access
An arbitrary and unique index for this dsmonStatsControlEntry.
                       dsmonStatsControlDataSource 1.3.6.1.2.1.16.26.1.2.1.1.2 datasource read-only
The data source of this per protocol per counter aggregation group distribution. Note that only packets that contain a network protocol encapsulation which contains a DS field [RFC2474] will be counted in this table. This object MUST NOT be modified if the associated dsmonStatsControlStatus object is equal to active(1).
                       dsmonStatsControlAggProfile 1.3.6.1.2.1.16.26.1.2.1.1.3 dsmoncounteraggprofileindex read-only
The dsmonAggControlIndex value identifying the counter aggregation profile which should be used on behalf of this dsmonStatsControlEntry. The associated dsmonAggControlEntry and dsmonAggProfileEntries, identified by the same dsmonAggControlIndex index value, MUST be active in order for this entry to remain active. It is possible for the counter aggregation configuration to change from a valid to invalid state for this dsmonStats collection. In this case, the associated dsmonStatsControlStatus object will be changed to the 'notReady' state, and data collection will not occur on behalf of this control entry. Note that an agent MAY choose to limit the actual number of counter aggregation profiles which may be applied to a particular data source. This object MUST NOT be modified if the associated dsmonStatsControlStatus object is equal to active(1).
                       dsmonStatsControlDroppedFrames 1.3.6.1.2.1.16.26.1.2.1.1.4 counter32 read-only
The total number of frames which were received by the probe and therefore not accounted for in the *StatsDropEvents, but for which the probe chose not to count for this entry for whatever reason. Most often, this event occurs when the probe is out of some resources and decides to shed load from this collection. This count does not include packets that were not counted because they had MAC-layer errors. Note that, unlike the dropEvents counter, this number is the exact number of frames dropped.
                       dsmonStatsControlCreateTime 1.3.6.1.2.1.16.26.1.2.1.1.5 lastcreatetime read-only
The value of sysUpTime when this control entry was last activated. This can be used by the management station to detect if the table has been deleted and recreated between polls.
                       dsmonStatsControlOwner 1.3.6.1.2.1.16.26.1.2.1.1.6 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
                       dsmonStatsControlStatus 1.3.6.1.2.1.16.26.1.2.1.1.7 rowstatus read-only
The status of this row. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the dsmonStatsTable shall be deleted.
               dsmonStatsTable 1.3.6.1.2.1.16.26.1.2.2 no-access
A list of information on counter aggregation group usage for each monitored data source. The following table defines per counter aggregation group statistics for full and/or half-duplex links as well as high capacity links. For half-duplex links, or full-duplex-capable links operating in half-duplex mode, the dsmonStatsIn* objects shall be used and the dsmonStatsOut* objects will not increment. For full-duplex links, the dsmonStatsOut* objects will be present. Whenever possible, the probe SHOULD count packets moving away from the closest terminating equipment as output packets. Failing that, the probe SHOULD count packets moving away from the DTE as output packets. If the dsmonAggControlLocked object is equal to 'false', then all entries in this table will be deleted and the agent will not process packets on behalf of any dsmonStatsControlEntry.
                   dsmonStatsEntry 1.3.6.1.2.1.16.26.1.2.2.1 no-access
A list of information on Differentiated Services DSCP usage, containing inbound and outbound packet and octet counters for each counter aggregation group configured for collection. The dsmonStatsControlIndex value in the index identifies the dsmonStatsControlEntry on whose behalf this entry was created. The dsmonAggGroupIndex value in the index is determined by examining the DSCP value in each monitored packet, and the dsmonAggProfileTable entry for that DSCP value. Note that only packets that contain a network protocol encapsulation which contains a DS field [RFC2474] will be counted in this table. An example of the indexing of this entry is dsmonStatsOutPkts.1.16
                       dsmonStatsInPkts 1.3.6.1.2.1.16.26.1.2.2.1.1 zerobasedcounter32 read-only
The number of packets using one of the DSCP values in the indicated counter aggregation group, received on a half- duplex link or on the inbound connection of a full-duplex link.
                       dsmonStatsInOctets 1.3.6.1.2.1.16.26.1.2.2.1.2 zerobasedcounter32 read-only
The number of octets in packets, using one of the DSCP values in the indicated counter aggregation group, received on a half-duplex link or on the inbound connection of a full-duplex link.
                       dsmonStatsInOvflPkts 1.3.6.1.2.1.16.26.1.2.2.1.3 zerobasedcounter32 read-only
The number of times the associated dsmonStatsInPkts counter has overflowed. Note that this object will only be instantiated if the associated dsmonStatsInHCPkts object is also instantiated for a particular dataSource.
                       dsmonStatsInOvflOctets 1.3.6.1.2.1.16.26.1.2.2.1.4 zerobasedcounter32 read-only
The number of times the associated dsmonStatsInOctets counter has overflowed. Note that this object will only be instantiated if the associated dsmonStatsInHCOctets object is also instantiated for a particular dataSource.
                       dsmonStatsInHCPkts 1.3.6.1.2.1.16.26.1.2.2.1.5 zerobasedcounter64 read-only
The 64-bit version of the dsmonStatsInPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonStatsInHCOctets 1.3.6.1.2.1.16.26.1.2.2.1.6 zerobasedcounter64 read-only
The 64-bit version of the dsmonStatsInOctets object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonStatsOutPkts 1.3.6.1.2.1.16.26.1.2.2.1.7 zerobasedcounter32 read-only
The number of packets using one of the DSCP values in the indicated counter aggregation group, received on a full- duplex link in the direction of the network.
                       dsmonStatsOutOctets 1.3.6.1.2.1.16.26.1.2.2.1.8 zerobasedcounter32 read-only
The number of octets in packets, using one of the DSCP values in the indicated counter aggregation group, received on a full-duplex link in the direction of the network.
                       dsmonStatsOutOvflPkts 1.3.6.1.2.1.16.26.1.2.2.1.9 zerobasedcounter32 read-only
The number of times the associated dsmonStatsOutPkts counter has overflowed. Note that this object will only be instantiated if the associated dsmonStatsOutHCPkts object is also instantiated for a particular dataSource.
                       dsmonStatsOutOvflOctets 1.3.6.1.2.1.16.26.1.2.2.1.10 zerobasedcounter32 read-only
The number of times the associated dsmonStatsOutOctets counter has overflowed. Note that this object will only be instantiated if the associated dsmonStatsOutHCOctets object is also instantiated for a particular dataSource.
                       dsmonStatsOutHCPkts 1.3.6.1.2.1.16.26.1.2.2.1.11 zerobasedcounter64 read-only
The 64-bit version of the dsmonStatsOutPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonStatsOutHCOctets 1.3.6.1.2.1.16.26.1.2.2.1.12 zerobasedcounter64 read-only
The 64-bit version of the dsmonStatsOutOctets object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
           dsmonPdistObjects 1.3.6.1.2.1.16.26.1.3
               dsmonPdistCtlTable 1.3.6.1.2.1.16.26.1.3.1 no-access
Controls the setup of per application per counter aggregation group distribution statistics. Note that an agent MAY choose to limit the actual number of entries which may be created in this table. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905].
                   dsmonPdistCtlEntry 1.3.6.1.2.1.16.26.1.3.1.1 no-access
A conceptual row in the dsmonPdistCtlTable. Entries are created and deleted from this table by management action only, using the dsmonPdistCtlStatus RowStatus object. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. Activation of a control row in this table will cause an associated dsmonPdistStatsTable to be created and maintained by the agent.
                       dsmonPdistCtlIndex 1.3.6.1.2.1.16.26.1.3.1.1.1 integer32 no-access
An arbitrary and unique index for this dsmonPdistCtlEntry.
                       dsmonPdistCtlDataSource 1.3.6.1.2.1.16.26.1.3.1.1.2 datasource read-only
The source of data for the this per protocol counter aggregation group distribution. This object MUST NOT be modified if the associated dsmonPdistCtlStatus object is equal to active(1).
                       dsmonPdistCtlAggProfile 1.3.6.1.2.1.16.26.1.3.1.1.3 dsmoncounteraggprofileindex read-only
The dsmonAggControlIndex value identifying the counter aggregation profile which should be used on behalf of this dsmonPdistCtlEntry. The associated dsmonAggControlEntry and dsmonAggProfileEntries, identified by the same dsmonAggControlIndex index value, MUST be active in order for this entry to remain active. It is possible for the counter aggregation configuration to change from a valid to invalid state for this dsmonPdist collection. In this case, the associated dsmonPdistCtlStatus object will be changed to the 'notReady' state, and data collection will not occur on behalf of this control entry. Note that an agent MAY choose to limit the actual number of counter aggregation profiles which may be applied to a particular data source. This object MUST NOT be modified if the associated dsmonPdistCtlStatus object is equal to active(1).
                       dsmonPdistCtlMaxDesiredEntries 1.3.6.1.2.1.16.26.1.3.1.1.4 integer32 read-only
The maximum number of entries that are desired in the dsmonPdistStatsTable on behalf of this control entry. The probe will not create more than this number of associated entries in the table, but MAY choose to create fewer entries in this table for any reason including the lack of resources. If this value is set to -1, the probe MAY create any number of entries in this table. This object MUST NOT be modified if the associated dsmonPdistCtlStatus object is equal to active(1).
                       dsmonPdistCtlDroppedFrames 1.3.6.1.2.1.16.26.1.3.1.1.5 counter32 read-only
The total number of frames which were received by the probe and therefore not accounted for in the *StatsDropEvents, but for which the probe chose not to count for this entry for whatever reason. Most often, this event occurs when the probe is out of some resources and decides to shed load from this collection. This count does not include packets that were not counted because they had MAC-layer errors. Note that, unlike the dropEvents counter, this number is the exact number of frames dropped.
                       dsmonPdistCtlInserts 1.3.6.1.2.1.16.26.1.3.1.1.6 counter32 read-only
The number of times a dsmonPdist entry has been inserted into the dsmonPdistTable. If an entry is inserted, then deleted, and then inserted, this counter will be incremented by 2. To allow for efficient implementation strategies, agents MAY delay updating this object for short periods of time. For example, an implementation strategy may allow internal data structures to differ from those visible via SNMP for short periods of time. This counter may reflect the internal data structures for those short periods of time. Note that the table size can be determined by subtracting dsmonPdistCtlDeletes from dsmonPdistCtlInserts.
                       dsmonPdistCtlDeletes 1.3.6.1.2.1.16.26.1.3.1.1.7 counter32 read-only
The number of times a dsmonPdist entry has been deleted from the dsmonPdist table (for any reason). If an entry is deleted, then inserted, and then deleted, this counter will be incremented by 2. To allow for efficient implementation strategies, agents MAY delay updating this object for short periods of time. For example, an implementation strategy may allow internal data structures to differ from those visible via SNMP for short periods of time. This counter may reflect the internal data structures for those short periods of time. Note that the table size can be determined by subtracting dsmonPdistCtlDeletes from dsmonPdistCtlInserts.
                       dsmonPdistCtlCreateTime 1.3.6.1.2.1.16.26.1.3.1.1.8 lastcreatetime read-only
The value of sysUpTime when this control entry was last activated. This can be used by the management station to detect if the table has been deleted and recreated between polls.
                       dsmonPdistCtlOwner 1.3.6.1.2.1.16.26.1.3.1.1.9 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
                       dsmonPdistCtlStatus 1.3.6.1.2.1.16.26.1.3.1.1.10 rowstatus read-only
The status of this row. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the dsmonPdistStatsTable shall be deleted.
               dsmonPdistStatsTable 1.3.6.1.2.1.16.26.1.3.2 no-access
A list of information on a per protocol per counter aggregation group usage. If the dsmonAggControlLocked object is equal to 'false', then all entries in this table will be deleted and the agent will not process packets on behalf of any dsmonPdistCtlEntry.
                   dsmonPdistStatsEntry 1.3.6.1.2.1.16.26.1.3.2.1 no-access
A list of information on Differentiated Services DSCP usage, containing packet and octet counters for each counter aggregation group configured for collection, and each protocol (as identified by the protocolDirLocalIndex for the protocol) identified in each monitored packet. The dsmonPdistCtlIndex value in the index identifies the dsmonPdistCtlEntry on whose behalf this entry was created. Note that only packets that contain a network protocol encapsulation which contains a DS field [RFC2474] will be counted in this table. The dsmonAggGroupIndex value in the index is determined by examining the DSCP value in each monitored packet, and the dsmonAggProfileTable entry for that value. The protocolDirLocalIndex in the index identifies the protocolDirEntry for the protocol encapsulation of each monitored packet. The agent will include only application layer protocols in the associated dsmonPdistStatsTable. Any 'terminal' protocol is considered to be an application protocol. An example of the indexing of this entry is dsmonPdistStatsPkts.9.29943.0.42.
                       dsmonPdistTimeMark 1.3.6.1.2.1.16.26.1.3.2.1.1 timefilter no-access
The Time Filter index for this table. This object may be used by a management station to retrieve only rows which have been created or modified since a particular time. Note that the current value for a row are always returned and the TimeFilter is not a historical data archiving mechanism. Refer to RFC 2021 [RFC2021] for a detailed description of TimeFilter operation.
                       dsmonPdistStatsPkts 1.3.6.1.2.1.16.26.1.3.2.1.2 zerobasedcounter32 read-only
The number of packets, using one of the DSCP values in the indicated counter aggregation group, for the protocol identified by the associated protocolDirLocalIndex value.
                       dsmonPdistStatsOctets 1.3.6.1.2.1.16.26.1.3.2.1.3 zerobasedcounter32 read-only
The number of octets in packets, using one of the DSCP values in the indicated counter aggregation group, for the protocol identified by the associated protocolDirLocalIndex value. Note that this object doesn't count just those octets in the particular protocol frames, but includes the entire packet that contained the protocol.
                       dsmonPdistStatsOvflPkts 1.3.6.1.2.1.16.26.1.3.2.1.4 zerobasedcounter32 read-only
The number of times the associated dsmonPdistStatsPkts counter has overflowed. Note that this object will only be instantiated if the associated dsmonPdistStatsHCPkts object is also instantiated for a particular dataSource.
                       dsmonPdistStatsOvflOctets 1.3.6.1.2.1.16.26.1.3.2.1.5 zerobasedcounter32 read-only
The number of times the associated dsmonPdistStatsOctets counter has overflowed. Note that this object will only be instantiated if the associated dsmonPdistStatsHCOctets object is also instantiated for a particular dataSource.
                       dsmonPdistStatsHCPkts 1.3.6.1.2.1.16.26.1.3.2.1.6 zerobasedcounter64 read-only
The 64-bit version of the dsmonPdistStatsPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonPdistStatsHCOctets 1.3.6.1.2.1.16.26.1.3.2.1.7 zerobasedcounter64 read-only
The 64-bit version of the dsmonPdistStatsOctets object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonPdistStatsCreateTime 1.3.6.1.2.1.16.26.1.3.2.1.8 lastcreatetime read-only
The value of sysUpTime when this dsmonPdistStats entry was last instantiated by the agent. This can be used by the management station to detect if the entry has been deleted and recreated between polls.
               dsmonPdistTopNCtlTable 1.3.6.1.2.1.16.26.1.3.3 no-access
A set of parameters that control the creation of a report of the top N dsmonPdist entries according to a particular metric. Note that an agent MAY choose to limit the actual number of entries which may be created in this table. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905].
                   dsmonPdistTopNCtlEntry 1.3.6.1.2.1.16.26.1.3.3.1 no-access
A conceptual row in the dsmonPdistTopNCtlTable. Entries are created and deleted from this table by management action only, using the dsmonPdistTopNCtlStatus RowStatus object. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. Activation of a control row in this table will cause an associated dsmonPdistTopNTable to be created and maintained by the agent.
                       dsmonPdistTopNCtlIndex 1.3.6.1.2.1.16.26.1.3.3.1.1 integer32 no-access
An index that uniquely identifies an entry in the dsmonPdistTopNCtlTable, with the same dsmonPdistTopNCtlIndex value as this object. Each entry in this table defines one Top N report prepared on behalf of the dsmonPdistStatsEntry collection with the same dsmonPdistCtlIndex as this object.
                       dsmonPdistTopNCtlPdistIndex 1.3.6.1.2.1.16.26.1.3.3.1.2 integer32 read-only
The dsmonPdistTable for which a top N report will be prepared on behalf of this entry. The dsmonPdistTable is identified by the value of the dsmonPdistCtlIndex for that table - that value is used here to identify the particular table. This object MUST NOT be modified if the associated dsmonPdistTopNCtlStatus object is equal to active(1).
                       dsmonPdistTopNCtlRateBase 1.3.6.1.2.1.16.26.1.3.3.1.3 integer read-only
The variable for each dsmonPdist that the dsmonPdistTopNRate and dsmonPdistTopNHCRate variables are based upon. Each dsmonPdistTopN report generated on behalf of this control entry will be ranked in descending order, based on the associated dsmonPdistStatsTable counter, identified by this object. The following table identifies the dsmonPdistTable counter associated with each enumeration: Enumeration RateBase MIB Object ----------- ------------------- dsmonPdistTopNPkts dsmonPdistStatsPkts dsmonPdistTopNOctets dsmonPdistStatsOctets dsmonPdistTopNHCPkts dsmonPdistStatsHCPkts dsmonPdistTopNHCOctets dsmonPdistStatsHCOctets Note that the dsmonPdistTopNHCPkts and dsmonPdistTopNHCOctets enumerations are only available if the agent supports High Capacity monitoring. This object MUST NOT be modified if the associated dsmonPdistTopNCtlStatus object is equal to active(1). Enumeration: 'dsmonPdistTopNOctets': 2, 'dsmonPdistTopNPkts': 1, 'dsmonPdistTopNHCOctets': 4, 'dsmonPdistTopNHCPkts': 3.
                       dsmonPdistTopNCtlTimeRemaining 1.3.6.1.2.1.16.26.1.3.3.1.4 integer32 read-only
The number of seconds left in the report currently being collected. When this object is modified by the management station, a new collection is started, possibly aborting a currently running report. The new value is used as the requested duration of this report, and is immediately loaded into the associated dsmonPdistTopNCtlDuration object. When the report finishes, the probe will automatically start another collection with the same initial value of dsmonPdistTopNCtlTimeRemaining. Thus the management station may simply read the resulting reports repeatedly, checking the startTime and duration each time to ensure that a report was not missed or that the report parameters were not changed. While the value of this object is non-zero, it decrements by one per second until it reaches zero. At the time that this object decrements to zero, the report is made accessible in the dsmonPdistTopNTable, overwriting any report that may be there. When this object is modified by the management station, any associated entries in the dsmonPdistTopNTable shall be deleted.
                       dsmonPdistTopNCtlGeneratedReprts 1.3.6.1.2.1.16.26.1.3.3.1.5 counter32 read-only
The number of reports that have been generated by this entry.
                       dsmonPdistTopNCtlDuration 1.3.6.1.2.1.16.26.1.3.3.1.6 integer32 read-only
The number of seconds that this report has collected during the last sampling interval. When the associated dsmonPdistTopNCtlTimeRemaining object is set, this object shall be set by the probe to the same value and shall not be modified until the next time the dsmonPdistTopNCtlTimeRemaining is set. This value shall be zero if no reports have been requested for this dsmonPdistTopNCtlEntry.
                       dsmonPdistTopNCtlRequestedSize 1.3.6.1.2.1.16.26.1.3.3.1.7 integer32 read-only
The maximum number of dsmonPdist entries requested for this report. When this object is created or modified, the probe SHOULD set dsmonPdistTopNCtlGrantedSize as closely to this object as is possible for the particular probe implementation and available resources.
                       dsmonPdistTopNCtlGrantedSize 1.3.6.1.2.1.16.26.1.3.3.1.8 integer32 read-only
The maximum number of dsmonPdist entries in this report. When the associated dsmonPdistTopNCtlRequestedSize object is created or modified, the probe SHOULD set this object as closely to the requested value as is possible for the particular implementation and available resources. The probe MUST NOT lower this value except as a result of a set to the associated dsmonPdistTopNCtlRequestedSize object. Protocol entries with the highest value of dsmonPdistTopNRate or dsmonPdistTopNHCRate (depending on the value of the associated dsmonPdistTopNCtlRateBase object) shall be placed in this table in decreasing order of this rate until there is no more room or until there are no more dsmonPdist entries.
                       dsmonPdistTopNCtlStartTime 1.3.6.1.2.1.16.26.1.3.3.1.9 timestamp read-only
The value of sysUpTime when this top N report was last started. In other words, this is the time that the associated dsmonPdistTopNCtlTimeRemaining object was modified to start the requested report or the time the report was last automatically (re)started. This object may be used by the management station to determine if a report was missed or not.
                       dsmonPdistTopNCtlOwner 1.3.6.1.2.1.16.26.1.3.3.1.10 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
                       dsmonPdistTopNCtlStatus 1.3.6.1.2.1.16.26.1.3.3.1.11 rowstatus read-only
The status of this dsmonPdistTopNCtlEntry. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the dsmonPdistTopNTable shall be deleted by the agent.
               dsmonPdistTopNTable 1.3.6.1.2.1.16.26.1.3.4 no-access
A set of statistics for those protocol distribution entries that have counted the highest number of octets or packets. If the dsmonAggControlLocked object is equal to 'false', then all entries in this table SHALL be deleted, and the agent will not process TopN reports on behalf of any dsmonPdistTopNCtlEntry. When the dsmonAggControlLocked object is set to 'true', then particular reports SHOULD be restarted from the beginning, on behalf of all active rows in the dsmonPdistTopNCtlTable. Note that dsmonPdist entries which did not increment at all during the report interval SHOULD NOT be included in dsmonPdistTopN reports.
                   dsmonPdistTopNEntry 1.3.6.1.2.1.16.26.1.3.4.1 no-access
A conceptual row in the dsmonPdistTopNTable. The dsmonPdistTopNCtlIndex value in the index identifies the dsmonPdistTopNCtlEntry on whose behalf this entry was created. Entries in this table are ordered from 1 to 'N', where lower numbers represent higher values of the rate base object, over the report interval.
                       dsmonPdistTopNIndex 1.3.6.1.2.1.16.26.1.3.4.1.1 integer32 no-access
An index that uniquely identifies an entry in the dsmonPdistTopNTable among those in the same report. This index is between 1 and N, where N is the number of entries in this report. Note that 'N' may change over time, and may also be less than the dsmonPdistTopNCtlGrantedSize value associated with this entry.
                       dsmonPdistTopNPDLocalIndex 1.3.6.1.2.1.16.26.1.3.4.1.2 integer32 read-only
The protocolDirLocalIndex value which identifies the protocol associated with this entry. If the protocolDirEntry associated with the protocolDirLocalIndex with the same value as this object is de-activated or deleted, then the agent MUST delete this dsmonPdistTopN entry.
                       dsmonPdistTopNAggGroup 1.3.6.1.2.1.16.26.1.3.4.1.3 dsmoncounteragggroupindex read-only
The DSCP counter aggregation group index value associated with protocol identified in this entry. This object identifies the dsmonAggGroupEntry with the same dsmonAggControlIndex value as the associated dsmonPdistCtlAggProfile object and the same dsmonAggGroupIndex value as this object.
                       dsmonPdistTopNRate 1.3.6.1.2.1.16.26.1.3.4.1.4 gauge32 read-only
The amount of change in the selected variable during this sampling interval. The selected variable is this protocol's instance of the object selected by dsmonPdistTopNCtlRateBase. If the associated dsmonPdistTopNCtlRateBase is equal to 'dsmonPdistTopNHCPkts' or 'dsmonPdistTopNHCOctets', then this object will contain the the least significant 32 bits of the associated dsmonPdistTopNHCRate object.
                       dsmonPdistTopNRateOvfl 1.3.6.1.2.1.16.26.1.3.4.1.5 gauge32 read-only
The most significant 32 bits of the associated dsmonPdistTopNHCRate object. If the associated dsmonPdistTopNCtlRateBase is equal to 'dsmonPdistTopNHCPkts' or 'dsmonPdistTopNHCOctets', then this object will contain the upper 32 bits of the associated dsmonPdistTopNHCRate object. If the associated dsmonPdistTopNCtlRateBase is equal to 'dsmonPdistTopNPkts' or 'dsmonPdistTopNOctets', then this object will contain the value zero. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonPdistTopNHCRate 1.3.6.1.2.1.16.26.1.3.4.1.6 counterbasedgauge64 read-only
The amount of change in the selected variable during this sampling interval. The selected variable is this protocol's instance of the object selected by dsmonPdistTopNCtlRateBase. If the associated dsmonPdistTopNCtlRateBase is equal to 'dsmonPdistTopNPkts' or 'dsmonPdistTopNOctets', then this object will contain the value zero, and the associated dsmonPdistTopNRate object will contain the change in the selected variable during the sampling interval. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
           dsmonHostObjects 1.3.6.1.2.1.16.26.1.4
               dsmonHostCtlTable 1.3.6.1.2.1.16.26.1.4.1 no-access
Controls setup of per counter aggregation group, per network layer host distribution statistics. Note that an agent MAY choose to limit the actual number of entries which may be created in this table. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905].
                   dsmonHostCtlEntry 1.3.6.1.2.1.16.26.1.4.1.1 no-access
A conceptual row in the dsmonHostCtlTable. Entries are created and deleted from this table by management action only, using the dsmonHostCtlStatus RowStatus object. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. Activation of a control row in this table will cause an associated dsmonHostTable to be created and maintained by the agent.
                       dsmonHostCtlIndex 1.3.6.1.2.1.16.26.1.4.1.1.1 integer32 no-access
An arbitrary and unique index for this dsmonHostCtlEntry.
                       dsmonHostCtlDataSource 1.3.6.1.2.1.16.26.1.4.1.1.2 datasource read-only
The source of data for the associated dsmonHostTable. Note that only packets that contain a network protocol encapsulation which contains a DS field [RFC2474] will be counted in this table. This object MUST NOT be modified if the associated dsmonHostCtlStatus object is equal to active(1).
                       dsmonHostCtlAggProfile 1.3.6.1.2.1.16.26.1.4.1.1.3 dsmoncounteraggprofileindex read-only
The dsmonAggControlIndex value identifying the counter aggregation profile which should be used on behalf of this dsmonHostCtlEntry. The associated dsmonAggControlEntry and dsmonAggProfileEntries, identified by the same dsmonAggControlIndex index value, MUST be active in order for this entry to remain active. It is possible for the counter aggregation configuration to change from a valid to invalid state for this dsmonHost collection. In this case, the associated dsmonHostCtlStatus object will be changed to the 'notReady' state, and data collection will not occur on behalf of this control entry. Note that an agent MAY choose to limit the actual number of counter aggregation profiles which may be applied to a particular data source. This object MUST NOT be modified if the associated dsmonHostCtlStatus object is equal to active(1).
                       dsmonHostCtlMaxDesiredEntries 1.3.6.1.2.1.16.26.1.4.1.1.4 integer32 read-only
The maximum number of entries that are desired in the dsmonHostTable on behalf of this control entry. The probe will not create more than this number of associated entries in the table, but MAY choose to create fewer entries in this table for any reason including the lack of resources. If this value is set to -1, the probe MAY create any number of entries in this table. This object MUST NOT be modified if the associated dsmonHostCtlStatus object is equal to active(1).
                       dsmonHostCtlIPv4PrefixLen 1.3.6.1.2.1.16.26.1.4.1.1.5 integer32 read-only
The number of 'leftmost' contiguous bits in the host address field for encapsulations of IPv4, that should be maintained in this collection. This object controls how the dsmonHostAddress object is derived for packets which contain an encapsulation of IPv4. If this object has a value less than 32, then 'm' rightmost bits, where 'm' is equal to '32 - dsmonHostCtlIPv4PrefixLen', will be cleared to zero for counting purposes only. The 'leftmost' bit is the most significant bit of the first network-byte-order octet of the address. If this object is equal to 32, then no bits are cleared in each dsmonHostAddress field. This object MUST NOT be modified if the associated dsmonHostCtlStatus object is equal to active(1).
                       dsmonHostCtlIPv6PrefixLen 1.3.6.1.2.1.16.26.1.4.1.1.6 integer32 read-only
The number of 'leftmost' contiguous bits in the host address field for encapsulations of IPv6, that should be maintained in this collection. This object controls how the dsmonHostAddress object is derived for packets which contain an encapsulation of IPv6. If this object has a value less than 128, then 'm' rightmost bits, where 'm' is equal to '128 - dsmonHostCtlIPv6PrefixLen', will be cleared to zero for counting purposes only. The 'leftmost' bit is the most significant bit of the first network-byte-order octet of the address. If this object is equal to 128, then no bits are cleared in each dsmonHostAddress field. This object MUST NOT be modified if the associated dsmonHostCtlStatus object is equal to active(1).
                       dsmonHostCtlDroppedFrames 1.3.6.1.2.1.16.26.1.4.1.1.7 counter32 read-only
The total number of frames which were received by the probe and therefore not accounted for in the *StatsDropEvents, but for which the probe chose not to count for the associated dsmonHost entries for whatever reason. Most often, this event occurs when the probe is out of some resources and decides to shed load from this collection. This count does not include packets that were not counted because they had MAC-layer errors. Note that if the dsmonHostTable is inactive because no appropriate protocols are enabled in the protocol directory, this value SHOULD be 0. Note that, unlike the dropEvents counter, this number is the exact number of frames dropped.
                       dsmonHostCtlInserts 1.3.6.1.2.1.16.26.1.4.1.1.8 counter32 read-only
The number of times a dsmonHost entry has been inserted into the dsmonHost table. If an entry is inserted, then deleted, and then inserted, this counter will be incremented by 2. To allow for efficient implementation strategies, agents MAY delay updating this object for short periods of time. For example, an implementation strategy may allow internal data structures to differ from those visible via SNMP for short periods of time. This counter may reflect the internal data structures for those short periods of time. Note that the table size can be determined by subtracting dsmonHostCtlDeletes from dsmonHostCtlInserts.
                       dsmonHostCtlDeletes 1.3.6.1.2.1.16.26.1.4.1.1.9 counter32 read-only
The number of times a dsmonHost entry has been deleted from the dsmonHost table (for any reason). If an entry is deleted, then inserted, and then deleted, this counter will be incremented by 2. To allow for efficient implementation strategies, agents MAY delay updating this object for short periods of time. For example, an implementation strategy may allow internal data structures to differ from those visible via SNMP for short periods of time. This counter may reflect the internal data structures for those short periods of time. Note that the table size can be determined by subtracting dsmonHostCtlDeletes from dsmonHostCtlInserts.
                       dsmonHostCtlCreateTime 1.3.6.1.2.1.16.26.1.4.1.1.10 lastcreatetime read-only
The value of sysUpTime when this control entry was last activated. This can be used by the management station to detect if the table has been deleted and recreated between polls.
                       dsmonHostCtlOwner 1.3.6.1.2.1.16.26.1.4.1.1.11 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
                       dsmonHostCtlStatus 1.3.6.1.2.1.16.26.1.4.1.1.12 rowstatus read-only
The status of this dsmonHostCtlEntry. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the dsmonHostTable shall be deleted.
               dsmonHostTable 1.3.6.1.2.1.16.26.1.4.2 no-access
A collection of statistics for particular network protocols which contain a DS field, and that has been discovered on a particular dataSource. The probe will add to this table all appropriate network protocols, for each network address seen as the source or destination address in all packets with no MAC errors, and will increment octet and packet counts in the table for all packets with no MAC errors. If the dsmonAggControlLocked object is equal to 'false', then all entries in this table will be deleted, and the agent will not process packets on behalf of any dsmonHostCtlEntry.
                   dsmonHostEntry 1.3.6.1.2.1.16.26.1.4.2.1 no-access
A list of information on Differentiated Services DSCP usage, containing packet and octet counters for each counter aggregation group index configured for collection per host address, as identified in the dsmonAggProfileTable. The dsmonHostCtlIndex value in the index identifies the dsmonHostCtlEntry on whose behalf this entry was created. The protocolDirLocalIndex value in the index identifies the specific network layer protocol encapsulation associated with each entry, and the network protocol type of the dsmonHostAddress object. It MUST identify a protocolDirEntry which contains a DS field (e.g., IPv4 or IPv6). Note that if a protocol encapsulation with multiple network layers is specified, then associated entries in this table refer to the innermost network protocol layer host address. The dsmonAggGroupIndex value in the index is determined by examining the DSCP value in each monitored packet, and the dsmonAggProfileTable entry configured for that value. An example of the indexing of this entry is dsmonHostOutPkts.1.27273.3.200.4.171.69.120.0
                       dsmonHostTimeMark 1.3.6.1.2.1.16.26.1.4.2.1.1 timefilter no-access
The Time Filter index for this table. This object may be used by a management station to retrieve only rows which have been created or modified since a particular time. Note that the current value for a row are always returned and the TimeFilter is not a historical data archiving mechanism. Refer to RFC 2021 [RFC2021] for a detailed description of TimeFilter operation.
                       dsmonHostAddress 1.3.6.1.2.1.16.26.1.4.2.1.2 octet string no-access
The network address for this dsmonHostEntry. This object is encoded according to the protocol type indicated by the protocolDirLocalIndex value in the index. In addition, this object may have some 'rightmost' bits cleared to zero for counting purposes, as indicated by the associated dsmonHostCtlIPv4PrefixLen or dsmonHostCtlIPv6PrefixLen objects.
                       dsmonHostInPkts 1.3.6.1.2.1.16.26.1.4.2.1.3 zerobasedcounter32 read-only
The number of packets without errors, using one of the DSCP values in the indicated counter aggregation group, and transmitted to this address, since this entry was added to the dsmonHostTable. Note that this is the number of link- layer packets, so if a single network-layer packet is fragmented into several link-layer frames, this counter is incremented several times.
                       dsmonHostInOctets 1.3.6.1.2.1.16.26.1.4.2.1.4 zerobasedcounter32 read-only
The number of octets in all packets, transmitted to this address and using one of the DSCP values in the indicated counter aggregation group, since this entry was added to the dsmonHostTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. Note this doesn't count just those octets in the particular protocol frames, but includes the entire packet that contained the protocol.
                       dsmonHostInOvflPkts 1.3.6.1.2.1.16.26.1.4.2.1.5 zerobasedcounter32 read-only
The number of times the associated dsmonHostInPkts counter has overflowed. Note that this object will only be instantiated if the associated dsmonHostInHCPkts object is also instantiated for a particular dataSource.
                       dsmonHostInOvflOctets 1.3.6.1.2.1.16.26.1.4.2.1.6 zerobasedcounter32 read-only
The number of times the associated dsmonHostInOctets counter has overflowed. Note that this object will only be instantiated if the associated dsmonHostInHCOctets object is also instantiated for a particular dataSource.
                       dsmonHostInHCPkts 1.3.6.1.2.1.16.26.1.4.2.1.7 zerobasedcounter64 read-only
The 64-bit version of the dsmonHostInPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonHostInHCOctets 1.3.6.1.2.1.16.26.1.4.2.1.8 zerobasedcounter64 read-only
The 64-bit version of the dsmonHostInOctets object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonHostOutPkts 1.3.6.1.2.1.16.26.1.4.2.1.9 zerobasedcounter32 read-only
The number of packets without errors, using one of the DSCP values in the indicated counter aggregation group, and transmitted by this address, since this entry was added to the dsmonHostTable. Note that this is the number of link- layer packets, so if a single network-layer packet is fragmented into several link-layer frames, this counter is incremented several times.
                       dsmonHostOutOctets 1.3.6.1.2.1.16.26.1.4.2.1.10 zerobasedcounter32 read-only
The number of octets, transmitted by this address and using one of the DSCP values in the identified counter aggregation group, since this entry was added to the dsmonHostTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. Note this doesn't count just those octets in the particular protocol frames, but includes the entire packet that contained the protocol.
                       dsmonHostOutOvflPkts 1.3.6.1.2.1.16.26.1.4.2.1.11 zerobasedcounter32 read-only
The number of times the associated dsmonHostOutPkts counter has overflowed. Note that this object will only be instantiated if the associated dsmonHostOutHCPkts object is also instantiated for a particular dataSource.
                       dsmonHostOutOvflOctets 1.3.6.1.2.1.16.26.1.4.2.1.12 zerobasedcounter32 read-only
The number of times the associated dsmonHostOutOctets counter has overflowed. Note that this object will only be instantiated if the associated dsmonHostOutHCOctets object is also instantiated for a particular dataSource.
                       dsmonHostOutHCPkts 1.3.6.1.2.1.16.26.1.4.2.1.13 zerobasedcounter64 read-only
The 64-bit version of the dsmonHostOutPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonHostOutHCOctets 1.3.6.1.2.1.16.26.1.4.2.1.14 zerobasedcounter64 read-only
The 64-bit version of the dsmonHostOutOctets object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonHostCreateTime 1.3.6.1.2.1.16.26.1.4.2.1.15 lastcreatetime read-only
The value of sysUpTime when this dsmonHost entry was last instantiated by the agent. This can be used by the management station to ensure that the entry has not been deleted and recreated between polls.
               dsmonHostTopNCtlTable 1.3.6.1.2.1.16.26.1.4.3 no-access
A set of parameters that control the creation of a report of the top N dsmonHost entries according to a selected metric. Note that an agent MAY choose to limit the actual number of entries which may be created in this table. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905].
                   dsmonHostTopNCtlEntry 1.3.6.1.2.1.16.26.1.4.3.1 no-access
A conceptual row in the dsmonHostTopNCtlTable. Entries are created and deleted from this table by management action only, using the dsmonHostTopNCtlStatus RowStatus object. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. Activation of a control row in this table will cause an associated dsmonHostTopNTable to be created and maintained by the agent.
                       dsmonHostTopNCtlIndex 1.3.6.1.2.1.16.26.1.4.3.1.1 integer32 no-access
An index that uniquely identifies an entry in the dsmonHostTopNCtlTable. Each such entry defines one Top N report prepared for one RMON dataSource.
                       dsmonHostTopNCtlHostIndex 1.3.6.1.2.1.16.26.1.4.3.1.2 integer32 read-only
The dsmonHostTable for which a top N report will be prepared on behalf of this entry. The dsmonHostTable is identified by the value of the dsmonHostCtlIndex for that table - that value is used here to identify the particular table. This object MUST NOT be modified if the associated dsmonHostTopNCtlStatus object is equal to active(1).
                       dsmonHostTopNCtlRateBase 1.3.6.1.2.1.16.26.1.4.3.1.3 integer read-only
The variable(s) for each dsmonHost that the dsmonHostTopNRate and dsmonHostTopNHCRate variables are based upon. Each dsmonHostTopN report generated on behalf of this control entry will be ranked in descending order, based on the associated dsmonHostTable counter(s), identified by this object. The following table identifies the dsmonHostTable counters associated with each enumeration: Enumeration RateBase MIB Objects ----------- -------------------- dsmonHostTopNInPkts dsmonHostInPkts dsmonHostTopNInOctets dsmonHostInOctets dsmonHostTopNOutPkts dsmonHostOutPkts dsmonHostTopNOutOctets dsmonHostOutOctets dsmonHostTopNTotalPkts dsmonHostInPkts + dsmonHostOutPkts dsmonHostTopNTotalOctets dsmonHostInOctets + dsmonHostOutOctets dsmonHostTopNInHCPkts dsmonHostInHCPkts dsmonHostTopNInHCOctets dsmonHostInHCOctets dsmonHostTopNOutHCPkts dsmonHostOutHCPkts dsmonHostTopNOutHCOctets dsmonHostOutHCPkts dsmonHostTopNTotalHCPkts dsmonHostInHCPkts + dsmonHostOutHCPkts dsmonHostTopNTotalHCOctets dsmonHostInHCOctets + dsmonHostOutHCOctets The following enumerations are only available if the agent supports High Capacity monitoring: dsmonHostTopNInHCPkts dsmonHostTopNInHCOctets dsmonHostTopNOutHCPkts dsmonHostTopNOutHCOctets dsmonHostTopNTotalHCPkts dsmonHostTopNTotalHCOctets It is an implementation-specific matter whether an agent can detect an overflow condition resulting from the addition of two counter delta values for the following enumerations: dsmonHostTopNTotalPkts dsmonHostTopNTotalOctets dsmonHostTopNTotalHCPkts dsmonHostTopNTotalHCOctets In the event such an overflow condition can be detected by the agent, the associated dsmonHostTopNRate, dsmonHostTopNRateOvfl, and/or dsmonHostTopNHCRate objects should be set to their maximum value. This object MUST NOT be modified if the associated dsmonHostTopNCtlStatus object is equal to active(1). Enumeration: 'dsmonHostTopNTotalPkts': 5, 'dsmonHostTopNOutHCPkts': 9, 'dsmonHostTopNInPkts': 1, 'dsmonHostTopNTotalOctets': 6, 'dsmonHostTopNOutPkts': 3, 'dsmonHostTopNInHCPkts': 7, 'dsmonHostTopNTotalHCPkts': 11, 'dsmonHostTopNInHCOctets': 8, 'dsmonHostTopNInOctets': 2, 'dsmonHostTopNTotalHCOctets': 12, 'dsmonHostTopNOutOctets': 4, 'dsmonHostTopNOutHCOctets': 10.
                       dsmonHostTopNCtlTimeRemaining 1.3.6.1.2.1.16.26.1.4.3.1.4 integer32 read-only
The number of seconds left in the report currently being collected. When this object is modified by the management station, a new collection is started, possibly aborting a currently running report. The new value is used as the requested duration of this report, and is immediately loaded into the associated dsmonHostTopNCtlDuration object. When the report finishes, the probe will automatically start another collection with the same initial value of dsmonHostTopNCtlTimeRemaining. Thus the management station may simply read the resulting reports repeatedly, checking the startTime and duration each time to ensure that a report was not missed or that the report parameters were not changed. While the value of this object is non-zero, it decrements by one per second until it reaches zero. At the time that this object decrements to zero, the report is made accessible in the dsmonHostTopNTable, overwriting any report that may be there. When this object is modified by the management station, any associated entries in the dsmonHostTopNTable shall be deleted.
                       dsmonHostTopNCtlGeneratedReports 1.3.6.1.2.1.16.26.1.4.3.1.5 counter32 read-only
The number of reports that have been generated by this entry.
                       dsmonHostTopNCtlDuration 1.3.6.1.2.1.16.26.1.4.3.1.6 integer32 read-only
The number of seconds that this report has collected during the last sampling interval. When the associated dsmonHostTopNCtlTimeRemaining object is set, this object shall be set by the probe to the same value and shall not be modified until the next time the dsmonHostTopNCtlTimeRemaining is set. This value shall be zero if no reports have been requested for this dsmonHostTopNCtlEntry.
                       dsmonHostTopNCtlRequestedSize 1.3.6.1.2.1.16.26.1.4.3.1.7 integer32 read-only
The maximum number of dsmonHost entries requested for this report. When this object is created or modified, the probe SHOULD set dsmonHostTopNCtlGrantedSize as closely to this object as is possible for the particular probe implementation and available resources.
                       dsmonHostTopNCtlGrantedSize 1.3.6.1.2.1.16.26.1.4.3.1.8 integer32 read-only
The maximum number of dsmonHost entries in this report. When the associated dsmonHostTopNCtlRequestedSize object is created or modified, the probe SHOULD set this object as closely to the requested value as is possible for the particular implementation and available resources. The probe MUST NOT lower this value except as a result of a set to the associated dsmonHostTopNCtlRequestedSize object. Protocol entries with the highest value of dsmonHostTopNRate or dsmonHostTopNHCRate (depending on the value of the associated dsmonHostTopNCtlRateBase object) shall be placed in this table in decreasing order of this rate until there is no more room or until there are no more dsmonHost entries.
                       dsmonHostTopNCtlStartTime 1.3.6.1.2.1.16.26.1.4.3.1.9 timestamp read-only
The value of sysUpTime when this top N report was last started. In other words, this is the time that the associated dsmonHostTopNCtlTimeRemaining object was modified to start the requested report or the time the report was last automatically (re)started. This object may be used by the management station to determine if a report was missed or not.
                       dsmonHostTopNCtlOwner 1.3.6.1.2.1.16.26.1.4.3.1.10 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
                       dsmonHostTopNCtlStatus 1.3.6.1.2.1.16.26.1.4.3.1.11 rowstatus read-only
The status of this dsmonHostTopNCtlEntry. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the dsmonHostTopNTable shall be deleted by the agent.
               dsmonHostTopNTable 1.3.6.1.2.1.16.26.1.4.4 no-access
A set of statistics for those dsmonHost entries that have counted the highest number of octets or packets. If the dsmonAggControlLocked object is equal to 'false', then all entries in this table SHALL be deleted, and the agent will not process TopN reports on behalf of any dsmonHostTopNCtlEntry. When the dsmonAggControlLocked object is set to 'true', then particular reports SHOULD be restarted from the beginning, on behalf of all active rows in the dsmonHostTopNCtlTable. Note that dsmonHost entries which did not increment at all during the report interval SHOULD NOT be included in dsmonHostTopN reports.
                   dsmonHostTopNEntry 1.3.6.1.2.1.16.26.1.4.4.1 no-access
A conceptual row in the dsmonHostTopNTable. The dsmonHostTopNCtlIndex value in the index identifies the dsmonHostTopNCtlEntry on whose behalf this entry was created. Entries in this table are ordered from 1 to 'N', where lower numbers represent higher values of the rate base object, over the report interval.
                       dsmonHostTopNIndex 1.3.6.1.2.1.16.26.1.4.4.1.1 integer32 no-access
An index that uniquely identifies an entry in the dsmonHostTopNTable among those in the same report. This index is between 1 and N, where N is the number of entries in this report.
                       dsmonHostTopNPDLocalIndex 1.3.6.1.2.1.16.26.1.4.4.1.2 integer32 read-only
The protocolDirLocalIndex value which identifies the protocol associated with the dsmonHostTopNAddress object in this entry. If the protocolDirEntry associated with the protocolDirLocalIndex with the same value as this object is de-activated or deleted, then the agent MUST delete this dsmonHostTopN entry.
                       dsmonHostTopNAddress 1.3.6.1.2.1.16.26.1.4.4.1.3 octet string read-only
The dsmonHostAddress value for the network host identified in this entry. The associated dsmonHostTopNPDLocalIndex object identifies the network protocol type and the encoding rules for this object.
                       dsmonHostTopNAggGroup 1.3.6.1.2.1.16.26.1.4.4.1.4 dsmoncounteragggroupindex read-only
The counter aggregation group index value associated with host identified in this entry. This object identifies the dsmonAggGroupEntry with the same dsmonAggControlIndex value as the associated dsmonHostCtlAggProfile object and the same dsmonAggGroupIndex value as this object.
                       dsmonHostTopNRate 1.3.6.1.2.1.16.26.1.4.4.1.5 gauge32 read-only
The amount of change in the selected variable during this sampling interval. The selected variable is this host's instance of the object selected by dsmonHostTopNCtlRateBase. If the associated dsmonHostTopNCtlRateBase indicates a High Capacity monitoring enumeration, (e.g. 'dsmonHostTopNInHCPkts'), then this object will contain the the least significant 32 bits of the associated dsmonHostTopNHCRate object.
                       dsmonHostTopNRateOvfl 1.3.6.1.2.1.16.26.1.4.4.1.6 gauge32 read-only
The most significant 32 bits of the associated dsmonHostTopNHCRate object. If the associated dsmonHostTopNCtlRateBase is equal to any of the High Capacity monitoring enumerations (e.g. 'dsmonHostTopNInHCPkts'), then this object will contain the upper 32 bits of the associated dsmonHostTopNHCRate object. If the associated dsmonHostTopNCtlRateBase is not equal to any of High Capacity monitoring enumerations, then this object will contain the value zero. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonHostTopNHCRate 1.3.6.1.2.1.16.26.1.4.4.1.7 counterbasedgauge64 read-only
The amount of change in the selected variable during this sampling interval. The selected variable is this host's instance of the object selected by dsmonHostTopNCtlRateBase. If the associated dsmonHostTopNCtlRateBase is not equal to any of the High Capacity monitoring enumerations (e.g., 'dsmonHostTopNInPkts'), then this object will contain the value zero, and the associated dsmonHostTopNRate object will contain the change in the selected variable during the sampling interval. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
           dsmonCapsObjects 1.3.6.1.2.1.16.26.1.5
               dsmonCapabilities 1.3.6.1.2.1.16.26.1.5.1 bits read-only
This object provides an indication of the DSMON groups supported by the agent. If a bit is set, then the agent implements all of the objects in the DSMON object group, where bit 'n' represents the MIB group identified by the OBJECT IDENTIFIER value { dsmonGroups n+1 }. Bits: 'dsmonStats': 1, 'dsmonMatrix': 11, 'dsmonMatrixHC': 13, 'dsmonPdistHC': 6, 'dsmonHost': 7, 'dsmonHostHC': 9, 'dsmonCaps': 10, 'dsmonHostOvfl': 8, 'dsmonPdist': 4, 'dsmonMatrixOvfl': 12, 'dsmonCounterAggControl': 0, 'dsmonPdistOvfl': 5, 'dsmonStatsOvfl': 2, 'dsmonStatsHC': 3.
           dsmonMatrixObjects 1.3.6.1.2.1.16.26.1.6
               dsmonMatrixCtlTable 1.3.6.1.2.1.16.26.1.6.1 no-access
Controls setup of per counter aggregation group, per host- pair, application protocol distribution statistics. Note that an agent MAY choose to limit the actual number of entries which may be created in this table. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905].
                   dsmonMatrixCtlEntry 1.3.6.1.2.1.16.26.1.6.1.1 no-access
A conceptual row in the dsmonMatrixCtlTable. Entries are created and deleted from this table by management action only, using the dsmonMatrixCtlStatus RowStatus object. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. Activation of a control row in this table will cause an associated dsmonMatrixSDTable and dsmonMatrixDSTable to be created and maintained by the agent.
                       dsmonMatrixCtlIndex 1.3.6.1.2.1.16.26.1.6.1.1.1 integer32 no-access
An arbitrary and unique index for this dsmonMatrixCtlEntry.
                       dsmonMatrixCtlDataSource 1.3.6.1.2.1.16.26.1.6.1.1.2 datasource read-only
The source of data for the associated dsmonMatrixSDTable and dsmonMatrixDSTable. Note that only packets that contain a network protocol encapsulation which contains a DS field [RFC2474] will be counted in this table. This object MUST NOT be modified if the associated dsmonMatrixCtlStatus object is equal to active(1).
                       dsmonMatrixCtlAggProfile 1.3.6.1.2.1.16.26.1.6.1.1.3 dsmoncounteraggprofileindex read-only
The dsmonAggControlIndex value identifying the counter aggregation profile which should be used on behalf of this dsmonMatrixCtlEntry. The associated dsmonAggControlEntry and dsmonAggProfileEntries, identified by the same dsmonAggControlIndex index value, MUST be active in order for this entry to remain active. It is possible for the counter aggregation configuration to change from a valid to invalid state for this dsmonMatrix collection. In this case, the associated dsmonMatrixCtlStatus object will be changed to the 'notReady' state, and data collection will not occur on behalf of this control entry. Note that an agent MAY choose to limit the actual number of counter aggregation profiles which may be applied to a particular data source. This object MUST NOT be modified if the associated dsmonMatrixCtlStatus object is equal to active(1).
                       dsmonMatrixCtlMaxDesiredEntries 1.3.6.1.2.1.16.26.1.6.1.1.4 integer32 read-only
The maximum number of entries that are desired in the dsmonMatrix tables on behalf of this control entry. The probe will not create more than this number of associated entries in these tables, but may choose to create fewer entries in this table for any reason including the lack of resources. If this value is set to -1, the probe may create any number of entries in this table. This object MUST NOT be modified if the associated dsmonMatrixCtlStatus object is equal to active(1).
                       dsmonMatrixCtlDroppedFrames 1.3.6.1.2.1.16.26.1.6.1.1.5 counter32 read-only
The total number of frames which were received by the probe and therefore not accounted for in the *StatsDropEvents, but for which the probe chose not to count for the associated dsmonMatrixSD and dsmonMatrixDS entries for whatever reason. Most often, this event occurs when the probe is out of some resources and decides to shed load from this collection. This count does not include packets that were not counted because they had MAC-layer errors. Note that if the dsmonMatrix tables are inactive because no appropriate protocols are enabled in the protocol directory, this value SHOULD be 0. Note that, unlike the dropEvents counter, this number is the exact number of frames dropped.
                       dsmonMatrixCtlInserts 1.3.6.1.2.1.16.26.1.6.1.1.6 counter32 read-only
The number of times a dsmonMatrix entry has been inserted into the dsmonMatrix tables. If an entry is inserted, then deleted, and then inserted, this counter will be incremented by 2. The addition of a conversation into both the dsmonMatrixSDTable and dsmonMatrixDSTable shall be counted as two insertions (even though every addition into one table must be accompanied by an insertion into the other). To allow for efficient implementation strategies, agents may delay updating this object for short periods of time. For example, an implementation strategy may allow internal data structures to differ from those visible via SNMP for short periods of time. This counter may reflect the internal data structures for those short periods of time. Note that the sum of the dsmonMatrixSDTable and dsmonMatrixDSTable sizes can be determined by subtracting dsmonMatrixCtlDeletes from dsmonMatrixCtlInserts.
                       dsmonMatrixCtlDeletes 1.3.6.1.2.1.16.26.1.6.1.1.7 counter32 read-only
The number of times a dsmonMatrix entry has been deleted from the dsmonMatrix tables (for any reason). If an entry is deleted, then inserted, and then deleted, this counter will be incremented by 2. The deletion of a conversation from both the dsmonMatrixSDTable and dsmonMatrixDSTable shall be counted as two deletions (even though every deletion from one table must be accompanied by a deletion from the other). To allow for efficient implementation strategies, agents MAY delay updating this object for short periods of time. For example, an implementation strategy may allow internal data structures to differ from those visible via SNMP for short periods of time. This counter may reflect the internal data structures for those short periods of time. Note that the sum of the dsmonMatrixSDTable and dsmonMatrixDSTable sizes can be determined by subtracting dsmonMatrixCtlDeletes from dsmonMatrixCtlInserts.
                       dsmonMatrixCtlCreateTime 1.3.6.1.2.1.16.26.1.6.1.1.8 lastcreatetime read-only
The value of sysUpTime when this control entry was last activated. This can be used by the management station to detect if the table has been deleted and recreated between polls.
                       dsmonMatrixCtlOwner 1.3.6.1.2.1.16.26.1.6.1.1.9 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
                       dsmonMatrixCtlStatus 1.3.6.1.2.1.16.26.1.6.1.1.10 rowstatus read-only
The status of this dsmonMatrixCtlEntry. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the dsmonMatrixSDTable and dsmonMatrixDSTable shall be deleted.
               dsmonMatrixSDTable 1.3.6.1.2.1.16.26.1.6.2 no-access
A list of application traffic matrix entries which collect statistics for conversations of a particular application protocol between two network-level addresses. This table is indexed first by the source address and then by the destination address to make it convenient to collect all statistics from a particular address. The probe will add to this table all pairs of addresses for all protocols seen in all packets with no MAC errors, and will increment octet and packet counts in the table for all packets with no MAC errors.
                   dsmonMatrixSDEntry 1.3.6.1.2.1.16.26.1.6.2.1 no-access
A conceptual row in the dsmonMatrixSDTable. The dsmonMatrixCtlIndex value in the index identifies the dsmonMatrixCtlEntry on whose behalf this entry was created. The dsmonAggGroupIndex value in the index is determined by examining the DSCP value in each monitored packet, and the dsmonAggProfileTable entry configured for that value.
                       dsmonMatrixTimeMark 1.3.6.1.2.1.16.26.1.6.2.1.1 timefilter no-access
The Time Filter index for this table. This object may be used by a management station to retrieve only rows which have been created or modified since a particular time. Note that the current value for a row are always returned and the TimeFilter is not a historical data archiving mechanism. Refer to RFC 2021 [RFC2021] for a detailed description of TimeFilter operation.
                       dsmonMatrixNLIndex 1.3.6.1.2.1.16.26.1.6.2.1.2 integer32 no-access
The protocolDirLocalIndex value of a protocolDirEntry representing the specific network layer protocol encapsulation associated with each entry, and the network protocol type of the dsmonMatrixSourceAddress and dsmonMatrixDestAddress objects.
                       dsmonMatrixSourceAddress 1.3.6.1.2.1.16.26.1.6.2.1.3 octet string no-access
The network source address for this dsmonMatrix entry. This is represented as an octet string with specific semantics and length as identified by the dsmonMatrixNLIndex component of the index. For example, if the dsmonMatrixNLIndex indicates an encapsulation of IPv4, this object is encoded as a length octet of 4, followed by the 4 octets of the IPv4 address, in network byte order.
                       dsmonMatrixDestAddress 1.3.6.1.2.1.16.26.1.6.2.1.4 octet string no-access
The network destination address for this dsmonMatrix entry. This is represented as an octet string with specific semantics and length as identified by the dsmonMatrixNLIndex component of the index. For example, if the dsmonMatrixNLIndex indicates an encapsulation of IPv4, this object is encoded as a length octet of 4, followed by the 4 octets of the IPv4 address, in network byte order.
                       dsmonMatrixALIndex 1.3.6.1.2.1.16.26.1.6.2.1.5 integer32 no-access
The protocolDirLocalIndex value of the protocolDirEntry representing the specific application layer protocol associated with each entry. It MUST identify an protocolDirEntry which is a direct or indirect descendant of the protocolDirEntry identified by the associated dsmonMatrixNLIndex object.
                       dsmonMatrixSDPkts 1.3.6.1.2.1.16.26.1.6.2.1.6 zerobasedcounter32 read-only
The number of packets of this protocol type (indicated by the associated dsmonMatrixALIndex object) without errors transmitted from the source address to the destination address since this entry was added to the dsmonMatrixSDTable. Note that this is the number of link- layer packets, so if a single network-layer packet is fragmented into several link-layer frames, this counter is incremented several times.
                       dsmonMatrixSDOvflPkts 1.3.6.1.2.1.16.26.1.6.2.1.7 zerobasedcounter32 read-only
The number of times the associated dsmonMatrixSDPkts counter has overflowed, since this entry was added to the dsmonMatrixSDTable.
                       dsmonMatrixSDHCPkts 1.3.6.1.2.1.16.26.1.6.2.1.8 zerobasedcounter64 read-only
The 64-bit version of the dsmonMatrixSDPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonMatrixSDOctets 1.3.6.1.2.1.16.26.1.6.2.1.9 zerobasedcounter32 read-only
The number of octets in packets of this protocol type transmitted from the source address to the destination address since this entry was added to the dsmonMatrixSDTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. Note this doesn't count just those octets in the particular protocol frames, but includes the entire packet that contained the protocol.
                       dsmonMatrixSDOvflOctets 1.3.6.1.2.1.16.26.1.6.2.1.10 zerobasedcounter32 read-only
The number of times the associated dsmonMatrixSDOctets counter has overflowed, since this entry was added to the dsmonMatrixSDTable.
                       dsmonMatrixSDHCOctets 1.3.6.1.2.1.16.26.1.6.2.1.11 zerobasedcounter64 read-only
The 64-bit version of the dsmonMatrixSDPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonMatrixSDCreateTime 1.3.6.1.2.1.16.26.1.6.2.1.12 lastcreatetime read-only
The value of sysUpTime when this entry was last activated. This can be used by the management station to ensure that the entry has not been deleted and recreated between polls.
               dsmonMatrixDSTable 1.3.6.1.2.1.16.26.1.6.3 no-access
A list of application traffic matrix entries which collect statistics for conversations of a particular application protocol between two network-level addresses. This table is indexed first by the destination address and then by the source address to make it convenient to collect all statistics from a particular address. The probe will add to this table all pairs of addresses for all protocols seen in all packets with no MAC errors, and will increment octet and packet counts in the table for all packets with no MAC errors.
                   dsmonMatrixDSEntry 1.3.6.1.2.1.16.26.1.6.3.1 no-access
A conceptual row in the dsmonMatrixDSTable. Note that this table is conceptually a re-ordered version of the dsmonMatrixSDTable. Therefore, all of the index values from that table are used by reference, and their semantics are exactly as described in the dsmonMatrixSDTable. The dsmonMatrixCtlIndex value in the index identifies the dsmonMatrixCtlEntry on whose behalf this entry was created. The dsmonMatrixTimeMark value in the index identifies the Time Filter index for this table. The dsmonAggGroupIndex value in the index is determined by examining the DSCP value in each monitored packet, and the dsmonAggProfileTable entry configured for that value. The dsmonMatrixNLIndex value in the index identifies the protocolDirLocalIndex value of a protocolDirEntry representing the specific network layer protocol encapsulation associated with each entry, and the network protocol type of the dsmonMatrixSourceAddress and dsmonMatrixDestAddress objects. The dsmonMatrixDestAddress value in the index identifies the network destination address for this dsmonMatrix entry. The dsmonMatrixSourceAddress value in the index identifies the network source address for this dsmonMatrix entry. The dsmonMatrixALIndex value in the index identifies the protocolDirLocalIndex value of the protocolDirEntry representing the specific application layer protocol associated with each entry.
                       dsmonMatrixDSPkts 1.3.6.1.2.1.16.26.1.6.3.1.1 zerobasedcounter32 read-only
The number of packets of this protocol type (indicated by the associated dsmonMatrixALIndex object) without errors transmitted from the source address to the destination address since this entry was added to the dsmonMatrixDSTable. Note that this is the number of link- layer packets, so if a single network-layer packet is fragmented into several link-layer frames, this counter is incremented several times.
                       dsmonMatrixDSOvflPkts 1.3.6.1.2.1.16.26.1.6.3.1.2 zerobasedcounter32 read-only
The number of times the associated dsmonMatrixDSPkts counter has overflowed, since this entry was added to the dsmonMatrixDSTable.
                       dsmonMatrixDSHCPkts 1.3.6.1.2.1.16.26.1.6.3.1.3 zerobasedcounter64 read-only
The 64-bit version of the dsmonMatrixDSPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonMatrixDSOctets 1.3.6.1.2.1.16.26.1.6.3.1.4 zerobasedcounter32 read-only
The number of octets in packets of this protocol type transmitted from the source address to the destination address since this entry was added to the dsmonMatrixDSTable (excluding framing bits but including FCS octets), excluding those octets in packets that contained errors. Note this doesn't count just those octets in the particular protocol frames, but includes the entire packet that contained the protocol.
                       dsmonMatrixDSOvflOctets 1.3.6.1.2.1.16.26.1.6.3.1.5 zerobasedcounter32 read-only
The number of times the associated dsmonMatrixDSOctets counter has overflowed, since this entry was added to the dsmonMatrixDSTable.
                       dsmonMatrixDSHCOctets 1.3.6.1.2.1.16.26.1.6.3.1.6 zerobasedcounter64 read-only
The 64-bit version of the dsmonMatrixDSPkts object. Note that this object will only be instantiated if the RMON agent supports High Capacity monitoring for a particular dataSource.
                       dsmonMatrixDSCreateTime 1.3.6.1.2.1.16.26.1.6.3.1.7 lastcreatetime read-only
The value of sysUpTime when this entry was last activated. This can be used by the management station to ensure that the entry has not been deleted and recreated between polls.
               dsmonMatrixTopNCtlTable 1.3.6.1.2.1.16.26.1.6.4 no-access
A set of parameters that control the creation of a report of the top N dsmonMatrix entries according to a selected metric. Note that an agent MAY choose to limit the actual number of entries which may be created in this table. In this case, the agent SHOULD return an error-status of 'resourceUnavailable(13)', as per section 4.2.5 of the 'Protocol Operations for SNMPv2' specification [RFC1905].
                   dsmonMatrixTopNCtlEntry 1.3.6.1.2.1.16.26.1.6.4.1 no-access
A conceptual row in the dsmonMatrixTopNCtlTable. Entries are created and deleted from this table by management action only, using the dsmonMatrixTopNCtlStatus RowStatus object. The agent SHOULD support non-volatile configuration of this table, and upon system initialization, the table SHOULD be initialized with the saved values. Activation of a control row in this table will cause an associated dsmonMatrixTopNTable to be created and maintained by the agent.
                       dsmonMatrixTopNCtlIndex 1.3.6.1.2.1.16.26.1.6.4.1.1 integer32 no-access
An index that uniquely identifies an entry in the dsmonMatrixTopNCtlTable. Each such entry defines one Top N report prepared for one RMON dataSource.
                       dsmonMatrixTopNCtlMatrixIndex 1.3.6.1.2.1.16.26.1.6.4.1.2 integer32 read-only
The dsmonMatrixSDTable for which a top N report will be prepared on behalf of this entry. The dsmonMatrixSDTable is identified by the same value of the dsmonMatrixCtlIndex object. This object MUST NOT be modified if the associated dsmonMatrixTopNCtlStatus object is equal to active(1).
                       dsmonMatrixTopNCtlRateBase 1.3.6.1.2.1.16.26.1.6.4.1.3 integer read-only
The variable for each dsmonMatrixSD entry that the dsmonMatrixTopNRate and dsmonMatrixTopNHCRate variables are based upon. Each dsmonMatrixTopN report generated on behalf of this control entry will be ranked in descending order, based on the associated dsmonMatrixSDTable counter, identified by this object. The following table identifies the dsmonMatrixSDTable counters associated with each enumeration: Enumeration RateBase MIB Objects ----------- -------------------- dsmonMatrixTopNPkts dsmonMatrixSDPkts dsmonMatrixTopNOctets dsmonMatrixSDOctets dsmonMatrixTopNHCPkts dsmonMatrixSDHCPkts dsmonMatrixTopNHCOctets dsmonMatrixSDHCOctets The following enumerations are only available if the agent supports High Capacity monitoring: dsmonMatrixTopNHCPkts dsmonMatrixTopNHCOctets This object MUST NOT be modified if the associated dsmonMatrixTopNCtlStatus object is equal to active(1). Enumeration: 'dsmonMatrixTopNOctets': 2, 'dsmonMatrixTopNPkts': 1, 'dsmonMatrixTopNHCOctets': 4, 'dsmonMatrixTopNHCPkts': 3.
                       dsmonMatrixTopNCtlTimeRemaining 1.3.6.1.2.1.16.26.1.6.4.1.4 integer32 read-only
The number of seconds left in the report currently being collected. When this object is modified by the management station, a new collection is started, possibly aborting a currently running report. The new value is used as the requested duration of this report, and is immediately loaded into the associated dsmonMatrixTopNCtlDuration object. When the report finishes, the probe will automatically start another collection with the same initial value of dsmonMatrixTopNCtlTimeRemaining. Thus the management station may simply read the resulting reports repeatedly, checking the startTime and duration each time to ensure that a report was not missed or that the report parameters were not changed. While the value of this object is non-zero, it decrements by one per second until it reaches zero. At the time that this object decrements to zero, the report is made accessible in the dsmonMatrixTopNTable, overwriting any report that may be there. When this object is modified by the management station, any associated entries in the dsmonMatrixTopNTable shall be deleted.
                       dsmonMatrixTopNCtlGeneratedRpts 1.3.6.1.2.1.16.26.1.6.4.1.5 counter32 read-only
The number of reports that have been generated by this entry.
                       dsmonMatrixTopNCtlDuration 1.3.6.1.2.1.16.26.1.6.4.1.6 integer32 read-only
The number of seconds that this report has collected during the last sampling interval. When the associated dsmonMatrixTopNCtlTimeRemaining object is set, this object shall be set by the probe to the same value and shall not be modified until the next time the dsmonMatrixTopNCtlTimeRemaining is set. This value shall be zero if no reports have been requested for this dsmonMatrixTopNCtlEntry.
                       dsmonMatrixTopNCtlRequestedSize 1.3.6.1.2.1.16.26.1.6.4.1.7 integer32 read-only
The maximum number of dsmonMatrix entries requested for this report. When this object is created or modified, the probe SHOULD set dsmonMatrixTopNCtlGrantedSize as closely to this object as is possible for the particular probe implementation and available resources.
                       dsmonMatrixTopNCtlGrantedSize 1.3.6.1.2.1.16.26.1.6.4.1.8 integer32 read-only
The maximum number of dsmonMatrix entries in this report. When the associated dsmonMatrixTopNCtlRequestedSize object is created or modified, the probe SHOULD set this object as closely to the requested value as is possible for the particular implementation and available resources. The probe MUST NOT lower this value except as a result of a set to the associated dsmonMatrixTopNCtlRequestedSize object. Protocol entries with the highest value of dsmonMatrixTopNRate or dsmonMatrixTopNHCRate (depending on the value of the associated dsmonMatrixTopNCtlRateBase object) shall be placed in this table in decreasing order of this rate until there is no more room or until there are no more dsmonMatrix entries.
                       dsmonMatrixTopNCtlStartTime 1.3.6.1.2.1.16.26.1.6.4.1.9 timestamp read-only
The value of sysUpTime when this top N report was last started. In other words, this is the time that the associated dsmonMatrixTopNCtlTimeRemaining object was modified to start the requested report or the time the report was last automatically (re)started. This object may be used by the management station to determine if a report was missed or not.
                       dsmonMatrixTopNCtlOwner 1.3.6.1.2.1.16.26.1.6.4.1.10 ownerstring read-only
The entity that configured this entry and is therefore using the resources assigned to it.
                       dsmonMatrixTopNCtlStatus 1.3.6.1.2.1.16.26.1.6.4.1.11 rowstatus read-only
The status of this dsmonMatrixTopNCtlEntry. An entry MUST NOT exist in the active state unless all objects in the entry have an appropriate value. If this object is not equal to active(1), all associated entries in the dsmonMatrixTopNTable shall be deleted by the agent.
               dsmonMatrixTopNTable 1.3.6.1.2.1.16.26.1.6.5 no-access
A set of statistics for those dsmonMatrix entries that have counted the highest number of octets or packets. If the dsmonAggControlLocked object is equal to 'false', then all entries in this table SHALL be deleted, and the agent will not process TopN reports on behalf of any dsmonMatrixTopNCtlEntry. When the dsmonAggControlLocked object is set to 'true', then particular reports SHOULD be restarted from the beginning, on behalf of all active rows in the dsmonMatrixTopNCtlTable. Note that dsmonMatrix entries which did not increment at all during the report interval SHOULD NOT be included in dsmonMatrixTopN reports.
                   dsmonMatrixTopNEntry 1.3.6.1.2.1.16.26.1.6.5.1 no-access
A conceptual row in the dsmonMatrixTopNTable. The dsmonMatrixTopNCtlIndex value in the index identifies the dsmonMatrixTopNCtlEntry on whose behalf this entry was created. Entries in this table are ordered from 1 to 'N', where lower numbers represent higher values of the rate base object, over the report interval.
                       dsmonMatrixTopNIndex 1.3.6.1.2.1.16.26.1.6.5.1.1 integer32 no-access
An index that uniquely identifies an entry in the dsmonMatrixTopNTable among those in the same report. This index is between 1 and N, where N is the number of entries in this report.
                       dsmonMatrixTopNAggGroup 1.3.6.1.2.1.16.26.1.6.5.1.2 dsmoncounteragggroupindex read-only
The counter aggregation group index value associated with host identified in this entry. This object identifies the dsmonAggGroupEntry with the same dsmonAggControlIndex value as the associated dsmonMatrixCtlAggProfile object and the same dsmonAggGroupIndex value as this object.
                       dsmonMatrixTopNNLIndex 1.3.6.1.2.1.16.26.1.6.5.1.3 integer32 read-only
The protocolDirLocalIndex value which identifies the protocol associated with the dsmonMatrixTopNSourceAddress and dsmonMatrixTopNDestAddress objects in this entry. If the protocolDirEntry associated with the protocolDirLocalIndex with the same value as this object is de-activated or deleted, then the agent MUST delete this dsmonMatrixTopN entry.
                       dsmonMatrixTopNSourceAddress 1.3.6.1.2.1.16.26.1.6.5.1.4 octet string read-only
The dsmonMatrixSDSourceAddress value for the source network host identified in this entry. The associated dsmonMatrixTopNNLIndex object identifies the network protocol type and the encoding rules for this object.
                       dsmonMatrixTopNDestAddress 1.3.6.1.2.1.16.26.1.6.5.1.5 octet string read-only
The dsmonMatrixSDDestAddress value for the destination network host identified in this entry. The associated dsmonMatrixTopNNLIndex object identifies the network protocol type and the encoding rules for this object.
                       dsmonMatrixTopNALIndex 1.3.6.1.2.1.16.26.1.6.5.1.6 integer32 read-only
The protocolDirLocalIndex value which identifies the application protocol associated with this entry. If the protocolDirEntry associated with the protocolDirLocalIndex with the same value as this object is de-activated or deleted, then the agent MUST delete this dsmonMatrixTopN entry.
                       dsmonMatrixTopNPktRate 1.3.6.1.2.1.16.26.1.6.5.1.7 gauge32 read-only
The number of packets seen of this protocol from the source host to the destination host during this sampling interval, counted using the rules for counting the dsmonMatrixSDPkts object. If the value of dsmonMatrixTopNCtlRateBase is dsmonMatrixTopNPkts, this variable will be used to sort this report. If the value of the dsmonMatrixTopNCtlRateBase is dsmonMatrixTopNHCPkts or dsmonMatrixTopNHCOctets, then this object will contain the the least significant 32 bits of the associated dsmonMatrixTopNHCPktRate object.
                       dsmonMatrixTopNPktRateOvfl 1.3.6.1.2.1.16.26.1.6.5.1.8 gauge32 read-only
The most significant 32 bits of the associated dsmonMatrixTopNHCPktRate object. If the associated dsmonMatrixTopNCtlRateBase is equal to dsmonMatrixTopNHCPkts or dsmonMatrixTopNHCOctets, then this object will contain the most significant 32 bits of the associated dsmonMatrixTopNHCPktRate object, otherwise this object will contain the value zero. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonMatrixTopNHCPktRate 1.3.6.1.2.1.16.26.1.6.5.1.9 counterbasedgauge64 read-only
The number of packets seen of this protocol from the source host to the destination host during this sampling interval, counted using the rules for counting the dsmonMatrixSDHCPkts object. If the value of dsmonMatrixTopNCtlRateBase is dsmonMatrixTopNHCPkts, this variable will be used to sort this report. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonMatrixTopNRevPktRate 1.3.6.1.2.1.16.26.1.6.5.1.10 gauge32 read-only
The number of packets seen of this protocol from the destination host to the source host during this sampling interval, counted using the rules for counting the dsmonMatrixDSPkts object (note that the corresponding dsmonMatrixSDPkts object selected is the one whose source address is equal to dsmonMatrixTopNDestAddress and whose destination address is equal to dsmonMatrixTopNSourceAddress.)
                       dsmonMatrixTopNRevPktRateOvfl 1.3.6.1.2.1.16.26.1.6.5.1.11 gauge32 read-only
The most significant 32 bits of the associated dsmonMatrixTopNHCRevPktRate object. If the associated dsmonMatrixTopNCtlRateBase is equal to dsmonMatrixTopNHCPkts or dsmonMatrixTopNHCOCtets, then this object will contain the most significant 32 bits of the associated dsmonMatrixTopNHCRevPktRate object, otherwise this object will contain the value zero. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonMatrixTopNHCRevPktRate 1.3.6.1.2.1.16.26.1.6.5.1.12 counterbasedgauge64 read-only
The number of packets seen of this protocol from the destination host to the source host during this sampling interval, counted using the rules for counting the dsmonMatrixDSHCPkts object (note that the corresponding dsmonMatrixSDHCPkts object selected is the one whose source address is equal to dsmonMatrixTopNDestAddress and whose destination address is equal to dsmonMatrixTopNSourceAddress.) The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonMatrixTopNOctetRate 1.3.6.1.2.1.16.26.1.6.5.1.13 gauge32 read-only
The number of octets seen of this protocol from the source host to the destination host during this sampling interval, counted using the rules for counting the dsmonMatrixSDOctets object. If the value of dsmonMatrixTopNCtlRateBase is dsmonMatrixTopNOctets, this variable will be used to sort this report. If the value of the dsmonMatrixTopNCtlRateBase is dsmonMatrixTopNHCPkts or dsmonMatrixTopNHCOctets, then this object will contain the the least significant 32 bits of the associated dsmonMatrixTopNHCPktRate object.
                       dsmonMatrixTopNOctetRateOvfl 1.3.6.1.2.1.16.26.1.6.5.1.14 gauge32 read-only
The most significant 32 bits of the associated dsmonMatrixTopNHCOctetRate object. If the associated dsmonMatrixTopNCtlRateBase is equal to dsmonMatrixTopNHCPkts or dsmonMatrixTopNHCOctets, then this object will contain the most significant 32 bits of the associated dsmonMatrixTopNHCOctetRate object, otherwise this object will contain the value zero. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonMatrixTopNHCOctetRate 1.3.6.1.2.1.16.26.1.6.5.1.15 counterbasedgauge64 read-only
The number of octets seen of this protocol from the source host to the destination host during this sampling interval, counted using the rules for counting the dsmonMatrixSDHCOctets object. If the value of dsmonMatrixTopNCtlRateBase is dsmonMatrixTopNHCOctets, this variable will be used to sort this report. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonMatrixTopNRevOctetRate 1.3.6.1.2.1.16.26.1.6.5.1.16 gauge32 read-only
The number of octets seen of this protocol from the destination host to the source host during this sampling interval, counted using the rules for counting the dsmonMatrixDSOctets object (note that the corresponding dsmonMatrixSDOctets object selected is the one whose source address is equal to dsmonMatrixTopNDestAddress and whose destination address is equal to dsmonMatrixTopNSourceAddress.)
                       dsmonMatrixTopNRevOctetRateOvfl 1.3.6.1.2.1.16.26.1.6.5.1.17 gauge32 read-only
The most significant 32 bits of the associated dsmonMatrixTopNHCRevOctetRate object. If the associated dsmonMatrixTopNCtlRateBase is equal to dsmonMatrixTopNHCPkts or dsmonMatrixTopNHCOCtets, then this object will contain the most significant 32 bits of the associated dsmonMatrixTopNHCRevPktRate object, otherwise this object will contain the value zero. The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
                       dsmonMatrixTopNHCRevOctetRate 1.3.6.1.2.1.16.26.1.6.5.1.18 counterbasedgauge64 read-only
The number of octets seen of this protocol from the destination host to the source host during this sampling interval, counted using the rules for counting the dsmonMatrixDSHCOctets object (note that the corresponding dsmonMatrixSDHCOctets object selected is the one whose source address is equal to dsmonMatrixTopNDestAddress and whose destination address is equal to dsmonMatrixTopNSourceAddress.) The agent MAY choose not to instantiate this object if High Capacity monitoring is not supported.
       dsmonNotifications 1.3.6.1.2.1.16.26.2
       dsmonConformance 1.3.6.1.2.1.16.26.3
           dsmonCompliances 1.3.6.1.2.1.16.26.3.1
               dsmonCompliance 1.3.6.1.2.1.16.26.3.1.1
Describes the requirements for conformance to the Differentiated Services Monitoring MIB.
               dsmonHCCompliance 1.3.6.1.2.1.16.26.3.1.2
Describes the requirements for conformance to the Differentiated Services Monitoring MIB for agents which also support High Capacity monitoring and the Counter64 data type.
               dsmonHCNoC64Compliance 1.3.6.1.2.1.16.26.3.1.3
Describes the requirements for conformance to the Differentiated Services Monitoring MIB for an agent which supports high capacity monitoring, but does not support the Counter64 data type (e.g., only supports the SNMPv1 protocol).
           dsmonGroups 1.3.6.1.2.1.16.26.3.2
               dsmonCounterAggControlGroup 1.3.6.1.2.1.16.26.3.2.1
A collection of objects used to configure and manage counter aggregation groups for DSMON collection purposes.
               dsmonStatsGroup 1.3.6.1.2.1.16.26.3.2.2
A collection of objects providing per DSCP statistics.
               dsmonStatsOvflGroup 1.3.6.1.2.1.16.26.3.2.3
A collection of objects providing per-DSCP overflow counters for systems with high capacity data sources, but without support for the Counter64 data type.
               dsmonStatsHCGroup 1.3.6.1.2.1.16.26.3.2.4
A collection of objects providing per DSCP statistics for high capacity data sources.
               dsmonPdistGroup 1.3.6.1.2.1.16.26.3.2.5
A collection of objects providing per protocol DSCP monitoring extensions to the RMON-2 MIB.
               dsmonPdistOvflGroup 1.3.6.1.2.1.16.26.3.2.6
A collection of objects providing per-protocol DSCP overflow counters for systems with high capacity data sources, but without support for the Counter64 data type.
               dsmonPdistHCGroup 1.3.6.1.2.1.16.26.3.2.7
A collection of objects providing per protocol DSCP monitoring extensions to the RMON-2 MIB for High Capacity networks.
               dsmonHostGroup 1.3.6.1.2.1.16.26.3.2.8
A collection of objects providing per Host monitoring functions.
               dsmonHostOvflGroup 1.3.6.1.2.1.16.26.3.2.9
A collection of objects providing per host DSCP overflow counters for systems with high capacity data sources, but without support for the Counter64 data type.
               dsmonHostHCGroup 1.3.6.1.2.1.16.26.3.2.10
A collection of objects providing per Host monitoring functions for High Capacity networks.
               dsmonCapsGroup 1.3.6.1.2.1.16.26.3.2.11
A collection of objects providing an indication of the DSMON monitoring functions supported by the agent.
               dsmonMatrixGroup 1.3.6.1.2.1.16.26.3.2.12
A collection of objects providing per conversation monitoring functions.
               dsmonMatrixOvflGroup 1.3.6.1.2.1.16.26.3.2.13
A collection of objects providing per conversation monitoring functions for systems with high capacity data sources, but without support for the Counter64 data type.
               dsmonMatrixHCGroup 1.3.6.1.2.1.16.26.3.2.14
A collection of objects providing per conversation monitoring functions for High Capacity networks.