cmDsCalPhyLockNow
BRCM-CM-ENGINEERING-MIB ·
.1.3.6.1.4.1.4413.2.99.1.1.3.2.2.33.1.5
Object
When this object is set to true(1), the CM will attempt to lock the downstream phy according to the parameters specified by the values of cmDsCalTunerCenterFrequency, cmDsCalPhyTuner, cmDsCalPhyTunerChannel, and cmDsCalPhyModulation. Note that prior to setting this object, the instance of cmDsCalTunerTuneNow corresponding to the value of cmDsCalPhyTuner must have previously been set to true(1). Sets of this object to false(2) will be rejected with an inconsistentValue error. When read, this object returns false(2) if no lock has been attempted, and true(1) if a lock has been attempted. The success or failure of an attempted lock is indicated by the values of objects cmDsCalPhyQamLocked and cmDsCalPhyFecLocked.
Context
- MIB
- BRCM-CM-ENGINEERING-MIB
- OID
.1.3.6.1.4.1.4413.2.99.1.1.3.2.2.33.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cmDsCalPhyEntry
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 '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::cmDsCalPhyLockNow'
More examples
Read one indexed 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::cmDsCalPhyLockNow.<cmDsCalPhyIndex>'
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::cmDsCalPhyLockNow'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |