ATM-RMON-MIB

File: ATM-RMON-MIB.mib (86963 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
IF-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Integer32 Counter64 Gauge32
TimeTicks TEXTUAL-CONVENTION RowStatus
DisplayString TimeStamp MODULE-COMPLIANCE
OBJECT-GROUP ifIndex OwnerString
ciscoExperiment

Defined Types

ZeroBasedCounter32  
This TC describes an object which counts events with the following semantics: objects of this type will be set to zero(0) on creation and will thereafter count appropriate events, wrapping back to zero(0) when the value 2^32 is reached. Provided that an application discovers the new object within the minimum time to wrap it can use the initial value as a delta since it last polled the table of which this object is part. It is important for a management station to be aware of this minimum time and the actual time between polls, and to discard data if the actual time is too long or there is no defined minimum time. Typically this TC is used in tables where the INDEX space is constantly changing and/or the TimeFilter mechanism is in use.
TEXTUAL-CONVENTION    
  Gauge32  

LastCreateTime  
This TC describes an object that stores the last time its entry was created. This can be used for polling applications to determine that an entry has been deleted and re-created between polls, causing an otherwise undetectable discontinuity in the data.
TEXTUAL-CONVENTION    
  TimeTicks  

AtmAddr  
The ATM address used by the network entity. The address types are: no address (0 octets), E.164 (8 octets), network prefix (13 octets), and NSAP (20 octets). Note: The E.164 address is encoded in BCD format.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|8|13|20)  

ServiceClass  
This TC describes an object that identifies the cell delivery class-of-service classification, associated with a particular statistics collection. In order to conserve agent resources, the classifications are limited to two enumerations which distinguish delay-guarantee. Statistics gathered on behalf on collections identified by the 'cbrAndVbr(1)' enumeration represent constant-bit-rate (CBR), real-time and non-real-time variable bit rate (VBR) traffic. Statistics gathered on behalf on collections identified by the 'abrAndUbr(2)' enumeration represent available-bit-rate (ABR) and unspecified-bit-rate (UBR) traffic.
TEXTUAL-CONVENTION    
  INTEGER cbrAndVbr(1), abrAndUbr(2)  

ResourcePriority  
This TC describes an object which indicates the desired resource priority of the entire entry. Lower priorities indicate a lesser requirement to retain resources than higher priority values. A management station can use the resource priority to provide a probe with additional information for managing memory allocation. A probe is strongly encouraged, but not required, to honor all priority requests, all of the time. Objects declared with this TC should be contained within a conceptual control table entry. The indicated resource priority applies to the control entry, all internal data structures maintained on behalf of the control entry, and all external MIB data represented by the control entry. A probe should honor the priority requests in an implementation-dependent way. The data allocation granularity (i.e., shared data structures) may vary greatly for different implementations, so a particular implementation strategy is not mandated. However, the following guidelines are suggested for those agents which implement garbage-collection based on 'least-recently used' (LRU) or other criteria: In the event that the probe runs short of resources, and data entries are to be removed from particular tables to reclaim resources, then entries associated with lower ResourcePriority values should be deleted before entries associated with higher ResourcePriority values, regardless of the resource reclamation algorithm in use. In addition, entries associated with a higher AddressCollectScope value should be deleted before entries with a lower AddressCollectScope value. Note that the priority ordering of entries with the same ResourcePriority and addressCollectScope values is unspecified.
TEXTUAL-CONVENTION    
  INTEGER lowPriority(1), normalPriority(2), highPriority(3)  

AddressCollectScope  
This TC describes an object which indicates the granularity of the addresses represented in associated ATM-RMON collections. Addresses gathered on behalf of collections identified by the 'prefix(1)' enumeration will be cleared to zero in bytes 13 through 20, for indexing and counting purposes. Addresses gathered on behalf of collections identified by the 'prefixAndEsi(2)' enumeration will be cleared to zero in byte 20, for indexing and counting purposes. Addresses gathered on behalf of collections identified by the 'entireAddr(3)' enumeration will be unmodified, for indexing and counting purposes.
TEXTUAL-CONVENTION    
  INTEGER prefix(1), prefixAndEsi(2), entireAddr(3)  

ConnectTime  
This TC describes an object which indicates the sum of the elapsed times of all connections associated with a particular collection. This is a cumulative total and includes all connections which currently exist and all connections which have been released. Elapsed connection time begins when the call attempt is detected, and ends when the call is released. It is an implementation-specific matter whether call attempts which do not result in successful connections are represented in this total. Call duration is maintained in units of seconds, and are rounded to the nearest second when counted.
TEXTUAL-CONVENTION    
  Gauge32  

PortSelGrpEntry  
SEQUENCE    
  portSelGrpIndex Integer32
  portSelGrpDescr DisplayString
  portSelGrpCreateTime LastCreateTime
  portSelGrpOwner OwnerString
  portSelGrpStatus RowStatus

PortSelEntry  
SEQUENCE    
  portSelCollectGroup Integer32
  portSelCreateTime LastCreateTime
  portSelOwner OwnerString
  portSelStatus RowStatus

AtmStatsControlEntry  
SEQUENCE    
  atmStatsControlDropEvents Counter32
  atmStatsControlOwner OwnerString
  atmStatsControlStatus RowStatus

AtmStatsEntry  
SEQUENCE    
  atmStatsSClass ServiceClass
  atmStatsCreateTime LastCreateTime
  atmStatsCells Counter32
  atmStatsCellsRollovers Counter32
  atmStatsHCCells Counter64
  atmStatsNumCallAttempts Counter32
  atmStatsNumCalls Counter32
  atmStatsConnTime ConnectTime

AtmHostControlEntry  
SEQUENCE    
  atmHostControlInserts Counter32
  atmHostControlDeletes Counter32
  atmHostControlMaxDesiredEntries Integer32
  atmHostControlPriority ResourcePriority
  atmHostControlAddrCollectScope AddressCollectScope
  atmHostControlDropEvents Counter32
  atmHostControlOwner OwnerString
  atmHostControlStatus RowStatus

AtmHostEntry  
SEQUENCE    
  atmHostAddress AtmAddr
  atmHostSClass ServiceClass
  atmHostCreateTime LastCreateTime
  atmHostInCells ZeroBasedCounter32
  atmHostInCellsRollovers ZeroBasedCounter32
  atmHostInHCCells Counter64
  atmHostOutCells ZeroBasedCounter32
  atmHostOutCellsRollovers ZeroBasedCounter32
  atmHostOutHCCells Counter64
  atmHostInNumCallAttempts ZeroBasedCounter32
  atmHostInNumCalls ZeroBasedCounter32
  atmHostOutNumCallAttempts ZeroBasedCounter32
  atmHostOutNumCalls ZeroBasedCounter32
  atmHostInConnTime ConnectTime
  atmHostOutConnTime ConnectTime

AtmMatrixControlEntry  
SEQUENCE    
  atmMatrixControlInserts Counter32
  atmMatrixControlDeletes Counter32
  atmMatrixControlMaxDesiredEntries Integer32
  atmMatrixControlPriority ResourcePriority
  atmMatrixControlAddrCollectScope AddressCollectScope
  atmMatrixControlDropEvents Counter32
  atmMatrixControlOwner OwnerString
  atmMatrixControlStatus RowStatus

AtmMatrixSDEntry  
SEQUENCE    
  atmMatrixSDSrcAddress AtmAddr
  atmMatrixSDDstAddress AtmAddr
  atmMatrixSDSClass ServiceClass
  atmMatrixSDCreateTime LastCreateTime
  atmMatrixSDCells ZeroBasedCounter32
  atmMatrixSDCellsRollovers ZeroBasedCounter32
  atmMatrixSDHCCells Counter64
  atmMatrixSDNumCallAttempts ZeroBasedCounter32
  atmMatrixSDNumCalls ZeroBasedCounter32
  atmMatrixSDConnTime ConnectTime

AtmMatrixDSEntry  
SEQUENCE    
  atmMatrixDSSrcAddress AtmAddr
  atmMatrixDSDstAddress AtmAddr
  atmMatrixDSSClass ServiceClass
  atmMatrixDSCreateTime LastCreateTime
  atmMatrixDSCells ZeroBasedCounter32
  atmMatrixDSCellsRollovers ZeroBasedCounter32
  atmMatrixDSHCCells Counter64
  atmMatrixDSNumCallAttempts ZeroBasedCounter32
  atmMatrixDSNumCalls ZeroBasedCounter32
  atmMatrixDSConnTime ConnectTime

AtmMatrixTopNControlEntry  
SEQUENCE    
  atmMatrixTopNControlIndex Integer32
  atmMatrixTopNControlRateBase INTEGER
  atmMatrixTopNControlSClass ServiceClass
  atmMatrixTopNControlTimeRemaining Integer32
  atmMatrixTopNControlGeneratedReports Counter32
  atmMatrixTopNControlDuration Integer32
  atmMatrixTopNControlRequestedSize Integer32
  atmMatrixTopNControlGrantedSize Integer32
  atmMatrixTopNControlStartTime TimeStamp
  atmMatrixTopNControlOwner OwnerString
  atmMatrixTopNControlStatus RowStatus

AtmMatrixTopNEntry  
SEQUENCE    
  atmMatrixTopNIndex Integer32
  atmMatrixTopNSrcAddress AtmAddr
  atmMatrixTopNDstAddress AtmAddr
  atmMatrixTopNRate Integer32
  atmMatrixTopNReverseRate Integer32

Defined Values

atmRmon 1.3.6.1.4.1.9.10.16
The MIB module for managing remote monitoring device implementations for ATM networks.
MODULE-IDENTITY    

atmRmonMIBObjects 1.3.6.1.4.1.9.10.16.1
OBJECT IDENTIFIER    

atmRmonNotifications 1.3.6.1.4.1.9.10.16.2
OBJECT IDENTIFIER    

atmRmonConformance 1.3.6.1.4.1.9.10.16.3
OBJECT IDENTIFIER    

portSelect 1.3.6.1.4.1.9.10.16.1.1
OBJECT IDENTIFIER    

atmStats 1.3.6.1.4.1.9.10.16.1.2
OBJECT IDENTIFIER    

atmHost 1.3.6.1.4.1.9.10.16.1.3
OBJECT IDENTIFIER    

atmMatrix 1.3.6.1.4.1.9.10.16.1.4
OBJECT IDENTIFIER    

atmConfig 1.3.6.1.4.1.9.10.16.1.5
OBJECT IDENTIFIER    

portSelGrpTable 1.3.6.1.4.1.9.10.16.1.1.1
Controls the setup of port and ATM connection selection criteria used on behalf of any collection associated with entries in this table (e.g., atmHostTable). This table allows portSelTable entries with the same value of the portSelCollectGroup object to be grouped together to form port select groups. Note that an agent implementation may restrict the actual number of portSelGrp entries, due to resource limitations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSelGrpEntry

portSelGrpEntry 1.3.6.1.4.1.9.10.16.1.1.1.1
A conceptual row in the portSelGrpTable. An example of the indexing of this entry is portSelGrpCreateTime.7 .
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSelGrpEntry  

portSelGrpIndex 1.3.6.1.4.1.9.10.16.1.1.1.1.1
An arbitrary and unique index for this portSelGrpEntry. If portSelGrpTable entries are recreated by the agent after a restart, then the portSelGrpIndex value must be retained across a restart as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

portSelGrpDescr 1.3.6.1.4.1.9.10.16.1.1.1.1.2
An administratively-assigned descriptive label for this portSelGrp entry.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..64)  

portSelGrpCreateTime 1.3.6.1.4.1.9.10.16.1.1.1.1.3
The value of sysUpTime when this portSelGrp entry was activated. This can be used by the management station to ensure that the table has not been deleted and recreated between polls.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

portSelGrpOwner 1.3.6.1.4.1.9.10.16.1.1.1.1.4
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

portSelGrpStatus 1.3.6.1.4.1.9.10.16.1.1.1.1.5
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. No objects are required to be written prior to the row being set to active(1). However, all portSelTable entries which are to be included in collections on behalf of this portSelectGroup, must be completely configured and activated before this object is set to active(1), since the associated instances of portSelStatus cannot be modified once this object has been set to active(1). If this object is not equal to active(1), all associated data collections shall be deleted (e.g., any associated collections in the atmStats, atmHostTable or atmMatrixSDTable). Note that associated portSelTable and any configured collection control entries (e.g., atmHostControlTable) are not deleted when this entry leaves the active state.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

portSelTable 1.3.6.1.4.1.9.10.16.1.1.2
Controls the setup of selection criteria for a single ATM port, used on behalf of any collections identified with the associated portSelectGroup (identified by its portSelGrpIndex value). This table identifies the collection characteristics for the ATM port indicated by the ifIndex value in the index. Note that an agent implementation may restrict the actual number of portSelTable entries, due to resource limitations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PortSelEntry

portSelEntry 1.3.6.1.4.1.9.10.16.1.1.2.1
A conceptual row in the portSelTable. Entries may only be created on behalf of ATM interfaces. That is, the ifType value associated with each ifIndex value must be equal to atm(37) or atmLogicalPort(80). An example of the indexing of this entry is portSelCreateTime.7 .
Status: current Access: not-accessible
OBJECT-TYPE    
  PortSelEntry  

portSelCollectGroup 1.3.6.1.4.1.9.10.16.1.1.2.1.1
This object identifies the associated instance of portSelGrpIndex, which indicates the portSelectGroup to which this port is assigned. This object may not be modified if the associated instance of portSelStatus is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..65535  

portSelCreateTime 1.3.6.1.4.1.9.10.16.1.1.2.1.2
The value of sysUpTime when this entry was activated. This can be used by the management station to ensure that the table has not been deleted and recreated between polls.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

portSelOwner 1.3.6.1.4.1.9.10.16.1.1.2.1.3
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

portSelStatus 1.3.6.1.4.1.9.10.16.1.1.2.1.4
The status of this row. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Specifically, an appropriate value for the portSelCollectGroup object must be set before this object may be set to active(1). An agent may wish to allow portSelTable entries to exist which reference non-existent portSelGrpTable entries, in order to reduce row creation order dependencies. All portSelTable entries which are to be included in a particular collection (as indicated by the portSelCollectGroup object), should be completely configured and activated before the associated portSelGrpStatus object is set to active(1). Configuration of a portSelectGroup cannot be modified once collections on its behalf have been started. This object may not be modified if the associated portSelGroupStatus in in the active(1) state, indicated by a portSelGrpIndex value identical to the value of the portSelCollectGroup object in this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

atmStatsControlTable 1.3.6.1.4.1.9.10.16.1.2.1
A list of ATM basic statistic collection table control entries. These entries will enable the collection of statistical totals for an entire portSelectGroup.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmStatsControlEntry

atmStatsControlEntry 1.3.6.1.4.1.9.10.16.1.2.1.1
A conceptual row in the atmStatsControlTable. Entries in this table are identified and indexed by the portSelGrpIndex object. At most one atmStats collection is done per portSelectGroup. An example of the indexing of this entry is atmStatsDropEvents.1 .
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmStatsControlEntry  

atmStatsControlDropEvents 1.3.6.1.4.1.9.10.16.1.2.1.1.1
The total number of events in which cells which should have been counted in the associated atmStatsEntry, but were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of cells or calls dropped; it is just the number of times this condition has been detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmStatsControlOwner 1.3.6.1.4.1.9.10.16.1.2.1.1.2
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

atmStatsControlStatus 1.3.6.1.4.1.9.10.16.1.2.1.1.3
The status of this atmStatsControlEntry. This control entry may be created and destroyed independently of the associated portSelGrpEntry, however its associated atmStatsTable can exist only when the portSelGrpEntry controlling this collection is active. If this object is not equal to active(1), all associated entries in the atmStatsTable shall be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

atmStatsTable 1.3.6.1.4.1.9.10.16.1.2.2
A collection of statistical totals for all ATM addresses that have been discovered on behalf of the portSelectGroup associated with this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmStatsEntry

atmStatsEntry 1.3.6.1.4.1.9.10.16.1.2.2.1
A conceptual row in the atmStatsTable. The portSelGrpIndex value in the index identifies the portSelectGroup on whose behalf this entry was created. An example of the indexing of this entry is atmStatsCells.8.1
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmStatsEntry  

atmStatsSClass 1.3.6.1.4.1.9.10.16.1.2.2.1.1
The quality of service classification for this entry. See the ServiceClass textual convention for details and specific class-of-service values.
Status: current Access: not-accessible
OBJECT-TYPE    
  ServiceClass  

atmStatsCreateTime 1.3.6.1.4.1.9.10.16.1.2.2.1.2
The value of sysUpTime when this entry was created. This can be used by the management station to ensure that the entry has not been deleted and recreated between polls.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

atmStatsCells 1.3.6.1.4.1.9.10.16.1.2.2.1.3
The total number of error-free cells detected on all ATM connections on behalf of this portSelectGroup collection. Note that a particular cell may only cause this counter to increment once, even if multiple criteria is met for inclusion in this portSelectGroup.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmStatsCellsRollovers 1.3.6.1.4.1.9.10.16.1.2.2.1.4
The number of times that the associated instance of the atmStatsCells object has transitioned from the value 2^^32-1 to zero.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmStatsHCCells 1.3.6.1.4.1.9.10.16.1.2.2.1.5
The high capacity version of the atmStatsCells object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

atmStatsNumCallAttempts 1.3.6.1.4.1.9.10.16.1.2.2.1.6
The number of call attempts detected on all signalled ATM connections on behalf of this portSelectGroup collection. A probe should increment this counter each time a connection setup attempt (identified with this portSelectGroup) is detected. For point-to-multipoint connections, this counter is incremented once per counted connection, regardless of the number of leafs identified in the connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmStatsNumCalls 1.3.6.1.4.1.9.10.16.1.2.2.1.7
The number of successfully established calls detected on all signalled ATM connections on behalf of this portSelectGroup collection. Note that this value includes successfully established calls that are currently in progress. A probe should increment this counter each time a valid connection (identified with this portSelectGroup) is successfully established. For point-to-multipoint ATM connections, this counter is incremented once per counted connection, regardless of the number of leafs identified in the connection. Note that when a point-to-point connection setup enters on one port and leaves on another port in the same port select group, it is counted only once.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmStatsConnTime 1.3.6.1.4.1.9.10.16.1.2.2.1.8
The elapsed time of all calls identified by the associated instance of the atmStatsNumCallAttempts object. Note that point-to-multipoint calls are counted only once, regardless of the number of leafs participating in the call.
Status: current Access: read-only
OBJECT-TYPE    
  ConnectTime  

atmHostControlTable 1.3.6.1.4.1.9.10.16.1.3.1
A list of ATM host table control entries. These entries will enable the collection of ATM host information in the atmHostTable. Entries in the atmHostTable will be created on behalf of each entry in this table. A probe is required to support at most one atmHost collection per instance of an associated portSelectGroup, therefore the table is indexed by the portSelGrpIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmHostControlEntry

atmHostControlEntry 1.3.6.1.4.1.9.10.16.1.3.1.1
A conceptual row in the atmHostControlTable. Entries in this table are identified and indexed by the portSelGrpIndex object. At most one atmHost collection is done per portSelectGroup. An example of the indexing of this entry is atmHostControlInserts.1
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmHostControlEntry  

atmHostControlInserts 1.3.6.1.4.1.9.10.16.1.3.1.1.1
The number of times an atmHost entry has been inserted into the atmHost 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 atmHostControlDeletes from atmHostControlInserts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmHostControlDeletes 1.3.6.1.4.1.9.10.16.1.3.1.1.2
The number of times an atmHost entry has been deleted from the atmHost 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 atmHostControlDeletes from atmHostControlInserts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmHostControlMaxDesiredEntries 1.3.6.1.4.1.9.10.16.1.3.1.1.3
The maximum number of entries that are desired in the atmHostTable 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. If the associated instance of atmHostControlStatus object is equal to active(1), this object may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

atmHostControlPriority 1.3.6.1.4.1.9.10.16.1.3.1.1.4
The priority this collection should be given to retain resources, in the event the probe must reclaim some resources in order to add new entries to an existing atmHost collection or add new collections of other types. If the associated instance of atmHostControlStatus object is equal to active(1), this object may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  ResourcePriority  

atmHostControlAddrCollectScope 1.3.6.1.4.1.9.10.16.1.3.1.1.5
This object controls the granularity of address collection in atmHostTable entries created on behalf of this control entry, according to the rules specified by the AddressCollectScope textual convention. If the associated instance of atmHostControlStatus object is equal to active(1), this object may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  AddressCollectScope  

atmHostControlDropEvents 1.3.6.1.4.1.9.10.16.1.3.1.1.6
The total number of events in which cells which should have been counted in the associated atmHostEntry, but were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of cells or calls dropped; it is just the number of times this condition has been detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmHostControlOwner 1.3.6.1.4.1.9.10.16.1.3.1.1.7
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

atmHostControlStatus 1.3.6.1.4.1.9.10.16.1.3.1.1.8
The status of this atmHostControlEntry. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Specifically, appropriate values for the associated instances of atmHostControlMaxDesiredEntries, atmHostControlPriority, and atmHostControlAddrCollectScope must be set before this object may be set to active(1). This control entry may be created and destroyed independently of the associated portSelGrpEntry, however its associated atmHostTable can exist only when the portSelGrpEntry controlling this collection is active. If this object is not equal to active(1), all associated entries in the atmHostTable shall be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

atmHostTable 1.3.6.1.4.1.9.10.16.1.3.2
A collection of statistics for a particular ATM host address that has been discovered on behalf of the portSelectGroup associated with this entry. The probe will add to this table all addresses seen as the source or destination address in all calls, on all ports configured in the portSelGrpEntry controlling this collection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmHostEntry

atmHostEntry 1.3.6.1.4.1.9.10.16.1.3.2.1
A conceptual row in the atmHostTable. The portSelGrpIndex value in the index identifies the portSelectGroup on whose behalf this entry was created. An example of the indexing of this entry is atmHostInCells.4.20..2
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmHostEntry  

atmHostAddress 1.3.6.1.4.1.9.10.16.1.3.2.1.1
The ATM address for this atmHostEntry. This is represented as an octet string with specific semantics and length as identified by the AtmAddr textual convention. Note that only 20 octet 'AtmAddr' addresses are collected in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmAddr  

atmHostSClass 1.3.6.1.4.1.9.10.16.1.3.2.1.2
The quality of service classification for this entry. See the ServiceClass textual convention for details and specific class-of-service values.
Status: current Access: not-accessible
OBJECT-TYPE    
  ServiceClass  

atmHostCreateTime 1.3.6.1.4.1.9.10.16.1.3.2.1.3
The value of sysUpTime when this entry was activated. This can be used by the management station to ensure that the entry has not been deleted and recreated between polls.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

atmHostInCells 1.3.6.1.4.1.9.10.16.1.3.2.1.4
The number of error-free cells detected on ATM connections associated with this portSelectGroup, in which this ATM address was identified as the receiver address, or one of the leaf addresses on a point-to-multipoint ATM connection.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmHostInCellsRollovers 1.3.6.1.4.1.9.10.16.1.3.2.1.5
The number of times that the associated instance of the atmHostInCells object has transitioned from the value 2^^32-1 to zero.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmHostInHCCells 1.3.6.1.4.1.9.10.16.1.3.2.1.6
The high capacity version of the atmHostInCells object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

atmHostOutCells 1.3.6.1.4.1.9.10.16.1.3.2.1.7
The number of error-free cells detected on ATM connections associated with this portSelectGroup, in which this ATM address was identified as the sender address.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmHostOutCellsRollovers 1.3.6.1.4.1.9.10.16.1.3.2.1.8
The number of times that the associated instance of the atmHostOutCells object has transitioned from the value 2^^32-1 to zero.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmHostOutHCCells 1.3.6.1.4.1.9.10.16.1.3.2.1.9
The high capacity version of the atmHostOutCells object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

