cervQamOverSubscribed
ARRIS-CER-VIDEO-MIB ·
.0.1.1.3.1.9
Object
column SNMPv2-TCTruthValue
Indicates if the bandwidth of this QAM is currently over-subscribed (receiving more packets than can be transmitted). If the QAM is currently over-subscribed, some programs will suffer packet-loss. The affected programs are identified in the cerQamProgramPcrBufferTable.
Context
- MIB
- ARRIS-CER-VIDEO-MIB
- OID
.0.1.1.3.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cerVideoQamStreamStateEntry
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 'ARRIS-CER-VIDEO-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-CER-VIDEO-MIB::cervQamOverSubscribed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARRIS-CER-VIDEO-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARRIS-CER-VIDEO-MIB::cervQamOverSubscribed.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARRIS-CER-VIDEO-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARRIS-CER-VIDEO-MIB::cervQamOverSubscribed'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |