rc2kBootConfigEnableFactoryDefaultsMode
RC-2K-MIB ·
.1.3.6.1.4.1.2272.1.100.5.1.60
Object
column r/w
Enumeration
Set Factory default boot wiht option. This object is used to
deprecate and obsolete the rc2kBootConfigEnableFactoryDefaults
disable(1): System boot up with no default configuration.
fabric(2): System boot up with default setting and set up the fabric
noFabric(3): system boot up with default setting and no fabric. this
equavalent to (true) in obect rc2kBootConfigEnableFactoryDefaults
Context
- MIB
- RC-2K-MIB
- OID
.1.3.6.1.4.1.2272.1.100.5.1.60- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rc2kBootConfigEntry
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 'RC-2K-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-2K-MIB::rc2kBootConfigEnableFactoryDefaultsMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RC-2K-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RC-2K-MIB::rc2kBootConfigEnableFactoryDefaultsMode.<rc2kBootConfigSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RC-2K-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RC-2K-MIB::rc2kBootConfigEnableFactoryDefaultsMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | false |
2 | fabric |
3 | noFabric |