All MIBs › CORIANT-GROOVE-MIB › keyAlgorithmIdentifier
keyAlgorithmIdentifier
Module: CORIANT-GROOVE-MIB
OID (symbolic): CORIANT-GROOVE-MIB::keyAlgorithmIdentifier
OID (numeric): 1.3.6.1.4.1.42229.1.2.7.9.1.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: Identifies which algorithm is to be used with the key. This value determines how the 'private-key' and 'public-key' fields are interpreted.
What is keyAlgorithmIdentifier?
This identifies which cryptographic algorithm and key size, an RSA variant from 1024 to 15360 bits or an elliptic-curve variant such as secp256r1, applies to a stored key, determining how its private-key and public-key fields must be interpreted. This matters because weaker algorithms like rsa1024 are considered cryptographically insufficient for modern security policies, so an administrator auditing keys would want this field to reflect an approved, sufficiently strong algorithm. For example, a security policy requiring elliptic-curve keys would flag any key entry whose keyAlgorithmIdentifier still shows an RSA variant like rsa2048 for replacement.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.42229.1.2.7.9.1.1.2 snmpwalk -v2c -c public <target> CORIANT-GROOVE-MIB::keyAlgorithmIdentifier
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.42229.1.2.7.9.1.1.2.1 snmpget -v2c -c public <target> CORIANT-GROOVE-MIB::keyAlgorithmIdentifier.1
Start monitoring Coriant Groove optical transport platform with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CORIANT-GROOVE-MIB::keyAlgorithmIdentifier OID value, configure state conditions and alerts, and monitor any Coriant Groove optical transport platform from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.42229 | coriant | CORIANT-GROOVE-MIB |
| 1.3.6.1.4.1.42229.1 | products | CORIANT-GROOVE-MIB |
| 1.3.6.1.4.1.42229.1.2 | groove | CORIANT-GROOVE-MIB |
| 1.3.6.1.4.1.42229.1.2.7 | security | CORIANT-GROOVE-MIB |
| 1.3.6.1.4.1.42229.1.2.7.9 | key | CORIANT-GROOVE-MIB |
| 1.3.6.1.4.1.42229.1.2.7.9.1 | keyTable | CORIANT-GROOVE-MIB |
| 1.3.6.1.4.1.42229.1.2.7.9.1.1 | keyEntry | CORIANT-GROOVE-MIB |
| 1.3.6.1.4.1.42229.1.2.7.9.1.1.2 | keyAlgorithmIdentifier | CORIANT-GROOVE-MIB |