cssKeyIndex
CISCO-SECURE-SHELL-MIB ·
.1.3.6.1.4.1.9.9.339.1.1.2.1.1
Object
column Enumeration
The SSH Protocol Identifier for which this entry
pertains to. The protocol can be rsa1, dsa or rsa.
rsa - A public-key cryptosystem defined by Rivest,
Shamir and Adleman. This is used with version 2
of the SSH.
rsa1 - Same as rsa, but this is used with version 1 of
the SSH.
dsa - Digital Signature Algorithm, a public key
cipher used to generate digital signatures.
Context
- MIB
- CISCO-SECURE-SHELL-MIB
- OID
.1.3.6.1.4.1.9.9.339.1.1.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- cssKeyEntry
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 'CISCO-SECURE-SHELL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SECURE-SHELL-MIB::cssKeyIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SECURE-SHELL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SECURE-SHELL-MIB::cssKeyIndex.<cssKeyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SECURE-SHELL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SECURE-SHELL-MIB::cssKeyIndex'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | rsa |
2 | rsa1 |
3 | dsa |