RAISECOM-SSH-MIB

File: RAISECOM-SSH-MIB.mib (12286 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SWITCH-TC
RAISECOM-BASE-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
OBJECT-IDENTITY Gauge IpAddress
TruthValue RowStatus EnableVar
raisecomAgent

Defined Types

SshKeyPairEntry  
SEQUENCE    
  sshKeyPairName OCTET STRING
  sshKeyPairType INTEGER
  sshKeyPairModulusSz INTEGER
  sshKeyPairComment OCTET STRING
  sshKeyPairTrapOnComplete TruthValue
  sshKeyPairPubData OCTET STRING
  sshKeyPairStatus RowStatus

SshSessionEntry  
SEQUENCE    
  sshSessionId Gauge
  sshSessionVersion INTEGER
  sshSessionState INTEGER
  sshSessionUserId OCTET STRING
  sshSessionHostAddr IpAddress
  sshSessionInEncrypt OCTET STRING
  sshSessionOutEncrypt OCTET STRING
  sshSessionInHmac OCTET STRING
  sshSessionOutHmac OCTET STRING

Defined Values

raisecomSsh 1.3.6.1.4.1.8886.1.15
Tok_String
MODULE-IDENTITY    

raisecomSshObjects 1.3.6.1.4.1.8886.1.15.1
OBJECT IDENTIFIER    

raisecomSshTraps 1.3.6.1.4.1.8886.1.15.2
OBJECT IDENTIFIER    

raisecomSshSvrConfiguration 1.3.6.1.4.1.8886.1.15.1.1
OBJECT IDENTIFIER    

sshServerVersion 1.3.6.1.4.1.8886.1.15.1.1.1
This object specifies the Secure Shell server working version. In another words, it specifies which versions of Secure Shell protocol connections that device will accept from Secure Shell clients.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ssh-1(1), ssh-2(2), both(3)  

sshServerAuthenTimeout 1.3.6.1.4.1.8886.1.15.1.1.2
This object specifies time limit client takes to pass server authentication. The server will disconnect the client that can't pass authentication in the time this object specifies since its first request.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

sshServerAuthenRetries 1.3.6.1.4.1.8886.1.15.1.1.3
This object specifies time limit client takes to pass server authentication. The server will disconnect the client that can't pass authentication in the time this object specifies since its first request.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..100  

sshServerHostKeyName 1.3.6.1.4.1.8886.1.15.1.1.4
This object specifies the name of host key server uses.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..28)  

sshServerEnable 1.3.6.1.4.1.8886.1.15.1.1.5
Enables or disables the Secure Shell (SSH) server on the device.
Status: current Access: read-write
OBJECT-TYPE    
  EnableVar  

raisecomSshKeyPairMgnt 1.3.6.1.4.1.8886.1.15.1.2
OBJECT IDENTIFIER    

sshKeyPairGenerationStatus 1.3.6.1.4.1.8886.1.15.1.2.1
The object indicates the status of key generation. The keyGenerationSuccess indicates that key generation succeeded. The keyGenerationInvalidName indicates that the sshKeyPairName is invalid. The keyGenerationInvalidModulus indicates that the sshKeyPairModulusSz is invalid. The keyGenerationKeyPairExist indicates that there's key with the same name. The keyGenerationKeySavingError indicates that saving key failed. The keyGenerationNumLimit indicates that the number of keys reaches to limit. The keyGenerationInProgress indicates that the key is being generated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER keyGenerationSuccess(1), keyGenerationInProgress(2), keyGenerationInvalidName(3), keyGenerationInvalidModulus(4), keyGenerationKeyExist(5), keyGenerationNumLimit(6), keyGenerationKeySavingError(7)  

sshKeyPairTable 1.3.6.1.4.1.8886.1.15.1.2.2
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SshKeyPairEntry

sshKeyPairEntry 1.3.6.1.4.1.8886.1.15.1.2.2.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SshKeyPairEntry  

