rdnSpectrumMapStatus
RDN-CABLE-SPECTRUM-GROUP-MIB ·
.1.3.6.1.4.1.4981.6.1.2.7.1.4
Object
column Enumeration
The spectrum band status:
invalid(0) - is not used, and would indicate a software error.
available(1) - spectrum that is available for use in an
RSSI-based spectrum group.
occupied(2) - configured frequency, assigned to a member channel.
The upstream might be in either shut or no shut
state.
adminDown(3) - spectrum this administratively down as a result
of the 'schedule' feature for RSSI-based spectrum
groups.
scheduled(4) - spectrum is scheduled for RSSI-based spectrum group,
via the 'schedule' feature.
reserved(5) - configured frequency, for an upstream that has
hopped to another frequency.
agile(6) - upstream has hopped to this frequency
hopAvailable(7) - is spectrum that is available for use as
a hopping action in an SNR-based spectrum group.
Context
- MIB
- RDN-CABLE-SPECTRUM-GROUP-MIB
- OID
.1.3.6.1.4.1.4981.6.1.2.7.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rdnSpectrumMapEntry
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 'RDN-CABLE-SPECTRUM-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CABLE-SPECTRUM-GROUP-MIB::rdnSpectrumMapStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RDN-CABLE-SPECTRUM-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RDN-CABLE-SPECTRUM-GROUP-MIB::rdnSpectrumMapStatus.<rdnSpectrumGroupId>.<rdnSpectrumMapIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RDN-CABLE-SPECTRUM-GROUP-MIB' -M '/opt/observium/mibs/riverdelta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RDN-CABLE-SPECTRUM-GROUP-MIB::rdnSpectrumMapStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | invalid |
1 | available |
2 | occupied |
3 | adminDown |
4 | scheduled |
5 | reserved |
6 | agile |
7 | hopAvailable |