HUAWEI-SSH-MIB: View SNMP OID List / Download MIB

VENDOR: HUAWEI


 Home MIB: HUAWEI-SSH-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
 hwSSH 1.3.6.1.4.1.2011.5.25.118
This mib which contains objects manages the SSH server and SSH client configuration.
         hwSSHServer 1.3.6.1.4.1.2011.5.25.118.1
             hwStelnetServerEnable 1.3.6.1.4.1.2011.5.25.118.1.1 integer read-write
The object specifies whether the SSH stelnet server is enable. Options: 1. enable(1) -The SSH stelnet server is enable. 2. disable(2)-The SSH stelnet server is disable. Enumeration: 'enable': 1, 'disable': 2.
             hwSftpServerEnable 1.3.6.1.4.1.2011.5.25.118.1.2 integer read-write
The object specifies whether the sftp server is enable. Options: 1.enable(1) -the sftp server is enable 2.disable(2)-the sftp server is disable. Enumeration: 'enable': 1, 'disable': 2.
             hwSSHServerComp1x 1.3.6.1.4.1.2011.5.25.118.1.3 integer read-write
The object specifies whether the SSH server is compatible with SSH1.x. The default is 2. Options: 1. enable(1) -indicates that the version compatibility function of the SSH server is enabled so that the SSH server is compatible with the SSHv1.x client. 2. disable(2)-indicates that the version compatibility function of the SSH server is disabled and therefore the SSH server is incompatible with the SSHv1.x client. Enumeration: 'enable': 1, 'disable': 2.
             hwSSHServerTimeOut 1.3.6.1.4.1.2011.5.25.118.1.4 integer32 read-write
The object specifies the time when SSH authentication times out. The unit is the second and the default is 60 seconds.
             hwSSHServerRetry 1.3.6.1.4.1.2011.5.25.118.1.5 integer32 read-write
The object specifies authentication-retry times for SSH user. Default: 3
             hwSSHServerPort 1.3.6.1.4.1.2011.5.25.118.1.6 integer32 read-write
The object specifies port number for SSH server supporting. The default value is 22.
             hwSSHServerKeyTimeOut 1.3.6.1.4.1.2011.5.25.118.1.7 integer32 read-write
The interval of updating the SSH server key pair. By default, value is 0 hour, which means server key can't be updated forever. Range: 0-24 Unit: hour
             hwSSHServerAlarmEnable 1.3.6.1.4.1.2011.5.25.118.1.8 integer read-write
The object specifies whether send trap information to NMS. Options: 1.enable(1) -Only when its value enable, allowed to send trap informations to NMS. 2.disable(2)-Can not to send trap informations to NMS. Enumeration: 'enable': 1, 'disable': 2.
             hwSftpMaxUserNum 1.3.6.1.4.1.2011.5.25.118.1.9 integer32 read-write
The object specifies the max number of sftp user that sftp server supporting. The default is 5.
             hwSftpOnLineUserNum 1.3.6.1.4.1.2011.5.25.118.1.10 integer32 read-only
The object specifies the number of sftp user that has been connected to sftp server currently.
             hwSSHUserTable 1.3.6.1.4.1.2011.5.25.118.1.11 no-access
This table is used for querying and setting the information about SSH user. The index of this table is hwSSHUserIndex.
                   hwSSHUserEntry 1.3.6.1.4.1.2011.5.25.118.1.11.1 no-access
This table is used for querying and setting the information about SSH user. The index of this entry is hwSSHUserIndex.
                       hwSSHUserIndex 1.3.6.1.4.1.2011.5.25.118.1.11.1.1 integer32 no-access
The object specifies the index of hwSSHUserTable.
                       hwSSHUserName 1.3.6.1.4.1.2011.5.25.118.1.11.1.2 octet string read-only
The object specifies the name of a SSH user. The maximum length of the node is 85.
                       hwSSHUserAssignKey 1.3.6.1.4.1.2011.5.25.118.1.11.1.3 octet string read-only
The object specifies is a peer public key for a SSH user. This peer public key on the SSH server must exist and associate with hwRSAPublicKeyName.
                       hwSSHUserAuthType 1.3.6.1.4.1.2011.5.25.118.1.11.1.4 integer read-only
The object specifies the authentication type of SSH user. The default authentication type is authPASSWORD. Options: 1. authNULL(1) -No authenticate. 2. authPASSWORD(2) -Password authentication. 3. authRSA(3) -RSA key authentication. 4. authRSAorPASSWORD(4) -Password or RSA key authentication. 5. authRSAandPASSWORD(5) -Password and RSA key authentication. 6. authDSA(6), -DSA key authentication. 7. authDSAandPASSWORD(7), -Password or DSA key authentication. 8. authAny(8), -Any authentication. 9. authECC(9), -ECC key authentication. 10.authECCandPASSWORD(10) -Password and ECC key authentication. Enumeration: 'authRSAandPASSWORD': 5, 'authRSA': 3, 'authRSAorPASSWORD': 4, 'authAny': 8, 'authECCandPASSWORD': 10, 'authNULL': 1, 'authDSA': 6, 'authECC': 9, 'authDSAandPASSWORD': 7, 'authPASSWORD': 2.
                       hwSSHUserServiceType 1.3.6.1.4.1.2011.5.25.118.1.11.1.5 integer read-only
The object specifies the service type of SSH user. Options: 1. servicetypeNULL(1) -default service type. 2. servicetypeSTELNET(2) -The service type of the SSH user is STELNET. 3. servicetypeSFTP(3) -The service type of the SSH user is SFTP. 4. servicetypeALL(4) -The service type of the SSH user is all. 5. servicetypeSNetConf(5), -The service type of the SSH user is SNetConf. 6. servicetypeSftpSNetConf(6), -The service type of the SSH user is Sftp and SNetConf. 7. servicetypeSTelnetSftp(7), -The service type of the SSH user is STelnet and Sftp. 8. servicetypeSTelnetSNetConf(8) -The service type of the SSH user is STelnet and SNetConf. Enumeration: 'servicetypeSTELNET': 2, 'servicetypeALL': 4, 'servicetypeSTelnetSftp': 7, 'servicetypeNULL': 1, 'servicetypeSftpSNetConf': 6, 'servicetypeSTelnetSNetConf': 8, 'servicetypeSNetConf': 5, 'servicetypeSFTP': 3.
                       hwSSHUserSftpDirectory 1.3.6.1.4.1.2011.5.25.118.1.11.1.6 octet string read-only
The object specifies the working directory for the sftp user. The total length of absolute path is 128,the length of single directory is 128.
                       hwSSHUserAuthorizationCMD 1.3.6.1.4.1.2011.5.25.118.1.11.1.7 integer read-only
The object specifies the authorization type of SSH user. When authorizationAAA is specified, the SSH user will be authorizated by HWTACACS server. The default authorization is authorizationNULL, indicating SSH user doesn't need to be authorizated by HWTACACS server. Options: 1.authorizationNULL(1)-The default authorization is authorizationNULL,indicating SSH user doesn't need to be authorizated by HWTACACS server. 2.authorizationAAA(2) -When authorizationAAA is specified,the SSH user will be authorizated by HWTACACS server. Enumeration: 'authorizationNULL': 1, 'authorizationAAA': 2.
                       hwSSHUserRowStatus 1.3.6.1.4.1.2011.5.25.118.1.11.1.8 rowstatus read-only
The object specifies the status of this entry. When the status is active(1), hwSSHUserAssignKey, hwSSHUserAuthType, hwSSHUserServiceType, hwSSHUserSftpDirectory, and hwSSHUserAuthorizationCMD's value in the entry are allowed to be modified.
                       hwSSHUserAssignKeyType 1.3.6.1.4.1.2011.5.25.118.1.11.1.9 integer read-only
The object specifies the public key type of SSH user. Enumeration: 'keyTypeDSA': 2, 'keyTypeNULL': 0, 'keyTypeECC': 3, 'keyTypeRSA': 1.
             hwSSHServerSessionTable 1.3.6.1.4.1.2011.5.25.118.1.12 no-access
The object shows current session information of the SSH server which includes username, version information, retry times of online users currently. The index of this table is hwSSHSessionIndex.
                   hwSSHServerSessionEntry 1.3.6.1.4.1.2011.5.25.118.1.12.1 no-access
The object shows current session information of the SSH server which includes username, version information, retry times of online users currently. The index of this entry is hwSSHSessionIndex.
                       hwSSHSessionIndex 1.3.6.1.4.1.2011.5.25.118.1.12.1.1 integer32 no-access
The object specifies the index of hwSSHServerSessionTable.
                       hwSSHSessionUserName 1.3.6.1.4.1.2011.5.25.118.1.12.1.2 displaystring read-only
The object specifies the name of a SSH user, which has started a session.
                       hwSSHSessionConnectType 1.3.6.1.4.1.2011.5.25.118.1.12.1.3 integer read-only
The object specifies the line number supports a connection of SSH user which is in connection with SSH server. Enumeration: 'vty20': 21, 'vty5': 6, 'vty4': 5, 'vty7': 8, 'vty6': 7, 'vty1': 2, 'vty0': 1, 'vty3': 4, 'vty2': 3, 'vty9': 10, 'vty8': 9, 'none': 0, 'vty15': 16, 'vty14': 15, 'vty17': 18, 'vty16': 17, 'vty11': 12, 'vty10': 11, 'vty13': 14, 'vty12': 13, 'vty19': 20, 'vty18': 19.
                       hwSSHSessionVer 1.3.6.1.4.1.2011.5.25.118.1.12.1.4 displaystring read-only
The object specifies the version information of a SSH user which is in connection with SSH server.
                       hwSSHSessionState 1.3.6.1.4.1.2011.5.25.118.1.12.1.5 integer read-only
The object specifies the state of a SSH user which is in connection with SSH server. Options: 1.started(1)-indicates the state is start. Enumeration: 'started': 1.
                       hwSSHSessionRetry 1.3.6.1.4.1.2011.5.25.118.1.12.1.6 integer32 read-only
The object specifies SSH user's retrying times in authentications.
                       hwSSHSessionCtosCipher 1.3.6.1.4.1.2011.5.25.118.1.12.1.7 displaystring read-only
The object specifies the cipher of custom to server.
                       hwSSHSessionStocCipher 1.3.6.1.4.1.2011.5.25.118.1.12.1.8 displaystring read-only
The object specifies the cipher of server to custom.
                       hwSSHSessionCtosHmac 1.3.6.1.4.1.2011.5.25.118.1.12.1.9 displaystring read-only
The object specifies the hmac of custom to server.
                       hwSSHSessionStocHmac 1.3.6.1.4.1.2011.5.25.118.1.12.1.10 displaystring read-only
The object specifies the hmac of server to custom.
                       hwSSHSessionKex 1.3.6.1.4.1.2011.5.25.118.1.12.1.11 displaystring read-only
The object specifies the key exchange.
                       hwSSHSessionAuthType 1.3.6.1.4.1.2011.5.25.118.1.12.1.12 displaystring read-only
The object specifies the authentication type of SSH session.
                       hwSSHSessionServiceType 1.3.6.1.4.1.2011.5.25.118.1.12.1.13 displaystring read-only
The object specifies the service type of SSH session.
                       hwSSHSessionKeyType 1.3.6.1.4.1.2011.5.25.118.1.12.1.14 integer read-only
The object specifies the public key type of SSH session. Enumeration: 'keyTypeDSA': 2, 'keyTypeECC': 3, 'keyTypeRSA': 1.
                       hwSSHSessionConnectionIndex 1.3.6.1.4.1.2011.5.25.118.1.12.1.15 integer32 read-only
The object specifies the line number supports a connection of SSH user which is in connection with SSH(STelnet/Sftp/SNetConf) server.
                       hwSSHSessionCtosCompress 1.3.6.1.4.1.2011.5.25.118.1.12.1.16 displaystring read-only
The object specifies the Compression algorithm of SSH client to server.
                       hwSSHSessionStocCompress 1.3.6.1.4.1.2011.5.25.118.1.12.1.17 displaystring read-only