atmHostInNumCallAttempts 1.3.6.1.4.1.9.10.16.1.3.2.1.10
The number of calls detected on ATM connections associated with this entry, in which the associated endpoint address was identified as the Called Party in an signalled ATM connection establishment attempt. Note that this value includes calls that are currently in progress. A probe should increment this counter each time a connection attempt is detected in which this ATM host is identified as the Called Party, or one of the leaf addresses for point-to-multipoint ATM connections.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmHostInNumCalls 1.3.6.1.4.1.9.10.16.1.3.2.1.11
The number of successfully established calls detected on ATM connections associated with this entry, in which the associated endpoint address was identified as the Called Party address. Note that this value includes calls that are currently in progress. A probe should increment this counter each time a connection is successfully established in which this ATM host is identified as the Called Party address, or one of the leaf addresses for point-to-multipoint ATM connections.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmHostOutNumCallAttempts 1.3.6.1.4.1.9.10.16.1.3.2.1.12
The number of calls detected on ATM connections associated with this entry, in which the associated endpoint address was identified as the Calling Party in an signalled ATM connection establishment attempt. Note that this value includes calls that are currently in progress. A probe should increment this counter each time a connection attempt is detected in which this ATM host is identified as the Calling Party. Note that for point-to-multipoint ATM connections, this counter is incremented only once per call, regardless of the number of leafs established at setup time or the number of leaf-initiated-join attempts since the call was established.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmHostOutNumCalls 1.3.6.1.4.1.9.10.16.1.3.2.1.13
The number of successfully established calls detected on ATM connections associated with this entry, in which the associated endpoint address was identified as the Calling Party address. Note that this value includes calls that are currently in progress. A probe should increment this counter each time a connection is successfully established in which this ATM host is identified as the Calling Party address.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmHostInConnTime 1.3.6.1.4.1.9.10.16.1.3.2.1.14
The elapsed time of all calls identified by the associated instance of atmHostInNumCallAttempts.
Status: current Access: read-only
OBJECT-TYPE    
  ConnectTime  

atmHostOutConnTime 1.3.6.1.4.1.9.10.16.1.3.2.1.15
The elapsed time of all calls identified by the associated instance of atmHostOutNumCallAttempts.
Status: current Access: read-only
OBJECT-TYPE    
  ConnectTime  

atmMatrixControlTable 1.3.6.1.4.1.9.10.16.1.4.1
A list of ATM matrix table control entries. These entries will enable the collection of ATM matrix information in the atmMatrixSDTable and atmMatrixDSTable. A probe is required to support at most one atmMatrix collection per instance of an associated portSelectGroup, therefore the table is indexed by the portSelGrpIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmMatrixControlEntry

atmMatrixControlEntry 1.3.6.1.4.1.9.10.16.1.4.1.1
A conceptual row in the atmMatrixControlTable. An example of the indexing of this entry is atmMatrixControlInserts.1
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmMatrixControlEntry  

