ipsecPubKeyAlgorithm
FEC-CERT-MIB ·
.0.2.1.3
Object
column r/w
Enumeration
This object specifies the algorithm for which the key is used. Possible values: rsa(2), -- The RSA encryption algorithm dsa(3), -- The digital signature algorithm delete(15) -- Mark this entry for deletion.
Context
- MIB
- FEC-CERT-MIB
- OID
.0.2.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipsecPubKeyEntry
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 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-CERT-MIB::ipsecPubKeyAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-CERT-MIB::ipsecPubKeyAlgorithm.<ipsecPubKeyAlgorithm>.<ipsecPubKeyKeyLength>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-CERT-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-CERT-MIB::ipsecPubKeyAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
2 | rsa |
3 | dsa |
15 | delete |