hpSwitchServerCertificateOperation

HP-AUTH-MIB · .1.3.6.1.4.1.11.2.14.11.5.1.16.13.1

Object

scalar r/w Enumeration
When this object is read, it returns the last value that was written.
If a value was not set previously, then the object value will be 'none'(1).
The object supports the following values and actions: 
'none' - no action is taken, null operation.
          
'useInstalled' - This causes the switch to use a previously
installed server certificate, if one is present. 
          
'createAndUseSelfSigned' - This causes the switch to 
create a new self-signed certificate based on the
hpSwitchServerNewCertificate parameters and use it.
          
'createCACertReq' - This causes the switch to create
a certificate request, which is to be signed by a CA
authority, based on the hpSwitchServerNewCertificate  
parameters. The user must subsequently download the signed 
certificate to complete certificate creation process.
          
'applyCASignedCert' - This causes the switch to process the
user's response to a signed certificate from a CA to complete
the certificate creation process. 
          
'abortCASignedRequest' - This causes the switch to abort
the certificate request procedure, which was initiated on
createAndUseCASigned set.

Context

MIB
HP-AUTH-MIB
OID
.1.3.6.1.4.1.11.2.14.11.5.1.16.13.1
Type
scalar
Access
readwrite
Status
current
Parent
hpSwitchCertConfig
Groups
1

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HP-AUTH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HP-AUTH-MIB::hpSwitchServerCertificateOperation.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HP-AUTH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HP-AUTH-MIB::hpSwitchServerCertificateOperation'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1none
2useInstalled
3createAndUseSelfSigned
4createCACertReq
5applyCASignedCert
6abortCASignedRequest

Conformance