atmfDS1E1CESCellLossStatus
ATMF-CES-MIB ·
.1.3.6.1.4.1.353.5.2.1.2.1.7
Object
column Enumeration
When cells are lost for the number of milliseconds specified by atmfDS1E1CESCellLossIntegrationPeriod, the value is set to loss (2). When cells are no longer lost, the value is set to noLoss (1). An additional variable idle os added to indicate cbrct connections status of Idle.
Context
- MIB
- ATMF-CES-MIB
- OID
.1.3.6.1.4.1.353.5.2.1.2.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- atmfDS1E1CESStatsEntry
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 'ATMF-CES-MIB' -M '/opt/observium/mibs/broadbandforum:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATMF-CES-MIB::atmfDS1E1CESCellLossStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ATMF-CES-MIB' -M '/opt/observium/mibs/broadbandforum:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATMF-CES-MIB::atmfDS1E1CESCellLossStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ATMF-CES-MIB' -M '/opt/observium/mibs/broadbandforum:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ATMF-CES-MIB::atmfDS1E1CESCellLossStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noLoss |
2 | loss |
3 | idle |