HUAWEI-SSH-MIB
82 objects
This mib which contains objects manages the SSH server and SSH client configuration.
Imported Objects
| HUAWEI-MIB | hwDatacomm |
| SNMPv2-CONF | MODULE-COMPLIANCE NOTIFICATION-GROUP OBJECT-GROUP |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | DisplayString RowStatus |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2011.5.25.118 | IdentityhwSSH | read-only | This mib which contains objects manages the SSH server and SSH client configuration. | |
| 1.3.6.1.4.1.2011.5.25.118.1 | NodehwSSHServer | |||
| 1.3.6.1.4.1.2011.5.25.118.1.1 | ScalarhwStelnetServerEnable | read-write | current | 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… |
| 1.3.6.1.4.1.2011.5.25.118.1.2 | ScalarhwSftpServerEnable | read-write | current | 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. |
| 1.3.6.1.4.1.2011.5.25.118.1.3 | ScalarhwSSHServerComp1x | read-write | current | 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 functi… |
| 1.3.6.1.4.1.2011.5.25.118.1.4 | ScalarhwSSHServerTimeOut | read-write | current | The object specifies the time when SSH authentication times out. The unit is the second and the default is 60 seconds. |
| 1.3.6.1.4.1.2011.5.25.118.1.5 | ScalarhwSSHServerRetry | read-write | current | The object specifies authentication-retry times for SSH user. Default: 3 |
| 1.3.6.1.4.1.2011.5.25.118.1.6 | ScalarhwSSHServerPort | read-write | current | The object specifies port number for SSH server supporting. The default value is 22. |
| 1.3.6.1.4.1.2011.5.25.118.1.7 | ScalarhwSSHServerKeyTimeOut | read-write | current | 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 |
| 1.3.6.1.4.1.2011.5.25.118.1.8 | ScalarhwSSHServerAlarmEnable | read-write | current | 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.disabl… |
| 1.3.6.1.4.1.2011.5.25.118.1.9 | ScalarhwSftpMaxUserNum | read-write | current | The object specifies the max number of sftp user that sftp server supporting. The default is 5. |
| 1.3.6.1.4.1.2011.5.25.118.1.10 | ScalarhwSftpOnLineUserNum | read-only | current | The object specifies the number of sftp user that has been connected to sftp server currently. |
| 1.3.6.1.4.1.2011.5.25.118.1.11 | TablehwSSHUserTable | not-accessible | current | This table is used for querying and setting the information about SSH user. The index of this table is hwSSHUserIndex. |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1 | RowhwSSHUserEntry | not-accessible | current | This table is used for querying and setting the information about SSH user. The index of this entry is hwSSHUserIndex. |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.1 | ColumnhwSSHUserIndex | not-accessible | current | The object specifies the index of hwSSHUserTable. |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.2 | ColumnhwSSHUserName | read-create | current | The object specifies the name of a SSH user. The maximum length of the node is 85. |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.3 | ColumnhwSSHUserAssignKey | read-create | current | 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. |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.4 | ColumnhwSSHUserAuthType | read-create | current | The object specifies the authentication type of SSH user. The default authentication type is authPASSWORD. Options: 1. authNULL(1) -No authenticate. 2. authPAS… |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.5 | ColumnhwSSHUserServiceType | read-create | current | 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 … |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.6 | ColumnhwSSHUserSftpDirectory | read-create | current | 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. |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.7 | ColumnhwSSHUserAuthorizationCMD | read-create | current | The object specifies the authorization type of SSH user. When authorizationAAA is specified, the SSH user will be authorizated by HWTACACS server. The default … |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.8 | ColumnhwSSHUserRowStatus | read-create | current | The object specifies the status of this entry. When the status is active(1), hwSSHUserAssignKey, hwSSHUserAuthType, hwSSHUserServiceType, hwSSHUserSftpDirector… |
| 1.3.6.1.4.1.2011.5.25.118.1.11.1.9 | ColumnhwSSHUserAssignKeyType | read-create | current | The object specifies the public key type of SSH user. |
| 1.3.6.1.4.1.2011.5.25.118.1.12 | TablehwSSHServerSessionTable | not-accessible | current | The object shows current session information of the SSH server which includes username, version information, retry times of online users currently. The index o… |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1 | RowhwSSHServerSessionEntry | not-accessible | current | The object shows current session information of the SSH server which includes username, version information, retry times of online users currently. The index o… |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.1 | ColumnhwSSHSessionIndex | not-accessible | current | The object specifies the index of hwSSHServerSessionTable. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.2 | ColumnhwSSHSessionUserName | read-only | current | The object specifies the name of a SSH user, which has started a session. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.3 | ColumnhwSSHSessionConnectType | read-only | current | The object specifies the line number supports a connection of SSH user which is in connection with SSH server. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.4 | ColumnhwSSHSessionVer | read-only | current | The object specifies the version information of a SSH user which is in connection with SSH server. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.5 | ColumnhwSSHSessionState | read-only | current | 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. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.6 | ColumnhwSSHSessionRetry | read-only | current | The object specifies SSH user's retrying times in authentications. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.7 | ColumnhwSSHSessionCtosCipher | read-only | current | The object specifies the cipher of custom to server. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.8 | ColumnhwSSHSessionStocCipher | read-only | current | The object specifies the cipher of server to custom. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.9 | ColumnhwSSHSessionCtosHmac | read-only | current | The object specifies the hmac of custom to server. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.10 | ColumnhwSSHSessionStocHmac | read-only | current | The object specifies the hmac of server to custom. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.11 | ColumnhwSSHSessionKex | read-only | current | The object specifies the key exchange. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.12 | ColumnhwSSHSessionAuthType | read-only | current | The object specifies the authentication type of SSH session. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.13 | ColumnhwSSHSessionServiceType | read-only | current | The object specifies the service type of SSH session. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.14 | ColumnhwSSHSessionKeyType | read-only | current | The object specifies the public key type of SSH session. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.15 | ColumnhwSSHSessionConnectionIndex | read-only | current | The object specifies the line number supports a connection of SSH user which is in connection with SSH(STelnet/Sftp/SNetConf) server. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.16 | ColumnhwSSHSessionCtosCompress | read-only | current | The object specifies the Compression algorithm of SSH client to server. |
| 1.3.6.1.4.1.2011.5.25.118.1.12.1.17 | ColumnhwSSHSessionStocCompress | read-only | current | The object specifies the Compression algorithm of SSH Server to client. |
| 1.3.6.1.4.1.2011.5.25.118.1.13 | TablehwRSAPublicKeyTable | not-accessible | current | A table of configuration about RSA Public Key. The index of this table is hwRSAPublicKeyName. hwRSAPublicKeyName is the name of RSA Public Key. |
| 1.3.6.1.4.1.2011.5.25.118.1.13.1 | RowhwRSAPublicKeyEntry | not-accessible | current | A table of configuration about RSA Public Key. The index of this entry is hwRSAPublicKeyName. hwRSAPublicKeyName is the name of RSA Public Key. |
| 1.3.6.1.4.1.2011.5.25.118.1.13.1.1 | ColumnhwRSAPublicKeyName | not-accessible | current | The object specifies the name of RSA Public Key. |
| 1.3.6.1.4.1.2011.5.25.118.1.13.1.2 | ColumnhwRSAPublicKeyCode | read-create | current | 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 va… |
| 1.3.6.1.4.1.2011.5.25.118.1.13.1.3 | ColumnhwRSAPublicKeyRowStatus | read-create | current | 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 b… |
| 1.3.6.1.4.1.2011.5.25.118.1.13.1.4 | ColumnhwRSAPublicKeyFingerprint | read-only | current | The object specifies the fingerprint of RSA Public Key Code, that including the public key algorithm, length and fingerprint. |
| 1.3.6.1.4.1.2011.5.25.118.1.14 | ScalarhwSNetConfMaxUserNum | read-write | current | The object specifies the max number of SNetConf user that SNetConf Server supporting. The default is 5. |
| 1.3.6.1.4.1.2011.5.25.118.1.15 | ScalarhwSNetConfServerEnable | read-write | current | The object specifies whether the SSH SNetConf Server is enable. The default is 2. |
| 1.3.6.1.4.1.2011.5.25.118.1.16 | ScalarhwSSHKeepAliveEnable | read-write | current | The object specifies whether the KeepAlive functionality on SSH Server is enable. The default is 1. |
| 1.3.6.1.4.1.2011.5.25.118.1.17 | ScalarhwSCPServerEnable | read-write | current | The object specifies whether the SSH SCP Server is enable. The default is 2. |
| 1.3.6.1.4.1.2011.5.25.118.1.18 | ScalarhwSCPMaxUserNum | read-write | current | The object specifies the max number of SCP user that SCP Server supporting. The default is 2. |
| 1.3.6.1.4.1.2011.5.25.118.2 | NodehwSSHClient | |||
| 1.3.6.1.4.1.2011.5.25.118.2.1 | ScalarhwSSHFirstTimeAuthEnable | read-write | current | The object specifies whether the SSH client supports first-time-authentication. Options: 1.enable(1) -indicates the SSH client supports first-time-authenticati… |
| 1.3.6.1.4.1.2011.5.25.118.2.2 | TablehwSSHServerInfoTable | not-accessible | current | A table of configuration about the relation between the SSH server and the rsa peerkey. The index of this table is hwSSHServerIndex. |
| 1.3.6.1.4.1.2011.5.25.118.2.2.1 | RowhwSSHServerInfoEntry | not-accessible | current | A table of configuration about the relation between the SSH server and the rsa peerkey. The index of this entry is hwSSHServerIndex. |
| 1.3.6.1.4.1.2011.5.25.118.2.2.1.1 | ColumnhwSSHServerIndex | not-accessible | current | The object specifies the index of hwSSHServerInfoTable. |
| 1.3.6.1.4.1.2011.5.25.118.2.2.1.2 | ColumnhwSSHServerName | read-create | current | The object specifies the name of a SSH server. |
| 1.3.6.1.4.1.2011.5.25.118.2.2.1.3 | ColumnhwSSHServerAssignKey | read-create | current | The object specifies a peer public key for a SSH server. This peer public key must exist. |
| 1.3.6.1.4.1.2011.5.25.118.2.2.1.4 | ColumnhwSSHServerRowStatus | read-create | current | The object specifies the status of this entry. When the status is active, hwSSHServerAssignKey's value in the entry is allowed to be modified. |
| 1.3.6.1.4.1.2011.5.25.118.2.2.1.5 | ColumnhwSSHServerAssignDSAKey | read-create | current | The object specifies a DSA peer public key for a SSH server.This peer public key must exist. |
| 1.3.6.1.4.1.2011.5.25.118.2.2.1.6 | ColumnhwSSHServerAssignECCKey | read-create | current | The object specifies a ECC peer public key for a SSH server.This peer public key must exist. |
| 1.3.6.1.4.1.2011.5.25.118.2.3 | ScalarhwSSHKeepAliveInterval | read-write | current | The object specifies KeepAlive Timeout interval on SSH Client. The default is 0. 0 specify no KeepAlive packet should be sent to Server. |
| 1.3.6.1.4.1.2011.5.25.118.2.4 | ScalarhwSSHKeepAliveMaxCount | read-write | current | The object specifies maximum KeepAlive packet to send to SSH Server before disconnect. The default is 3. |
| 1.3.6.1.4.1.2011.5.25.118.3 | NodehwSSHNotifications | |||
| 1.3.6.1.4.1.2011.5.25.118.3.1 | NotificationhwSSHSftpUserNumExceedMax | current | This notification was sent when the total number of sftp users requesting sftp service exceeds max user number configured. | |
| 1.3.6.1.4.1.2011.5.25.118.4 | NodehwSSHMIBConformance | |||
| 1.3.6.1.4.1.2011.5.25.118.4.1 | NodehwSSHMIBCompliances | |||
| 1.3.6.1.4.1.2011.5.25.118.4.1.1 | CompliancehwSSHMIBCompliance | current | The compliance statement for systems supporting the HUAWEI-SSH-MIB. | |
| 1.3.6.1.4.1.2011.5.25.118.4.2 | NodehwSSHMIBGroups | |||
| 1.3.6.1.4.1.2011.5.25.118.4.2.1 | GrouphwSSHServerGroup | current | The SSH server attribute group. | |
| 1.3.6.1.4.1.2011.5.25.118.4.2.2 | GrouphwSSHUserGroup | current | The SSH user's group. | |
| 1.3.6.1.4.1.2011.5.25.118.4.2.3 | GrouphwSSHServerSessionGroup | current | The SSH server's session group. | |
| 1.3.6.1.4.1.2011.5.25.118.4.2.4 | GrouphwSSHClientGroup | current | The SSH client's attribute group. | |
| 1.3.6.1.4.1.2011.5.25.118.4.2.5 | GrouphwSSHServerInfoGroup | current | The SSH serverInfo's group. | |
| 1.3.6.1.4.1.2011.5.25.118.4.2.6 | GrouphwSSHNotificationGroup | current | The SSH Notification group. | |
| 1.3.6.1.4.1.2011.5.25.118.5 | NodehwRSALocalKeyTable | |||
| 1.3.6.1.4.1.2011.5.25.118.5.1 | ScalarhwRSALocalHostPublicKeyCode | read-only | current | The object specifies the local host RSA Public Key Code in the format of ber. |
| 1.3.6.1.4.1.2011.5.25.118.5.2 | ScalarhwRSALocalHostPublicKeyFingerprint | read-only | current | The object specifies the fingerprint of the local host RSA Public Key Code, that including the public key algorithm, length and fingerprint. |
| 1.3.6.1.4.1.2011.5.25.118.5.3 | ScalarhwRSALocalServerPublicKeyCode | read-only | current | The object specifies the local server RSA Public Key Code in the format of ber. |
| 1.3.6.1.4.1.2011.5.25.118.5.4 | ScalarhwRSALocalServerPublicKeyFingerprint | read-only | current | The object specifies the fingerprint of the local server RSA Public Key Code, that including the public key algorithm, length and fingerprint. |