adminMemoryCardMode
NEXANS-BM-MIB ·
.1.3.6.1.4.1.266.20.2.21
Object
scalar r/w
Enumeration
If set to mcDisabled(2), the memory card is disabled but may be re-enabled later by writing mcEnabled(1). If set to mcPermanentDisabled(3), the memory card is disabled permanently and can't be re-enabled by management or any kind of hardware reset. If set to mcEnabledWithAes256(5), the configuration is stored with AES-256 encryption. If set to mcEnabledWithAes256AndFw(6), the configuration with AES-256 encryption and the firmware are stored.
Context
- MIB
- NEXANS-BM-MIB
- OID
.1.3.6.1.4.1.266.20.2.21- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- bmSwitchAdmin
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 'NEXANS-BM-MIB' -M '/opt/observium/mibs/nexans:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NEXANS-BM-MIB::adminMemoryCardMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NEXANS-BM-MIB' -M '/opt/observium/mibs/nexans:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NEXANS-BM-MIB::adminMemoryCardMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSupported |
2 | mcEnabled |
3 | mcDisabled |
4 | mcPermanentDisabled |
5 | mcEnabledWithAes256 |
6 | mcEnabledWithAes256AndFw |