The object specifies the Compression algorithm of SSH Server to client.
             hwRSAPublicKeyTable 1.3.6.1.4.1.2011.5.25.118.1.13 no-access
A table of configuration about RSA Public Key. The index of this table is hwRSAPublicKeyName. hwRSAPublicKeyName is the name of RSA Public Key.
                   hwRSAPublicKeyEntry 1.3.6.1.4.1.2011.5.25.118.1.13.1 no-access
A table of configuration about RSA Public Key. The index of this entry is hwRSAPublicKeyName. hwRSAPublicKeyName is the name of RSA Public Key.
                       hwRSAPublicKeyName 1.3.6.1.4.1.2011.5.25.118.1.13.1.1 octet string no-access
The object specifies the name of RSA Public Key.
                       hwRSAPublicKeyCode 1.3.6.1.4.1.2011.5.25.118.1.13.1.2 octet string read-only
The object specifies is RSA Public Key Code that in the format of ber, the maximum length of the node is 2048. When the RSA public key is created, the index value is the name of the public key, which uses the ASCII code. The public key value must be generated through a tool. Firstly, use the PUTTYGEN.EXE tool to generate the matching public key and private key. Then, use the sshkey.exe tool to convert the generated public key to the required public key value.
                       hwRSAPublicKeyRowStatus 1.3.6.1.4.1.2011.5.25.118.1.13.1.3 rowstatus read-only
The object specifies the status of this table entry. When the status is active(1), hwRSAPublicKeyName, hwRSAPublicKeyCode's value in the entry are allowed to be modified. createAndGo(4) is supplied to create a new instance of a conceptual row. destroy(6) is supplied to delete the instances associated with an existing conceptual row.
                       hwRSAPublicKeyFingerprint 1.3.6.1.4.1.2011.5.25.118.1.13.1.4 octet string read-only
The object specifies the fingerprint of RSA Public Key Code, that including the public key algorithm, length and fingerprint.
             hwSNetConfMaxUserNum 1.3.6.1.4.1.2011.5.25.118.1.14 integer32 read-write
The object specifies the max number of SNetConf user that SNetConf Server supporting. The default is 5.
             hwSNetConfServerEnable 1.3.6.1.4.1.2011.5.25.118.1.15 integer read-write
The object specifies whether the SSH SNetConf Server is enable. The default is 2. Enumeration: 'enable': 1, 'disable': 2.
             hwSSHKeepAliveEnable 1.3.6.1.4.1.2011.5.25.118.1.16 integer read-write
The object specifies whether the KeepAlive functionality on SSH Server is enable. The default is 1. Enumeration: 'enable': 1, 'disable': 2.
             hwSCPServerEnable 1.3.6.1.4.1.2011.5.25.118.1.17 integer read-write
The object specifies whether the SSH SCP Server is enable. The default is 2. Enumeration: 'enable': 1, 'disable': 2.
             hwSCPMaxUserNum 1.3.6.1.4.1.2011.5.25.118.1.18 integer32 read-write
The object specifies the max number of SCP user that SCP Server supporting. The default is 2.
         hwSSHClient 1.3.6.1.4.1.2011.5.25.118.2
             hwSSHFirstTimeAuthEnable 1.3.6.1.4.1.2011.5.25.118.2.1 integer read-write
The object specifies whether the SSH client supports first-time-authentication. Options: 1.enable(1) -indicates the SSH client supports first-time-authentication. 2.disable(2)-indicates the SSH client does not support first-time-authentication. Enumeration: 'enable': 1, 'disable': 2.
             hwSSHServerInfoTable 1.3.6.1.4.1.2011.5.25.118.2.2 no-access
A table of configuration about the relation between the SSH server and the rsa peerkey. The index of this table is hwSSHServerIndex.
                 hwSSHServerInfoEntry 1.3.6.1.4.1.2011.5.25.118.2.2.1 no-access
A table of configuration about the relation between the SSH server and the rsa peerkey. The index of this entry is hwSSHServerIndex.
                     hwSSHServerIndex 1.3.6.1.4.1.2011.5.25.118.2.2.1.1 integer32 no-access
