CISCO-SECURE-SHELL-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-SECURE-SHELL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoSecureShellMIB 1.3.6.1.4.1.9.9.339
MIB module for displaying and configuring accounting and Secure Shell (SSH) related features in a device. SSH is a program to log into another computer over a network, to execute commands in a remote machine and to move files from one machine to another. It provides strong authentication and secure communications over unsecure channels. For more information on SSH, please refer to IETF draft, draft-ietf-tls-ssh-00.txt.
         ciscoSecureShellMIBObjects 1.3.6.1.4.1.9.9.339.1
             cssConfiguration 1.3.6.1.4.1.9.9.339.1.1
                 cssServiceActivation 1.3.6.1.4.1.9.9.339.1.1.1 truthvalue read-write
Enables or disables the Secure Shell (SSH) service on the device.
                 cssKeyTable 1.3.6.1.4.1.9.9.339.1.1.2 no-access
cssKeyTable is a table that lets the user configure the SSH keys
                     cssKeyEntry 1.3.6.1.4.1.9.9.339.1.1.2.1 no-access
A SSH key table entry. The index specifies which protocol the user wants to generate the key for. To create the key for a protocol (for the first time), following steps are to be taken by the Network Management System. 1. Choose the Protocol, by specifying the cssKeyIndex 2. Choose nbits, by specifying the cssKeyNBits value 3. cssKeyRowStatus as createAndGo (4) To delete the key for a protocol, following steps are to be taken by the Network Management System 1. Choose the Protocol, by specifying the cssKeyIndex 2. cssKeyRowStatus as destroy (6) To overwrite the existing key for a protocol 1. Choose the Protocol, by specifying the cssKeyIndex 2. Choose the nbits, by specifying the cssKeyNBits value 3. cssKeyOverWrite as true(1).
                         cssKeyIndex 1.3.6.1.4.1.9.9.339.1.1.2.1.1 integer no-access
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. Enumeration: 'dsa': 3, 'rsa': 1, 'rsa1': 2.
                         cssKeyNBits 1.3.6.1.4.1.9.9.339.1.1.2.1.2 integer32 read-only
The number of bits provided to generate the key. This determines the length of the kestring generated by the SSH. This object cannot be modified while this row is active, unless the associated cssKeyOverWrite object is set to True in the same Set PDU.
                         cssKeyOverWrite 1.3.6.1.4.1.9.9.339.1.1.2.1.3 truthvalue read-only
This object specifies whether an existing key for the protocol should be overwritten with a new key. No action is taken if this object is set to 'false'. The value of this object when read is always 'false'.
                         cssKeyLastCreationTime 1.3.6.1.4.1.9.9.339.1.1.2.1.4 timestamp read-only
The time of the last creation of the key.
                         cssKeyRowStatus 1.3.6.1.4.1.9.9.339.1.1.2.1.5 rowstatus read-only
Status of this row.
                         cssKeyString 1.3.6.1.4.1.9.9.339.1.1.2.1.6 displaystring read-only
The SSH public key string that is generated.
                 cssServiceCapability 1.3.6.1.4.1.9.9.339.1.1.3 cssversions read-only
The object indicates which versions of Secure Shell protocol are supported by the device. If the bit 'v1' is set to 1, it indicates that the device supports SSH protocol version 1. If the bit 'v2' is set to 1, it indicates that the device supports SSH protocol version 2.
                 cssServiceMode 1.3.6.1.4.1.9.9.339.1.1.4 cssversions read-write
This object specifies which versions of Secure Shell protocol connections that device will accept from Secure Shell clients. If the bit 'v1' is set to 1, the device will accept SSH version 1 connections. If the bit 'v2' is set to 1, the device will accept SSH version 2 connections. At least one of the version bits must be set to 1.
                 cssKeyGenerationStatus 1.3.6.1.4.1.9.9.339.1.1.5 integer read-only
This object specifies the status of the last key generation request. Enumeration: 'successful': 2, 'failed': 3, 'inProgress': 1.
             cssSessionInfo 1.3.6.1.4.1.9.9.339.1.2
                 cssSessionTable 1.3.6.1.4.1.9.9.339.1.2.1 no-access
Table to list detailed information about existing Secure Shell sessions on the device.
                     cssSessionEntry 1.3.6.1.4.1.9.9.339.1.2.1.1 no-access
An entry in the cssSessionTable, that provides detailed information about all the existing SSH sessions on the device. An entry will be created for every SSH session established on the device. The entry will be removed upon termination of the SSH session.
                         cssSessionID 1.3.6.1.4.1.9.9.339.1.2.1.1.1 unsigned32 no-access
An arbitrary index that uniquely identifies a Secure Shell Session
                         cssSessionVersion 1.3.6.1.4.1.9.9.339.1.2.1.1.2 integer read-only
The object indicates the version of Secure Shell used by this session. Enumeration: 'two': 2, 'one': 1.
                         cssSessionState 1.3.6.1.4.1.9.9.339.1.2.1.1.3 integer read-only
The object indicates the current state of Secure Shell Session. The state sshSessionVersionOk(1) indicates that server and client versions of SSH are exchanged and are compatible. The state sshSessionKeysExchanged(2) indicates that key exchange has been completed. The state sshSessionAuthenticated(3) indicates that the client has been successfully authenticated. The state sshSessionOpen(4) indicates that the session has been successfully opened. The state sshSessionDisconnecting(5) indicates that the session disconnection has begun. The state sshSessionDisconnected(6) indicates that the session has been disconnected. The state sshSessionClosed(7) indicates that the session has closed. Enumeration: 'sshSessionKeysExchanged': 2, 'sshSessionVersionOk': 1, 'sshSessionAuthenticated': 3, 'sshSessionDisconnected': 6, 'sshSessionClosed': 7, 'sshSessionDisconnecting': 5, 'sshSessionOpen': 4.
                         cssSessionPID 1.3.6.1.4.1.9.9.339.1.2.1.1.4 unsigned32 read-only
The object indicates the process ID of the process serving this SSH session on the device.
                         cssSessionUserID 1.3.6.1.4.1.9.9.339.1.2.1.1.5 snmpadminstring read-only
The object indicates user name associated with this SSH session.
                         cssSessionHostAddrType 1.3.6.1.4.1.9.9.339.1.2.1.1.6 inetaddresstype read-only
This object describes the type of Internet address used by host associated with this SSH session.
                         cssSessionHostAddr 1.3.6.1.4.1.9.9.339.1.2.1.1.7 inetaddress read-only
The object indicates the Internet address of the host associated with this SSH session.
         ciscoSecureShellMIBConformance 1.3.6.1.4.1.9.9.339.2
             ciscoSecureShellMIBCompliances 1.3.6.1.4.1.9.9.339.2.1
                 ciscoSecureShellMIBCompliance 1.3.6.1.4.1.9.9.339.2.1.1
The compliance statement for entities which implement the CISCO-SECURE-SHELL-MIB.
                 ciscoSecureShellMIBComplianceRv1 1.3.6.1.4.1.9.9.339.2.1.2
The compliance statement for entities which implement the CISCO-SECURITY-MIB.
                 ciscoSecureShellMIBComplianceRv2 1.3.6.1.4.1.9.9.339.2.1.3
The compliance statement for entities which implement the CISCO-SECURE-SHELL-MIB.
                 ciscoSecureShellMIBComplianceRv3 1.3.6.1.4.1.9.9.339.2.1.4
The compliance statement for entities which implement the CISCO-SECURE-SHELL-MIB.
             ciscoSecureShellMIBGroups 1.3.6.1.4.1.9.9.339.2.2
                 cssConfigurationGroup 1.3.6.1.4.1.9.9.339.2.2.1
A collection of objects for SSH configuration.
                 cssConfigurationGroupRev1 1.3.6.1.4.1.9.9.339.2.2.2
A collection of objects for SSH configuration.
                 cssServiceModeCfgGroup 1.3.6.1.4.1.9.9.339.2.2.3
A collection of objects for SSH mode configuration.
                 cssSessionInfoGroup 1.3.6.1.4.1.9.9.339.2.2.4
A collection of objects to display SSH session related information.
                 cssConfigurationGroupSupp1 1.3.6.1.4.1.9.9.339.2.2.5
A collection of objects for SSH configuration.