CISCO-SECURE-SHELL-MIB

File: CISCO-SECURE-SHELL-MIB.mib (19681 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB INET-ADDRESS-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus TimeStamp DisplayString
TruthValue TEXTUAL-CONVENTION SnmpAdminString
InetAddressType InetAddress ciscoMgmt

Defined Types

CssVersions  
An indication of the Secure Shell protocol versions supported or enabled on the device.
TEXTUAL-CONVENTION    
  BITS v1(0), v2(1)  

CssKeyEntry  
SEQUENCE    
  cssKeyIndex INTEGER
  cssKeyNBits Integer32
  cssKeyOverWrite TruthValue
  cssKeyLastCreationTime TimeStamp
  cssKeyRowStatus RowStatus
  cssKeyString DisplayString

CssSessionEntry  
SEQUENCE    
  cssSessionID Unsigned32
  cssSessionVersion INTEGER
  cssSessionState INTEGER
  cssSessionPID Unsigned32
  cssSessionUserID SnmpAdminString
  cssSessionHostAddrType InetAddressType
  cssSessionHostAddr InetAddress

Defined Values

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.
MODULE-IDENTITY    

ciscoSecureShellMIBObjects 1.3.6.1.4.1.9.9.339.1
OBJECT IDENTIFIER    

cssConfiguration 1.3.6.1.4.1.9.9.339.1.1
OBJECT IDENTIFIER    

cssSessionInfo 1.3.6.1.4.1.9.9.339.1.2
OBJECT IDENTIFIER    

cssServiceActivation 1.3.6.1.4.1.9.9.339.1.1.1
Enables or disables the Secure Shell (SSH) service on the device.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cssKeyTable 1.3.6.1.4.1.9.9.339.1.1.2
cssKeyTable is a table that lets the user configure the SSH keys
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CssKeyEntry

cssKeyEntry 1.3.6.1.4.1.9.9.339.1.1.2.1
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).
Status: current Access: not-accessible
OBJECT-TYPE    
  CssKeyEntry  

cssKeyIndex 1.3.6.1.4.1.9.9.339.1.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER rsa(1), rsa1(2), dsa(3)  

cssKeyNBits 1.3.6.1.4.1.9.9.339.1.1.2.1.2
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.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 512..2048  

cssKeyOverWrite 1.3.6.1.4.1.9.9.339.1.1.2.1.3
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'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cssKeyLastCreationTime 1.3.6.1.4.1.9.9.339.1.1.2.1.4
The time of the last creation of the key.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cssKeyRowStatus 1.3.6.1.4.1.9.9.339.1.1.2.1.5
Status of this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cssKeyString 1.3.6.1.4.1.9.9.339.1.1.2.1.6
The SSH public key string that is generated.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

cssServiceCapability 1.3.6.1.4.1.9.9.339.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  CssVersions  

cssServiceMode 1.3.6.1.4.1.9.9.339.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  CssVersions  

cssKeyGenerationStatus 1.3.6.1.4.1.9.9.339.1.1.5
This object specifies the status of the last key generation request.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inProgress(1), successful(2), failed(3)  

cssSessionTable 1.3.6.1.4.1.9.9.339.1.2.1
Table to list detailed information about existing Secure Shell sessions on the device.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CssSessionEntry

cssSessionEntry 1.3.6.1.4.1.9.9.339.1.2.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CssSessionEntry  

cssSessionID 1.3.6.1.4.1.9.9.339.1.2.1.1.1
An arbitrary index that uniquely identifies a Secure Shell Session
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cssSessionVersion 1.3.6.1.4.1.9.9.339.1.2.1.1.2
The object indicates the version of Secure Shell used by this session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER one(1), two(2)  

cssSessionState 1.3.6.1.4.1.9.9.339.1.2.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sshSessionVersionOk(1), sshSessionKeysExchanged(2), sshSessionAuthenticated(3), sshSessionOpen(4), sshSessionDisconnecting(5), sshSessionDisconnected(6), sshSessionClosed(7)  

cssSessionPID 1.3.6.1.4.1.9.9.339.1.2.1.1.4
The object indicates the process ID of the process serving this SSH session on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cssSessionUserID 1.3.6.1.4.1.9.9.339.1.2.1.1.5
The object indicates user name associated with this SSH session.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cssSessionHostAddrType 1.3.6.1.4.1.9.9.339.1.2.1.1.6
This object describes the type of Internet address used by host associated with this SSH session.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cssSessionHostAddr 1.3.6.1.4.1.9.9.339.1.2.1.1.7
The object indicates the Internet address of the host associated with this SSH session.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ciscoSecureShellMIBConformance 1.3.6.1.4.1.9.9.339.2
OBJECT IDENTIFIER    

ciscoSecureShellMIBCompliances 1.3.6.1.4.1.9.9.339.2.1
OBJECT IDENTIFIER    

ciscoSecureShellMIBGroups 1.3.6.1.4.1.9.9.339.2.2
OBJECT IDENTIFIER    

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.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoSecureShellMIBComplianceRv1 1.3.6.1.4.1.9.9.339.2.1.2
The compliance statement for entities which implement the CISCO-SECURITY-MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

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.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

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.
Status: current Access: read-only
MODULE-COMPLIANCE    

cssConfigurationGroup 1.3.6.1.4.1.9.9.339.2.2.1
A collection of objects for SSH configuration.
Status: deprecated Access: read-only
OBJECT-GROUP    

cssConfigurationGroupRev1 1.3.6.1.4.1.9.9.339.2.2.2
A collection of objects for SSH configuration.
Status: current Access: read-only
OBJECT-GROUP    

cssServiceModeCfgGroup 1.3.6.1.4.1.9.9.339.2.2.3
A collection of objects for SSH mode configuration.
Status: current Access: read-only
OBJECT-GROUP    

cssSessionInfoGroup 1.3.6.1.4.1.9.9.339.2.2.4
A collection of objects to display SSH session related information.
Status: current Access: read-only
OBJECT-GROUP    

cssConfigurationGroupSupp1 1.3.6.1.4.1.9.9.339.2.2.5
A collection of objects for SSH configuration.
Status: current Access: read-only
OBJECT-GROUP