atmMatrixControlInserts 1.3.6.1.4.1.9.10.16.1.4.1.1.1
The number of times an atmMatrix entry has been inserted into the atmMatrix table. 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 atmMatrixSDTable and atmMatrixDSTable 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 table size can be determined by subtracting atmMatrixControlDeletes from atmMatrixControlInserts, and dividing the result by two.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmMatrixControlDeletes 1.3.6.1.4.1.9.10.16.1.4.1.1.2
The number of times an atmMatrix entry has been deleted from the atmMatrix table (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 atmMatrixSDTable and atmMatrixDSTable 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 table size can be determined by subtracting atmMatrixControlDeletes from atmMatrixControlInserts, and dividing the result by two.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmMatrixControlMaxDesiredEntries 1.3.6.1.4.1.9.10.16.1.4.1.1.3
The maximum number of entries that are desired in the atmMatrixTable 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. If the associated instance of atmMatrixControlStatus object is equal to active(1), this object may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

atmMatrixControlPriority 1.3.6.1.4.1.9.10.16.1.4.1.1.4
The priority this collection should be given to retain resources, in the event the probe must reclaim some resources in order to add new entries to an existing atmMatrix collection or add new collections of other types. If the associated instance of atmMatrixControlStatus object is equal to active(1), this object may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  ResourcePriority  

atmMatrixControlAddrCollectScope 1.3.6.1.4.1.9.10.16.1.4.1.1.5
This object controls the granularity of address collection in atmMatrixSDTable and atmMatrixDSTable entries created on behalf of this control entry, according to the rules specified by the AddressCollectScope textual convention. If the associated instance of atmMatrixControlStatus object is equal to active(1), this object may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  AddressCollectScope  

atmMatrixControlDropEvents 1.3.6.1.4.1.9.10.16.1.4.1.1.6
The total number of events in which cells which should have been counted in the associated atmMatrixSDEntry and atmMatrixDSEntry, but were dropped by the probe due to lack of resources. Note that this number is not necessarily the number of cells or calls dropped; it is just the number of times this condition has been detected.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmMatrixControlOwner 1.3.6.1.4.1.9.10.16.1.4.1.1.7
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

atmMatrixControlStatus 1.3.6.1.4.1.9.10.16.1.4.1.1.8
The status of this atmMatrixControlEntry. An entry may not exist in the active state unless all objects in the entry have an appropriate value. Specifically, the associated instances of atmMatrixControlMaxDesiredEntries, atmMatrixControlPriority, and atmMatrixControlAddrCollectScope objects must be set to appropriate values before this object may be set to active(1). This control entry may be created and destroyed independently of the associated portSelGrpEntry, however its associated atmMatrixSDTable and atmMatrixDSTable can exist only when the portSelGrpEntry controlling this collection is active. If this object is not equal to active(1), all associated entries in the atmMatrixSDTable and atmMatrixDSTable shall be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

atmMatrixSDTable 1.3.6.1.4.1.9.10.16.1.4.2
A collection of statistics for conversations between particular ATM endpoint addresses that have been discovered on behalf of the portSelectGroup associated with this entry. The probe will add a new entry to this table for all conversations (connections) between distinct source and destination address pairs, detected in all calls, on all ports configured in the portSelGrpEntry controlling this collection. Further, this table will only contain entries that have a corresponding entry in the atmMatrixDSTable with the same source address and destination address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmMatrixSDEntry

atmMatrixSDEntry 1.3.6.1.4.1.9.10.16.1.4.2.1
A conceptual row in the atmMatrixSDTable. The portSelGrpIndex value in the index identifies the portSelectGroup on whose behalf this entry was created. An example of the indexing of this entry is atmMatrixSDCells.1.20..20..2
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmMatrixSDEntry  

atmMatrixSDSrcAddress 1.3.6.1.4.1.9.10.16.1.4.2.1.1
The transmitting endpoint ATM address for this atmMatrixSDEntry. This is represented as an octet string with specific semantics and length as identified by the AtmAddr textual convention. Note that only 20 octet 'AtmAddr' addresses are collected in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmAddr  

atmMatrixSDDstAddress 1.3.6.1.4.1.9.10.16.1.4.2.1.2
The destination endpoint ATM address for this atmMatrixSDEntry. This is represented as an octet string with specific semantics and length as identified by the AtmAddr textual convention. Note that only 20 octet 'AtmAddr' addresses are collected in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmAddr  

atmMatrixSDSClass 1.3.6.1.4.1.9.10.16.1.4.2.1.3
The quality of service classification for this entry. See the ServiceClass textual convention for details and specific class-of-service values.
Status: current Access: not-accessible
OBJECT-TYPE    
  ServiceClass  

atmMatrixSDCreateTime 1.3.6.1.4.1.9.10.16.1.4.2.1.4
The value of sysUpTime when this entry was activated. This can be used by the management station to ensure that the entry has not been deleted and recreated between polls.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

atmMatrixSDCells 1.3.6.1.4.1.9.10.16.1.4.2.1.5
The number of error-free cells detected on connections in which these ATM addresses were identified as the transmitting and receiving endpoint addresses. Note that for point-to-multipoint connections, an entry is created for each root-to-leaf address-pair that exists, and each cell sent from the root on a point-to-multipoint ATM connection is counted once in each distinct matrix entry.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmMatrixSDCellsRollovers 1.3.6.1.4.1.9.10.16.1.4.2.1.6
The number of times that the associated instance of the atmMatrixSDCells object has transitioned from the value 2^^32-1 to zero.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmMatrixSDHCCells 1.3.6.1.4.1.9.10.16.1.4.2.1.7
The high capacity version of the atmMatrixSDCells object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

atmMatrixSDNumCallAttempts 1.3.6.1.4.1.9.10.16.1.4.2.1.8
The number of SVC call setup attempts detected on ATM connections within the specified portSelectGroup, in which the indicated atmMatrixSDSrcAddress endpoint address was identified as the Calling Party and the indicated atmMatrixSDDstAddress was identified as the Called Party. Note that this value includes calls that are currently in progress. A probe should increment this counter each time a connection attempt is detected in which these ATM addresses are identified as the calling and called parties.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmMatrixSDNumCalls 1.3.6.1.4.1.9.10.16.1.4.2.1.9
The number of successful SVC call setups detected on ATM connections within the specified portSelectGroup, in which the indicated atmMatrixSDSrcAddress endpoint address was identified as the Calling Party and the indicated atmMatrixSDDstAddress was identified as the Called Party. Note that this value includes calls that are currently in progress. A probe should increment this counter each time a valid connection is established in which these ATM addresses are identified as the calling and called parties.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmMatrixSDConnTime 1.3.6.1.4.1.9.10.16.1.4.2.1.10
The elapsed time of all calls identified by the associated instance of atmMatrixSDNumCallAttempts.
Status: current Access: read-only
OBJECT-TYPE    
  ConnectTime  

atmMatrixDSTable 1.3.6.1.4.1.9.10.16.1.4.3
A collection of statistics for conversations between particular ATM endpoint addresses that have been discovered on behalf of the portSelectGroup associated with this entry. The probe will add a new entry to this table for all conversations (connections) between distinct source and destination address pairs, detected in all cells identified by the associated portSelGrpEntry criteria. Further, this table will only contain entries that have a corresponding entry in the atmMatrixSDTable with the same source address and destination address.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmMatrixDSEntry

atmMatrixDSEntry 1.3.6.1.4.1.9.10.16.1.4.3.1
A conceptual row in the atmMatrixDSTable. The portSelGrpIndex value in the index identifies the portSelectGroup on whose behalf this entry was created. An example of the indexing of this entry is atmMatrixDSCells.1.20..20..2
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmMatrixDSEntry  

atmMatrixDSSrcAddress 1.3.6.1.4.1.9.10.16.1.4.3.1.1
The transmitting endpoint ATM address for this atmMatrixDSEntry. This is represented as an octet string with specific semantics and length as identified by the AtmAddr textual convention. Note that only 20 octet 'AtmAddr' addresses are collected in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmAddr  

atmMatrixDSDstAddress 1.3.6.1.4.1.9.10.16.1.4.3.1.2
The destination endpoint ATM address for this atmMatrixDSEntry. This is represented as an octet string with specific semantics and length as identified by the AtmAddr textual convention. Note that only 20 octet 'AtmAddr' addresses are collected in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmAddr  

atmMatrixDSSClass 1.3.6.1.4.1.9.10.16.1.4.3.1.3
The quality of service classification for this entry. See the ServiceClass textual convention for details and specific class-of-service values.
Status: current Access: not-accessible
OBJECT-TYPE    
  ServiceClass  

atmMatrixDSCreateTime 1.3.6.1.4.1.9.10.16.1.4.3.1.4
The value of sysUpTime when this entry was activated. This can be used by the management station to ensure that the entry has not been deleted and recreated between polls.
Status: current Access: read-only
OBJECT-TYPE    
  LastCreateTime  

atmMatrixDSCells 1.3.6.1.4.1.9.10.16.1.4.3.1.5
The number of error-free cells detected on ATM connections in which these ATM addresses were identified as the transmitting and receiving endpoint addresses. Note that for point-to-multipoint connections, an entry is created for each root-to-leaf address-pair that exists, and each cell sent from the root on a point-to-multipoint ATM connection is counted once in each distinct matrix entry.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmMatrixDSCellsRollovers 1.3.6.1.4.1.9.10.16.1.4.3.1.6
The number of times that the associated instance of the atmMatrixDSCells object has transitioned from the value 2^^32-1 to zero.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmMatrixDSHCCells 1.3.6.1.4.1.9.10.16.1.4.3.1.7
The high capacity version of the atmMatrixDSCells object.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

atmMatrixDSNumCallAttempts 1.3.6.1.4.1.9.10.16.1.4.3.1.8
The number of SVC call setup attempts detected on ATM connections within the specified portSelectGroup, in which the indicated atmMatrixDSSrcAddress endpoint address was identified as the Calling Party and the indicated atmMatrixDSDstAddress was identified as the Called Party. Note that this value includes calls that are currently in progress. A probe should increment this counter each time a connection attempt is detected in which these ATM addresses are identified as the calling and called parties.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmMatrixDSNumCalls 1.3.6.1.4.1.9.10.16.1.4.3.1.9
The number of successful SVC call setups detected on ATM connections within the specified portSelectGroup, in which the indicated atmMatrixDSSrcAddress endpoint address was identified as the Calling Party and the indicated atmMatrixDSDstAddress was identified as the Called Party. Note that this value includes calls that are currently in progress. A probe should increment this counter each time a valid connection is established in which these ATM addresses are identified as the calling and called parties.
Status: current Access: read-only
OBJECT-TYPE    
  ZeroBasedCounter32  

atmMatrixDSConnTime 1.3.6.1.4.1.9.10.16.1.4.3.1.10
The elapsed time of all calls identified by the associated instance of atmMatrixDSNumCallAttempts.
Status: current Access: read-only
OBJECT-TYPE    
  ConnectTime  

atmMatrixTopNControlTable 1.3.6.1.4.1.9.10.16.1.4.4
A set of parameters that control the creation of a report of the top N matrix entries according to a selected metric.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmMatrixTopNControlEntry

atmMatrixTopNControlEntry 1.3.6.1.4.1.9.10.16.1.4.4.1
A conceptual row in the atmMatrixTopNControlTable. An example of the indexing of this table is atmMatrixTopNControlDuration.3.1
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmMatrixTopNControlEntry  

atmMatrixTopNControlIndex 1.3.6.1.4.1.9.10.16.1.4.4.1.1
An index that is used to uniquely identify an entry in the atmMatrixTopNControlTable. Each such entry defines one top N report prepared on behalf of one atmMatrix entry, which must exist before this entry may be created.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

atmMatrixTopNControlRateBase 1.3.6.1.4.1.9.10.16.1.4.4.1.2
The variable for each atmMatrix entry that the atmMatrixTopNEntries are sorted by. This object may not be modified if the associated atmMatrixTopNControlStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER atmMatrixTopNCells(1), atmMatrixTopNNumCallAttempts(2), atmMatrixTopNNumCalls(3), atmMatrixTopNConnTime(4)  

atmMatrixTopNControlSClass 1.3.6.1.4.1.9.10.16.1.4.4.1.3
The service class for which this topN control entry is collecting information in associated atmMatrixTopN reports. This object may not be modified if the associated atmMatrixTopNControlStatus object is equal to active(1).
Status: current Access: read-create
OBJECT-TYPE    
  ServiceClass  

atmMatrixTopNControlTimeRemaining 1.3.6.1.4.1.9.10.16.1.4.4.1.4
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 atmMatrixTopNControlDuration object. When the report finishes, the probe will automatically start another collection with the same initial value of atmMatrixTopNControlTimeRemaining. 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 atmMatrixTopNTable, overwriting any report that may be there. When this object is modified by the management station, any associated entries in the atmMatrixTopNTable shall be deleted.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

atmMatrixTopNControlGeneratedReports 1.3.6.1.4.1.9.10.16.1.4.4.1.5
The number of reports that have been generated by this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

atmMatrixTopNControlDuration 1.3.6.1.4.1.9.10.16.1.4.4.1.6
The number of seconds that this report has collected during the last sampling interval. When the associated atmMatrixTopNControlTimeRemaining 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 atmMatrixTopNControlTimeRemaining is set. This value shall be zero if no reports have been requested for this atmMatrixTopNControlEntry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

atmMatrixTopNControlRequestedSize 1.3.6.1.4.1.9.10.16.1.4.4.1.7
The maximum number of host entries requested for this report. When this object is created or modified, the probe should set atmMatrixTopNControlGrantedSize as closely to this object as is possible for the particular probe implementation and available resources.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32  

atmMatrixTopNControlGrantedSize 1.3.6.1.4.1.9.10.16.1.4.4.1.8
The maximum number of host entries in this report. When the associated atmMatrixTopNControlRequestedSize 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 atmMatrixTopNControlRequestedSize object. For example, if the value of atmMatrixTopNControlRateBase is equal to atmMatrixTopNCells(1), when the next topN report is generated, host entries with the highest value of atmMatrixSDCells shall be placed in this table in decreasing order of this rate until there is no more room or until there are no more matrix entries. Each atmMatrixSDCells value is copied to the associated atmMatrixTopNRate object. It is an implementation-specific matter how entries with the same value are sorted. It is also an implementation- specific matter as to whether or not zero-valued entries are available.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

atmMatrixTopNControlStartTime 1.3.6.1.4.1.9.10.16.1.4.4.1.9
The value of sysUpTime when this top N report was last started. In other words, this is the time that the associated atmMatrixTopNControlTimeRemaining 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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

atmMatrixTopNControlOwner 1.3.6.1.4.1.9.10.16.1.4.4.1.10
The entity that configured this entry and is therefore using the resources assigned to it.
Status: current Access: read-create
OBJECT-TYPE    
  OwnerString  

atmMatrixTopNControlStatus 1.3.6.1.4.1.9.10.16.1.4.4.1.11
The status of this atmMatrixTopNControlEntry. An entry may 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 atmMatrixTopNTable shall be deleted by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

atmMatrixTopNTable 1.3.6.1.4.1.9.10.16.1.4.5
A set of statistics for those matrix entries that have counted the highest number of cells, calls, or connection time.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmMatrixTopNEntry

atmMatrixTopNEntry 1.3.6.1.4.1.9.10.16.1.4.5.1
A conceptual row in the atmMatrixTopNTable. The atmMatrixTopNControlIndex value in the index identifies the atmMatrixTopNControlEntry on whose behalf this entry was created. An example of the indexing of this table is atmMatrixTopNSrcAddress.1.3.10
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmMatrixTopNEntry  

atmMatrixTopNIndex 1.3.6.1.4.1.9.10.16.1.4.5.1.1
An index that uniquely identifies an entry in the atmMatrixTopNTable among those in the same report. This index is between 1 and N, where N is the number of entries in this report. Each conversation in the selected atmMatrixSDTable, for the report interval, is ranked in descending order of the metric identified by the atmMatrixTopNRate object. For example, if the value of atmMatrixTopNControlRateBase is equal to atmMatrixTopNCells(1), increasing values of atmMatrixTopNIndex shall be assigned to entries with decreasing delta values of atmMatrixSDCells (for the report interval), until index N is assigned or there are no more atmMatrixSDEntries.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..65535  

atmMatrixTopNSrcAddress 1.3.6.1.4.1.9.10.16.1.4.5.1.2
The ATM endpoint address identified as the source of the traffic measured in this report. Note that only 20 octet 'AtmAddr' addresses are collected in this table.
Status: current Access: read-only
OBJECT-TYPE    
  AtmAddr  

atmMatrixTopNDstAddress 1.3.6.1.4.1.9.10.16.1.4.5.1.3
The ATM endpoint address identified as the destination of the traffic measured in this report. Note that only 20 octet 'AtmAddr' addresses are collected in this table.
Status: current Access: read-only
OBJECT-TYPE    
  AtmAddr  

atmMatrixTopNRate 1.3.6.1.4.1.9.10.16.1.4.5.1.4
The value of the ranked metric for this conversation, for this report. If the associated value of atmMatrixTopNRateBase is equal to atmMatrixTopNCells(1), then this object is assigned the delta value of the atmMatrixSDCells object during this report interval. If the associated value of atmMatrixTopNRateBase is equal to atmMatrixTopNNumCallAttempts(2), then this object is assigned the delta value of the atmMatrixSDNumCallAttempts object during this report interval. If the associated value of atmMatrixTopNRateBase is equal to atmMatrixTopNNumCalls(3), then this object is assigned the delta value of the atmMatrixSDNumCalls object during this report interval. If the associated value of atmMatrixTopNRateBase is equal to atmMatrixTopNConnTime(4), then this object is assigned the delta value of the atmMatrixSDConnTime object during this report interval.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

atmMatrixTopNReverseRate 1.3.6.1.4.1.9.10.16.1.4.5.1.5
The value of the associated metric for this conversation, and for this report, but for the reverse direction. For example, if the associated value of atmMatrixTopNRateBase is equal to atmMatrixTopNCells(1), then this object contains the atmMatrixSDCells delta cell rate for the reverse direction traffic (i.e., destination to source traffic).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

atmRmonDataCollectMode 1.3.6.1.4.1.9.10.16.1.5.1
Controls the internal data collection for the entire ATM-RMON agent. If this object has a value of 'active(1)', then data tables will be created and maintained (normal behavior). If this object has a value of 'inactive(2)' then ATM-RMON monitoring will not occur, even if valid control tables exist for particular collections. Data tables for active collections are deleted when this object is changed to 'inactive(2)', but control tables are not deleted. When this object is changed to 'active(1)', data collection is started for all valid control tables.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

atmRmonMIBCompliances 1.3.6.1.4.1.9.10.16.3.1
OBJECT IDENTIFIER    

atmRmonMIBGroups 1.3.6.1.4.1.9.10.16.3.2
OBJECT IDENTIFIER    

atmRmonMIBCompliance 1.3.6.1.4.1.9.10.16.3.1.1
Describes the requirements for conformance to the ATM-RMON MIB.
Status: current Access: read-write
MODULE-COMPLIANCE    

portSelectGroup 1.3.6.1.4.1.9.10.16.3.2.1
Selects the ATM connections that should be monitored as part of a specific collection-group.
Status: current Access: read-write
OBJECT-GROUP    

atmStatsGroup 1.3.6.1.4.1.9.10.16.3.2.2
Counts the basic statistics for collections on behalf of particular portSelectGroup collections.
Status: current Access: read-write
OBJECT-GROUP    

atmStatsHCGroup 1.3.6.1.4.1.9.10.16.3.2.3
Counts the high capacity basic statistics for collections on behalf of particular portSelectGroup collections. The atmStatsGroup must be implemented if the atmStatsHCGroup is implemented. This group is mandatory for implementations which support high capacity counters.
Status: current Access: read-write
OBJECT-GROUP    

atmHostGroup 1.3.6.1.4.1.9.10.16.3.2.4
Counts the amount of traffic sent from and to each ATM address discovered by the probe, on behalf of particular portSelectGroup collections.
Status: current Access: read-write
OBJECT-GROUP    

atmHostHCGroup 1.3.6.1.4.1.9.10.16.3.2.5
Counts the amount of traffic sent from and to each ATM address discovered by the probe, on behalf of particular portSelectGroup collections, using high-capacity counters. The atmHostGroup must be implemented if the atmHostHCGroup is implemented. This group is mandatory for implementations which support high capacity counters.
Status: current Access: read-write
OBJECT-GROUP    

atmMatrixGroup 1.3.6.1.4.1.9.10.16.3.2.6
Counts the amount of traffic sent between each pair of ATM addresses discovered by the probe, on behalf of particular portSelectGroup collections.
Status: current Access: read-write
OBJECT-GROUP    

atmMatrixHCGroup 1.3.6.1.4.1.9.10.16.3.2.7
Counts the amount of traffic sent between each pair of ATM addresses discovered by the probe, on behalf of particular portSelectGroup collections, using high capacity counters. The atmMatrixGroup must be implemented if the atmMatrixHCGroup is implemented. This group is mandatory for implementations which support high capacity counters.
Status: current Access: read-write
OBJECT-GROUP    

atmConfigGroup 1.3.6.1.4.1.9.10.16.3.2.8
Configuration extentions used to control internal agent behavior.
Status: current Access: read-write
OBJECT-GROUP