HH3C-SSH-MIB

File: HH3C-SSH-MIB.mib (15995 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-SMI INET-ADDRESS-MIB
SNMPv2-TC

Imported symbols

hh3cCommon Integer32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE InetAddressType
InetAddress DisplayString RowStatus

Defined Types

Hh3cSSHUserConfigEntry  
SEQUENCE    
  hh3cSSHUserName DisplayString
  hh3cSSHUserServiceType INTEGER
  hh3cSSHUserAuthType INTEGER
  hh3cSSHUserPublicKeyName DisplayString
  hh3cSSHUserWorkDirectory DisplayString
  hh3cSSHUserRowStatus RowStatus

Hh3cSSHSessionInfoEntry  
SEQUENCE    
  hh3cSSHSessionID Integer32
  hh3cSSHSessionUserName DisplayString
  hh3cSSHSessionUserIpAddrType InetAddressType
  hh3cSSHSessionUserIpAddr InetAddress
  hh3cSSHSessionClientVersion DisplayString
  hh3cSSHSessionServiceType INTEGER
  hh3cSSHSessionEncry INTEGER
  hh3cSSHSessionState INTEGER

Defined Values

hh3cSSH 1.3.6.1.4.1.25506.2.22
This MIB is used to configure SSH server.
MODULE-IDENTITY    

hh3cSSHServerMIB 1.3.6.1.4.1.25506.2.22.1
OBJECT IDENTIFIER    

hh3cSSHServerMIBObjects 1.3.6.1.4.1.25506.2.22.1.1
OBJECT IDENTIFIER    

hh3cSSHServerGlobalConfig 1.3.6.1.4.1.25506.2.22.1.1.1
OBJECT IDENTIFIER    

hh3cSSHServerVersion 1.3.6.1.4.1.25506.2.22.1.1.1.1
The protocol version of the SSH server.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cSSHServerCompatibleSSH1x 1.3.6.1.4.1.25506.2.22.1.1.1.2
Supporting compatibility with SSH versions 1.x. It is known that there are still devices using the previous versions. During the transition period, it is important to be able to work in a way that is compatible with the installed SSH clients and servers that use the older version of the protocol.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enableCompatibleSSH1x(1), disableCompatibleSSH1x(2)  

hh3cSSHServerRekeyInterval 1.3.6.1.4.1.25506.2.22.1.1.1.3
The time interval of regenerating SSH server key. The unit is hour.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cSSHServerAuthRetries 1.3.6.1.4.1.25506.2.22.1.1.1.4
The limit times of a specified user can retry.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cSSHServerAuthTimeout 1.3.6.1.4.1.25506.2.22.1.1.1.5
The SSH server has a timeout for authentication and disconnect if the authentication has not been accepted within the timeout period. The unit is second.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cSFTPServerIdleTimeout 1.3.6.1.4.1.25506.2.22.1.1.1.6
The SFTP server has a timeout for idle connection if a user has no activities within the timeout period. The unit is minute.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

hh3cSSHServerEnable 1.3.6.1.4.1.25506.2.22.1.1.1.7
Enable SSH server function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enableSSHServer(1), disableSSHServer(2)  

hh3cSFTPServerEnable 1.3.6.1.4.1.25506.2.22.1.1.1.8
Enable SFTP server function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enableSFTPService(1), disableSFTPService(2)  

hh3cSTelnetServerEnable 1.3.6.1.4.1.25506.2.22.1.1.1.9
Enable STelnet server function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enableSTelnetServer(1), disableSTelnetServer(2)  

hh3cSCPServerEnable 1.3.6.1.4.1.25506.2.22.1.1.1.10
Enable SCP server function.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enableSCPService(1), disableSCPService(2)  

hh3cSSHUserConfig 1.3.6.1.4.1.25506.2.22.1.1.2
OBJECT IDENTIFIER    

hh3cSSHUserConfigTable 1.3.6.1.4.1.25506.2.22.1.1.2.1
A table for managing SSH users.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSSHUserConfigEntry

hh3cSSHUserConfigEntry 1.3.6.1.4.1.25506.2.22.1.1.2.1.1
SSH users configuration entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSSHUserConfigEntry  

hh3cSSHUserName 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.1
The name of SSH user.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

hh3cSSHUserServiceType 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.2
The service type of SSH user uses.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(1), all(2), stelnet(3), sftp(4), scp(5)  

hh3cSSHUserAuthType 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.3
The authentication type of SSH user chooses.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER invalid(1), password(2), publicKey(3), any(4), publicKeyPassword(5)  

hh3cSSHUserPublicKeyName 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.4
The public key which is used for authentication.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hh3cSSHUserWorkDirectory 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.5
The SFTP user's work directory associates with an existing user.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

hh3cSSHUserRowStatus 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.6
The row status variable, used in accordance to installation and removal conventions for conceptual rows. When the `hh3cSSHUserRowStatus' is set to active(1), no objects in this table can be modified. When 'hh3cSSHUserRowStatus' is set to notInService(2), every object except the 'hh3cSSHUserName' object in this table can be modified. To create a row in this table, a manager must set this object to createAndGo(4). Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the hh3cSSHUserRowStatus column is 'notReady'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cSSHSessionInfoTable 1.3.6.1.4.1.25506.2.22.1.1.3
A table for SSH sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSSHSessionInfoEntry

hh3cSSHSessionInfoEntry 1.3.6.1.4.1.25506.2.22.1.1.3.1
The SSH session information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSSHSessionInfoEntry  

hh3cSSHSessionID 1.3.6.1.4.1.25506.2.22.1.1.3.1.1
The identifier of SSH session.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

hh3cSSHSessionUserName 1.3.6.1.4.1.25506.2.22.1.1.3.1.2
The user name of SSH session.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cSSHSessionUserIpAddrType 1.3.6.1.4.1.25506.2.22.1.1.3.1.3
The user IP address type of SSH session.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

hh3cSSHSessionUserIpAddr 1.3.6.1.4.1.25506.2.22.1.1.3.1.4
The user IP address of SSH session.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

hh3cSSHSessionClientVersion 1.3.6.1.4.1.25506.2.22.1.1.3.1.5
The client version of SSH session. It is known that there are still devices using the previous versions.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

hh3cSSHSessionServiceType 1.3.6.1.4.1.25506.2.22.1.1.3.1.6
The service type of SSH session.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(1), stelnet(2), sftp(3), scp(4)  

hh3cSSHSessionEncry 1.3.6.1.4.1.25506.2.22.1.1.3.1.7
The encryption algorithm of SSH session. There are several encryption algorithms used in SSH protocol, please refer to RFC4253 Section 6.3.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER invalid(1), aes128CBC(2), desCBC(3), des3CBC(4)  

hh3cSSHSessionState 1.3.6.1.4.1.25506.2.22.1.1.3.1.8
The status of SSH session. init : This session is in initial status. verExchange : This session is in version exchanging. keysExchange : This session is in keys exchanging. authRequest : This session is in authentication requesting. serviceRequest : This session is in service requesting. established : This session has been established. disconnected : This session has been disconnected.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER init(1), verExchange(2), keysExchange(3), authRequest(4), serviceRequest(5), established(6), disconnect(7)  

hh3cSSHServerObjForTrap 1.3.6.1.4.1.25506.2.22.1.2
OBJECT IDENTIFIER    

hh3cSSHAttemptUserName 1.3.6.1.4.1.25506.2.22.1.2.1
The user name of the attacker who attempted to log in.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

hh3cSSHAttemptIpAddrType 1.3.6.1.4.1.25506.2.22.1.2.2
The IP address type of the attacker who attempted to log in.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

hh3cSSHAttemptIpAddr 1.3.6.1.4.1.25506.2.22.1.2.3
The IP address of the attacker who attempted to log in.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

hh3cSSHUserAuthFailureReason 1.3.6.1.4.1.25506.2.22.1.2.4
The reason for that a user failed to log in.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER exceedRetries(1), authTimeout(2), otherReason(3)  

hh3cSSHServerNotifications 1.3.6.1.4.1.25506.2.22.1.3
OBJECT IDENTIFIER    

hh3cSSHServerNotificationsPrefix 1.3.6.1.4.1.25506.2.22.1.3.0
OBJECT IDENTIFIER    

hh3cSSHUserAuthFailure 1.3.6.1.4.1.25506.2.22.1.3.0.1
The trap is generated when a user fails to authentication.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cSSHVersionNegotiationFailure 1.3.6.1.4.1.25506.2.22.1.3.0.2
The trap is generated when a user fails to negotiate SSH protocol version.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cSSHUserLogin 1.3.6.1.4.1.25506.2.22.1.3.0.3
The trap is generated when a user logs in successfully.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

hh3cSSHUserLogoff 1.3.6.1.4.1.25506.2.22.1.3.0.4
The trap is generated when a user logs off.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE