cmDsCalCharacterizeNow
BRCM-CM-ENGINEERING-MIB ·
.1.3.6.1.4.1.4413.2.99.1.1.3.2.2.17
Object
When set to true(1), the CM will execute its DS characterization routine using the frequency specified by cmDsCalFrequency, and the modulation type specified by cmDsCalModulation. Prior to executing the DS characterization routine, cmDsCalLockNow must have been set to true(1) and the lock must have been successful, as indicated by cmDsCalQamLocked and cmDsCalFecLocked both being true(1). The SET operation will not return until the routine is complete, so the SNMP manager's timeout value may need to be increased to several seconds. Once the DS characterization is complete, the resulting data may be read from the objects cmDsCalNormalLDAIT, cmDsCalNormalLDAIF, cmDsCalNormalLDAII, cmDsCalFrozenLDAIT, cmDsCalFrozenLDAIF, cmDsCalFrozenLDAII, cmDsCalFGain, cmDsCalTGain, and cmDsCalIGain. Always returns false(2) when read.
Context
- MIB
- BRCM-CM-ENGINEERING-MIB
- OID
.1.3.6.1.4.1.4413.2.99.1.1.3.2.2.17- 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::cmDsCalCharacterizeNow.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::cmDsCalCharacterizeNow'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |