cipherStrength
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.3.5.15
Object
scalar mandatory
r/w
Enumeration
Strength level of the NIST signing algorithm for certificate authority. None(0) indicates no signing algorithm has been set. When writing a new value to this object, a result of No Error is returned if the value is valid. However, the new algorithm will be used to create an authority certificate asynchronously. This process may take up to 1 minute to complete. So results for subsequent queries to the object's value may also be delayed while the new certificate is being generated.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.3.5.15- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- chassisSecuritySettings
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::cipherStrength.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::cipherStrength'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | rsa2048SHA1 |
2 | rsa2048SHA256 |