All MIBs › CME-MIB › mmSshClientAuthPubKeyIndex
mmSshClientAuthPubKeyIndex
Module: CME-MIB
OID (symbolic): CME-MIB::mmSshClientAuthPubKeyIndex
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The secondary table index used to select one of the client authentication public keys for a particular remote access Id. The index is an integer value from 1 to N where N is the number of keys associated with a particular remote access Id. An addition always causes the value of N to increase by one, effectively adding an entry after the existing keys for that remote access Id. If an entry is deleted from the table by setting mmSshClientAuthPubKeyEntryStatus = invalid, the key associated with that entry is deleted. If the deleted key was not the last key for a remote access Id (mmSshClientAuthPubKeyIndex is not the 'last' or Nth entry), the subsequent entries are renumbered after the deletion. A deletion always causes the value of N to decrease by one. The underlying SSH server implementation searches the keys in order from 1 to N when attempting public key authentication.
NOTE:A maximum of 4 public keys can be installed for one remote access Id.
What is mmSshClientAuthPubKeyIndex?
This read-only integer serves as a secondary table index selecting one of potentially several client authentication public keys registered for a given remote access ID, numbered 1 through N with deletions leaving a gap rather than renumbering the survivors. This lets a single user have multiple SSH public keys registered, for instance one per device they log in from. For example, PubKeyIndex 2 would refer to a user's second registered SSH key, independent of whether their first key was later deleted.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.2 snmpwalk -v2c -c public <target> CME-MIB::mmSshClientAuthPubKeyIndex
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.2.1 snmpget -v2c -c public <target> CME-MIB::mmSshClientAuthPubKeyIndex.1
Start monitoring Cisco Communications Manager Express (CME) router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CME-MIB::mmSshClientAuthPubKeyIndex OID value, configure state conditions and alerts, and monitor any Cisco Communications Manager Express (CME) router/gateway from a single console.
OID Breakdown
Upper-level ancestors (12 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 |
| 1.3.6.1.4.1.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4 | configureSP | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1 | remoteAccessConfig | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.4.1.6 | mmSshClientAuth | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.6.1 | mmSshClientAuthPubKeyTable | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.6.1.1 | mmSshClientAuthPubKeyEntry | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.1.6.1.1.2 | mmSshClientAuthPubKeyIndex | CME-MIB |