sshKeyPairName 1.3.6.1.4.1.8886.1.15.1.2.2.1.1
This object specifies the key unique name which used by server to determine host key.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..28)  

sshKeyPairType 1.3.6.1.4.1.8886.1.15.1.2.2.1.2
Key type which specifies the generation algorithm.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER rsa(1), dsa(2)  

sshKeyPairModulusSz 1.3.6.1.4.1.8886.1.15.1.2.2.1.3
This object specifies modulus size used to generate key.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 768..2048  

sshKeyPairComment 1.3.6.1.4.1.8886.1.15.1.2.2.1.4
Comment for this key.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..128)  

sshKeyPairTrapOnComplete 1.3.6.1.4.1.8886.1.15.1.2.2.1.5
This object specifies whether the device should send a trap or not when finishing key generation.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

sshKeyPairPubData 1.3.6.1.4.1.8886.1.15.1.2.2.1.6
Public key data of the key in the file format defined in RFC 4716.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..255)  

sshKeyPairStatus 1.3.6.1.4.1.8886.1.15.1.2.2.1.7
This object only includes three valid values: createAndGo, notInService, active and destroy. It will be set to notInService when generation is being process and active when generation succeed, otherwise the associated row will be removed.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

raisecomSshSessionInfo 1.3.6.1.4.1.8886.1.15.1.3
OBJECT IDENTIFIER    

sshSessionTable 1.3.6.1.4.1.8886.1.15.1.3.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SshSessionEntry

sshSessionEntry 1.3.6.1.4.1.8886.1.15.1.3.1.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  SshSessionEntry  

sshSessionId 1.3.6.1.4.1.8886.1.15.1.3.1.1.1
An arbitrary index that uniquely identifies a Secure Shell Session, but not the session ID generated resulting from key exchange.
Status: current Access: not-accessible
OBJECT-TYPE    
  Gauge  

sshSessionVersion 1.3.6.1.4.1.8886.1.15.1.3.1.1.2
The object indicates the SSH version used by this session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER ssh-1(1), ssh-2(2)  

sshSessionState 1.3.6.1.4.1.8886.1.15.1.3.1.1.3
The object indicates the current state of Secure Shell Session. The state sessionVersionOk(1) indicates that server and client versions of SSH are exchanged and are compatible. The state sessionKeysExchanged(2) indicates that key exchange has been completed. The state sessionAuthenticated(3) indicates that the client has been successfully authenticated. The state sessionOpen(4) indicates that the session has been successfully opened. The state sessionDisconnecting(5) indicates that the session disconnection has begun. The state sessionDisconnected(6)indicates that the session has been disconnected. The state sessionClosed(7) indicates that the session has closed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sessionVersionOk(1), sessionKeysExchanged(2), sessionAuthenticated(3), sessionOpen(4), sessionDisconnecting(5), sessionDisconnected(6), sessionClosed(7)  

sshSessionUserId 1.3.6.1.4.1.8886.1.15.1.3.1.1.4
The object indicates user name associated with this session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

sshSessionHostAddr 1.3.6.1.4.1.8886.1.15.1.3.1.1.5
The object indicates IP address of host associated with this session.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sshSessionInEncrypt 1.3.6.1.4.1.8886.1.15.1.3.1.1.6
The object indicates the ingress encryption algorithm of this session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

sshSessionOutEncrypt 1.3.6.1.4.1.8886.1.15.1.3.1.1.7
The object indicates the egress encryption algorithm of this session. If the session version is SSH-1, it is always the same as sshSessionInEncrypt.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

sshSessionInHmac 1.3.6.1.4.1.8886.1.15.1.3.1.1.8
The object indicates the ingress HMAC algorithm used in this session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

sshSessionOutHmac 1.3.6.1.4.1.8886.1.15.1.3.1.1.9
The object indicates the egress HMAC algorithm used in this session.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..128)  

sshKeyPairGenerationCompletion 1.3.6.1.4.1.8886.1.15.2.1
Key pair generation is completed.
Status: current Access: read-only
NOTIFICATION-GROUP