genEquipSecurityCfgSecurityFileFormat
MWRM-UNIT-MIB ·
.1.3.6.1.4.1.2281.10.11.1.5
Object
scalar r/w
Enumeration
The certificate file format.
.pem - (Privacy Enhanced Mail) Base64 encoded DER certificate,
enclosed between -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----
.der is a subset of Basic Encoding Rules (BER) providing for exactly one way to encode an ASN.1 value.
Context
- MIB
- MWRM-UNIT-MIB
- OID
.1.3.6.1.4.1.2281.10.11.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- genEquipSecurityConfiguration
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 'MWRM-UNIT-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWRM-UNIT-MIB::genEquipSecurityCfgSecurityFileFormat.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MWRM-UNIT-MIB' -M '/opt/observium/mibs/ceragon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MWRM-UNIT-MIB::genEquipSecurityCfgSecurityFileFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | pem |
1 | der |