The object specifies the index of hwSSHServerInfoTable.
                     hwSSHServerName 1.3.6.1.4.1.2011.5.25.118.2.2.1.2 octet string read-only
The object specifies the name of a SSH server.
                     hwSSHServerAssignKey 1.3.6.1.4.1.2011.5.25.118.2.2.1.3 octet string read-only
The object specifies a peer public key for a SSH server. This peer public key must exist.
                     hwSSHServerRowStatus 1.3.6.1.4.1.2011.5.25.118.2.2.1.4 rowstatus read-only
The object specifies the status of this entry. When the status is active, hwSSHServerAssignKey's value in the entry is allowed to be modified.
                     hwSSHServerAssignDSAKey 1.3.6.1.4.1.2011.5.25.118.2.2.1.5 octet string read-only
The object specifies a DSA peer public key for a SSH server.This peer public key must exist.
                     hwSSHServerAssignECCKey 1.3.6.1.4.1.2011.5.25.118.2.2.1.6 octet string read-only
The object specifies a ECC peer public key for a SSH server.This peer public key must exist.
             hwSSHKeepAliveInterval 1.3.6.1.4.1.2011.5.25.118.2.3 integer32 read-write
The object specifies KeepAlive Timeout interval on SSH Client. The default is 0. 0 specify no KeepAlive packet should be sent to Server.
             hwSSHKeepAliveMaxCount 1.3.6.1.4.1.2011.5.25.118.2.4 integer32 read-write
The object specifies maximum KeepAlive packet to send to SSH Server before disconnect. The default is 3.
         hwSSHNotifications 1.3.6.1.4.1.2011.5.25.118.3
             hwSSHSftpUserNumExceedMax 1.3.6.1.4.1.2011.5.25.118.3.1
This notification was sent when the total number of sftp users requesting sftp service exceeds max user number configured.
         hwSSHMIBConformance 1.3.6.1.4.1.2011.5.25.118.4
             hwSSHMIBCompliances 1.3.6.1.4.1.2011.5.25.118.4.1
                 hwSSHMIBCompliance 1.3.6.1.4.1.2011.5.25.118.4.1.1
The compliance statement for systems supporting the HUAWEI-SSH-MIB.
             hwSSHMIBGroups 1.3.6.1.4.1.2011.5.25.118.4.2
                 hwSSHServerGroup 1.3.6.1.4.1.2011.5.25.118.4.2.1
The SSH server attribute group.
                 hwSSHUserGroup 1.3.6.1.4.1.2011.5.25.118.4.2.2
The SSH user's group.
                 hwSSHServerSessionGroup 1.3.6.1.4.1.2011.5.25.118.4.2.3
The SSH server's session group.
                 hwSSHClientGroup 1.3.6.1.4.1.2011.5.25.118.4.2.4
The SSH client's attribute group.
                 hwSSHServerInfoGroup 1.3.6.1.4.1.2011.5.25.118.4.2.5
The SSH serverInfo's group.
                 hwSSHNotificationGroup 1.3.6.1.4.1.2011.5.25.118.4.2.6
The SSH Notification group.
         hwRSALocalKeyTable 1.3.6.1.4.1.2011.5.25.118.5
             hwRSALocalHostPublicKeyCode 1.3.6.1.4.1.2011.5.25.118.5.1 octet string read-only
The object specifies the local host RSA Public Key Code in the format of ber.
             hwRSALocalHostPublicKeyFingerprint 1.3.6.1.4.1.2011.5.25.118.5.2 octet string read-only
The object specifies the fingerprint of the local host RSA Public Key Code, that including the public key algorithm, length and fingerprint.
             hwRSALocalServerPublicKeyCode 1.3.6.1.4.1.2011.5.25.118.5.3 octet string read-only
The object specifies the local server RSA Public Key Code in the format of ber.
             hwRSALocalServerPublicKeyFingerprint 1.3.6.1.4.1.2011.5.25.118.5.4 octet string read-only
The object specifies the fingerprint of the local server RSA Public Key Code, that including the public key algorithm, length and fingerprint.