hwCmtsFmChannelStatusTestSignal
HUAWEI-CMTS-MIB ·
.1.3.6.1.4.1.2011.6.180.1.1.20.88.1.11
Object
column obsolete
Enumeration
Indicates the type of the test signal in FM channel. Options: 1. type1khzL(1) - Plays 1 KHz left-channel single tones 2. type1khzR(2) - Plays 1 KHz right-channel single tones 3. type1khzLR(3) - Plays 1 KHz stereo single tones 4. typesweepL(4) - Plays left-channel sweep tones 5. typesweepR(5) - Plays right-channel sweep tones 6. typesweepLR(6) - Plays stereo sweep tones 7. off(100) - off 8. invalid(-1) - invalid value
Context
- MIB
- HUAWEI-CMTS-MIB
- OID
.1.3.6.1.4.1.2011.6.180.1.1.20.88.1.11- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- hwCmtsFmChannelStatusEntry
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 'HUAWEI-CMTS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-CMTS-MIB::hwCmtsFmChannelStatusTestSignal'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-CMTS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-CMTS-MIB::hwCmtsFmChannelStatusTestSignal.<ifIndex>.<hwCmtsFmChannelStatusId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-CMTS-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-CMTS-MIB::hwCmtsFmChannelStatusTestSignal'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | type1khzL |
2 | type1khzR |
3 | type1khzLR |
4 | typesweepL |
5 | typesweepR |
6 | typesweepLR |
100 | off |