hwCmtsUpChannelNotActiveReason
HUAWEI-CMTS-MIB ·
.1.3.6.1.4.1.2011.6.180.1.1.4.1.9
Object
column Enumeration
The reason of up channel not active.
Options:
1. other(1) - Other reason
2. noLicense(2) - No license
3. channelModErr(3) - Channel mode error
4. exceedMaxChannelNum(4) - Channel ID exceeds actual capability
5. exceedMaxFreq(5) - The channel frequency exceeds actual capability
6. exceedMaxFreqSpan(6) - Exceed maximum frequency span
7. notSupportScdma(8) - Not support scdma channel type
8. exceedMaxUsSGNum(10) - Exceed maximum upstream service group number
9. notSupportFreqSpan65MHz(19) - The channel center frequency does not
meet spectrum span requirements
10. exceedActChannelNumInSingleSG(33) - The number of activated channels
in a single SG exceeds the limit
11. invalid(-1) - Indicates the up channel is active
invalid(-1) represents invalid value.
Context
- MIB
- HUAWEI-CMTS-MIB
- OID
.1.3.6.1.4.1.2011.6.180.1.1.4.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwCmtsUpChannelEntry
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::hwCmtsUpChannelNotActiveReason'
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::hwCmtsUpChannelNotActiveReason.<ifIndex>'
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::hwCmtsUpChannelNotActiveReason'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | invalid |
1 | other |
2 | noLicense |
3 | channelModErr |
4 | exceedMaxChannelNum |
5 | exceedMaxFreq |
6 | exceedMaxFreqSpan |
8 | notSupportScdma |
10 | exceedMaxUsSGNum |
19 | notSupportFreqSpan65MHz |
33 | exceedActChannelNumInSingleSG |