v2NonVolIsManufacturedDynamic
BRCM-V2-FACTORY-MIB ·
.1.3.6.1.4.1.4413.2.99.1.1.2.4.1.1.1.11
Object
column SNMPv2-TCTruthValue
Reports whether the dynamic section of this non-volatile storage group has been sufficiently manufactured. Criteria for manufacturing are of course specific to a given group. Software implementations may take some kind of action to limit private MIB access once all nonvol groups report that they are manufactured.
Context
- MIB
- BRCM-V2-FACTORY-MIB
- OID
.1.3.6.1.4.1.4413.2.99.1.1.2.4.1.1.1.11- Type
- column
- Access
- readonly
- Status
- current
- Parent
- v2FactNonVolEntry
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-V2-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-V2-FACTORY-MIB::v2NonVolIsManufacturedDynamic'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-V2-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-V2-FACTORY-MIB::v2NonVolIsManufacturedDynamic.<v2NonVolIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-V2-FACTORY-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-V2-FACTORY-MIB::v2NonVolIsManufacturedDynamic'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |