cmDsCalTunerCoefTablePopulate
BRCM-CM-ENGINEERING-MIB ·
.1.3.6.1.4.1.4413.2.99.1.1.3.2.2.28
Object
When set to true(1), the downstream tuner coefficient data will be
loaded into the cmDsCalTunerCoefTable. If the table is already
populated, it will be flushed and re-populated. If the amount of RAM
available on the device becomes low while populating the table, an
error code of RESOURCE UNAVAILABLE will be returned, and the table
population will be incomplete. Setting this object to false(2) will
flush the cmDsCalTunerCoefTable.
When read, this object indicates the current state of the
cmDsCalTunerCoefTable. A value of true(1) indicates that the table was
successfully populated. A value of false(2) indicates that the table
is either unpopulated, or that insufficient RAM was available to
complete the population and that the table is incomplete.
Context
- MIB
- BRCM-CM-ENGINEERING-MIB
- OID
.1.3.6.1.4.1.4413.2.99.1.1.3.2.2.28- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cmEngrDownstreamCalibration
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-CM-ENGINEERING-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-CM-ENGINEERING-MIB::cmDsCalTunerCoefTablePopulate.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-CM-ENGINEERING-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-CM-ENGINEERING-MIB::cmDsCalTunerCoefTablePopulate'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |