HPN-ICF-SSH-MIB

File: HPN-ICF-SSH-MIB.mib (16099 bytes)

Imported modules

HPN-ICF-OID-MIB SNMPv2-SMI INET-ADDRESS-MIB
SNMPv2-TC

Imported symbols

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

Defined Types

HpnicfSSHUserConfigEntry  
SEQUENCE    
  hpnicfSSHUserName DisplayString
  hpnicfSSHUserServiceType INTEGER
  hpnicfSSHUserAuthType INTEGER
  hpnicfSSHUserPublicKeyName DisplayString
  hpnicfSSHUserWorkDirectory DisplayString
  hpnicfSSHUserRowStatus RowStatus

HpnicfSSHSessionInfoEntry  
SEQUENCE    
  hpnicfSSHSessionID Integer32
  hpnicfSSHSessionUserName DisplayString
  hpnicfSSHSessionUserIpAddrType InetAddressType
  hpnicfSSHSessionUserIpAddr InetAddress
  hpnicfSSHSessionClientVersion DisplayString
  hpnicfSSHSessionServiceType INTEGER
  hpnicfSSHSessionEncry INTEGER
  hpnicfSSHSessionState INTEGER

Defined Values

hpnicfSSH 1.3.6.1.4.1.11.2.14.11.15.2.22
This MIB is used to configure SSH server.
MODULE-IDENTITY    

hpnicfSSHServerMIB 1.3.6.1.4.1.11.2.14.11.15.2.22.1
OBJECT IDENTIFIER    

hpnicfSSHServerMIBObjects 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1
OBJECT IDENTIFIER    

hpnicfSSHServerGlobalConfig 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1
OBJECT IDENTIFIER    

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

hpnicfSSHServerCompatibleSSH1x 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfSSHServerRekeyInterval 1.3.6.1.4.1.11.2.14.11.15.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  

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

hpnicfSSHServerAuthTimeout 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfSFTPServerIdleTimeout 1.3.6.1.4.1.11.2.14.11.15.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  

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

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

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

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

hpnicfSSHUserConfig 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2
OBJECT IDENTIFIER    

hpnicfSSHUserConfigTable 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1
A table for managing SSH users.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfSSHUserConfigEntry

hpnicfSSHUserConfigEntry 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1.1
SSH users configuration entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfSSHUserConfigEntry  

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

hpnicfSSHUserServiceType 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfSSHUserAuthType 1.3.6.1.4.1.11.2.14.11.15.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)  

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

hpnicfSSHUserWorkDirectory 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfSSHUserRowStatus 1.3.6.1.4.1.11.2.14.11.15.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 `hpnicfSSHUserRowStatus' is set to active(1), no objects in this table can be modified. When 'hpnicfSSHUserRowStatus' is set to notInService(2), every object except the 'hpnicfSSHUserName' 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 hpnicfSSHUserRowStatus column is 'notReady'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hpnicfSSHSessionInfoTable 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3
A table for SSH sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    HpnicfSSHSessionInfoEntry

hpnicfSSHSessionInfoEntry 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3.1
The SSH session information entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  HpnicfSSHSessionInfoEntry  

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

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

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

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

hpnicfSSHSessionClientVersion 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfSSHSessionServiceType 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfSSHSessionEncry 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfSSHSessionState 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfSSHServerObjForTrap 1.3.6.1.4.1.11.2.14.11.15.2.22.1.2
OBJECT IDENTIFIER    

hpnicfSSHAttemptUserName 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfSSHAttemptIpAddrType 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfSSHAttemptIpAddr 1.3.6.1.4.1.11.2.14.11.15.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  

hpnicfSSHUserAuthFailureReason 1.3.6.1.4.1.11.2.14.11.15.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)  

hpnicfSSHServerNotifications 1.3.6.1.4.1.11.2.14.11.15.2.22.1.3
OBJECT IDENTIFIER    

hpnicfSSHServerNotificationsPrefix 1.3.6.1.4.1.11.2.14.11.15.2.22.1.3.0
OBJECT IDENTIFIER    

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

hpnicfSSHVersionNegotiationFailure 1.3.6.1.4.1.11.2.14.11.15.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    

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

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