atmMatrixControlDeletes
ATM-RMON-MIB ·
.1.3.6.1.4.1.9.10.16.1.4.1.1.2
Object
column SNMPv2-SMICounter32
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.
Context
- MIB
- ATM-RMON-MIB
- OID
.1.3.6.1.4.1.9.10.16.1.4.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- atmMatrixControlEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ATM-RMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATM-RMON-MIB::atmMatrixControlDeletes'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ATM-RMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATM-RMON-MIB::atmMatrixControlDeletes.<portSelGrpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ATM-RMON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ATM-RMON-MIB::atmMatrixControlDeletes'
Syntax
- Source
- SNMPv2-SMICounter32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Member of