HUAWEI-SSH-MIB
AI MIB Summary
The HUAWEI-SSH-MIB enables remote monitoring and configuration of SSH server and client parameters on Huawei network devices, specifically exposing metrics such as connection states, active session counts, authentication failure rates, and protocol version settings.
This mib which contains objects manages the SSH server and SSH client configuration.
Main OID:
hwSSH.1.3.6.1.4.1.2011.25.118
75
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
75 total| Object Name |
|---|
hwSSHThis mib which contains objects manages the
SSH server and SSH client configuration. MODULE-IDENTITY .1.3.6.1.4.1.2011.25.118 |
hwSSHServer OBJECT IDENTIFIER .1.3.6.1.4.1.2011.25.118.1 |
hwStelnetServerEnableThe 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.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.1 |
hwSftpServerEnableThe 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.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.2 |
hwSSHServerComp1xThe 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.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.3 |
hwSSHServerTimeOutThe object specifies the time when SSH authentication times out.
The unit is the second and the default is 60 seconds.rw Integer32 .1.3.6.1.4.1.2011.25.118.1.4 |
hwSSHServerRetryThe object specifies authentication-retry times for SSH user.
Default: 3rw Integer32 .1.3.6.1.4.1.2011.25.118.1.5 |
hwSSHServerPortThe object specifies port number for SSH server supporting.
The default value is 22.rw Integer32 (22 | 1025..65535) .1.3.6.1.4.1.2011.25.118.1.6 |
hwSSHServerKeyTimeOutThe 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: hourrw Integer32 .1.3.6.1.4.1.2011.25.118.1.7 |
hwSSHServerAlarmEnableThe 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.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.8 |
hwSftpMaxUserNumThe object specifies the max number of sftp user that sftp server supporting.
The default is 5.rw Integer32 .1.3.6.1.4.1.2011.25.118.1.9 |
hwSftpOnLineUserNumThe object specifies the number of sftp user that has been connected to sftp server currently.ro Integer32 .1.3.6.1.4.1.2011.25.118.1.10 |
hwSSHUserTableThis table is used for querying and setting the information about SSH user.
The index of this table is hwSSHUserIndex. SEQUENCE OF HwSSHUserEntry .1.3.6.1.4.1.2011.25.118.1.11 |
hwSSHUserEntryThis table is used for querying and setting the information about SSH user.
The index of this entry is hwSSHUserIndex. HwSSHUserEntry .1.3.6.1.4.1.2011.25.118.1.11.1 |
hwSSHUserIndexThe object specifies the index of hwSSHUserTable. Integer32 .1.3.6.1.4.1.2011.25.118.1.11.1.1 |
hwSSHUserNameThe object specifies the name of a SSH user. The maximum length of the node is 85.rw OCTET STRING .1.3.6.1.4.1.2011.25.118.1.11.1.2 |
hwSSHUserAssignKeyThe 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.rw OCTET STRING .1.3.6.1.4.1.2011.25.118.1.11.1.3 |
hwSSHUserAuthTypeThe 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.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.11.1.4 |
hwSSHUserServiceTypeThe 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.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.11.1.5 |
hwSSHUserSftpDirectoryThe object specifies the working directory for the sftp user.
The total length of absolute path is 128,the length of single directory is 128.rw OCTET STRING .1.3.6.1.4.1.2011.25.118.1.11.1.6 |
hwSSHUserAuthorizationCMDThe 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.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.11.1.7 |
hwSSHUserRowStatusThe 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.11.1.8 |
hwSSHUserAssignKeyTypeThe object specifies the public key type of SSH user.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.11.1.9 |
hwSSHServerSessionTableThe 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. SEQUENCE OF HwSSHServerSessionEntry .1.3.6.1.4.1.2011.25.118.1.12 |
hwSSHServerSessionEntryThe 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. HwSSHServerSessionEntry .1.3.6.1.4.1.2011.25.118.1.12.1 |
hwSSHSessionIndexThe object specifies the index of hwSSHServerSessionTable. Integer32 .1.3.6.1.4.1.2011.25.118.1.12.1.1 |
hwSSHSessionUserNameThe object specifies the name of a SSH user,
which has started a session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.2 |
hwSSHSessionConnectTypeThe object specifies the line number supports a connection of SSH
user which is in connection with SSH server.ro Enumeration .1.3.6.1.4.1.2011.25.118.1.12.1.3 |
hwSSHSessionVerThe object specifies the version information of a SSH
user which is in connection with SSH server.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.4 |
hwSSHSessionStateThe object specifies the state of a SSH user
which is in connection with SSH server.
Options:
1.started(1)-indicates the state is start.ro Enumeration .1.3.6.1.4.1.2011.25.118.1.12.1.5 |
hwSSHSessionRetryThe object specifies SSH user's retrying times in authentications.ro Integer32 .1.3.6.1.4.1.2011.25.118.1.12.1.6 |
hwSSHSessionCtosCipherThe object specifies the cipher of custom to server.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.7 |
hwSSHSessionStocCipherThe object specifies the cipher of server to custom.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.8 |
hwSSHSessionCtosHmacThe object specifies the hmac of custom to server.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.9 |
hwSSHSessionStocHmacThe object specifies the hmac of server to custom.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.10 |
hwSSHSessionKexThe object specifies the key exchange.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.11 |
hwSSHSessionAuthTypeThe object specifies the authentication type of SSH session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.12 |
hwSSHSessionServiceTypeThe object specifies the service type of SSH session.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.13 |
hwSSHSessionKeyTypeThe object specifies the public key type of SSH session.ro Enumeration .1.3.6.1.4.1.2011.25.118.1.12.1.14 |
hwSSHSessionConnectionIndexThe object specifies the line number supports a connection of SSH user which is in connection with SSH(STelnet/Sftp/SNetConf) server.ro Integer32 .1.3.6.1.4.1.2011.25.118.1.12.1.15 |
hwSSHSessionCtosCompressThe object specifies the Compression algorithm of SSH client to server.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.16 |
hwSSHSessionStocCompressThe object specifies the Compression algorithm of SSH Server to client.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.12.1.17 |
hwRSAPublicKeyTableA table of configuration about RSA Public Key.
The index of this table is hwRSAPublicKeyName.
hwRSAPublicKeyName is the name of RSA Public Key. SEQUENCE OF HwRSAPublicKeyEntry .1.3.6.1.4.1.2011.25.118.1.13 |
hwRSAPublicKeyEntryA table of configuration about RSA Public Key.
The index of this entry is hwRSAPublicKeyName.
hwRSAPublicKeyName is the name of RSA Public Key. HwRSAPublicKeyEntry .1.3.6.1.4.1.2011.25.118.1.13.1 |
hwRSAPublicKeyNameThe object specifies the name of RSA Public Key. OCTET STRING .1.3.6.1.4.1.2011.25.118.1.13.1.1 |
hwRSAPublicKeyCodeThe 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.rw OCTET STRING .1.3.6.1.4.1.2011.25.118.1.13.1.2 |
hwRSAPublicKeyRowStatusThe 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.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.1.13.1.3 |
hwRSAPublicKeyFingerprintThe object specifies the fingerprint of RSA Public Key Code,
that including the public key algorithm, length and fingerprint.ro OCTET STRING .1.3.6.1.4.1.2011.25.118.1.13.1.4 |
hwSNetConfMaxUserNumThe object specifies the max number of SNetConf user that SNetConf Server supporting.
The default is 5.rw Integer32 .1.3.6.1.4.1.2011.25.118.1.14 |
hwSNetConfServerEnableThe object specifies whether the SSH SNetConf Server is enable.
The default is 2.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.15 |
hwSSHKeepAliveEnableThe object specifies whether the KeepAlive functionality on SSH Server is enable.
The default is 1.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.16 |
hwSCPServerEnableThe object specifies whether the SSH SCP Server is enable.
The default is 2.rw Enumeration .1.3.6.1.4.1.2011.25.118.1.17 |
hwSCPMaxUserNumThe object specifies the max number of SCP user that SCP Server supporting.
The default is 2.rw Integer32 .1.3.6.1.4.1.2011.25.118.1.18 |
hwSSHClient OBJECT IDENTIFIER .1.3.6.1.4.1.2011.25.118.2 |
hwSSHFirstTimeAuthEnableThe 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.rw Enumeration .1.3.6.1.4.1.2011.25.118.2.1 |
hwSSHServerInfoTableA table of configuration about the relation
between the SSH server and the rsa peerkey.
The index of this table is hwSSHServerIndex. SEQUENCE OF HwSSHServerInfoEntry .1.3.6.1.4.1.2011.25.118.2.2 |
hwSSHServerInfoEntryA table of configuration about the relation
between the SSH server and the rsa peerkey.
The index of this entry is hwSSHServerIndex. HwSSHServerInfoEntry .1.3.6.1.4.1.2011.25.118.2.2.1 |
hwSSHServerIndexThe object specifies the index of hwSSHServerInfoTable. Integer32 .1.3.6.1.4.1.2011.25.118.2.2.1.1 |
hwSSHServerNameThe object specifies the name of a SSH server.rw OCTET STRING .1.3.6.1.4.1.2011.25.118.2.2.1.2 |
hwSSHServerAssignKeyThe object specifies a peer public key for a
SSH server. This peer public key must exist.rw OCTET STRING .1.3.6.1.4.1.2011.25.118.2.2.1.3 |
hwSSHServerRowStatusThe object specifies the status of this entry.
When the status is active,
hwSSHServerAssignKey's value in the entry is
allowed to be modified.rw RowStatus (SNMPv2-TC) .1.3.6.1.4.1.2011.25.118.2.2.1.4 |
hwSSHServerAssignDSAKeyThe object specifies a DSA peer public key for a SSH server.This peer public key must exist.rw OCTET STRING .1.3.6.1.4.1.2011.25.118.2.2.1.5 |
hwSSHServerAssignECCKeyThe object specifies a ECC peer public key for a SSH server.This peer public key must exist.rw OCTET STRING .1.3.6.1.4.1.2011.25.118.2.2.1.6 |
hwSSHKeepAliveIntervalThe object specifies KeepAlive Timeout interval on SSH Client.
The default is 0. 0 specify no KeepAlive packet should be sent to Server.rw Integer32 .1.3.6.1.4.1.2011.25.118.2.3 |
hwSSHKeepAliveMaxCountThe object specifies maximum KeepAlive packet to send to SSH Server before disconnect.
The default is 3.rw Integer32 .1.3.6.1.4.1.2011.25.118.2.4 |
hwSSHNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.2011.25.118.3 |
hwSSHSftpUserNumExceedMaxThis notification was sent when the total number of sftp users requesting sftp service
exceeds max user number configured. NOTIFICATION-TYPE .1.3.6.1.4.1.2011.25.118.3.1 |
hwSSHMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.2011.25.118.4 |
hwSSHMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.2011.25.118.4.1 |
hwSSHMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.2011.25.118.4.2 |
hwRSALocalKeyTable OBJECT IDENTIFIER .1.3.6.1.4.1.2011.25.118.5 |
hwRSALocalHostPublicKeyCodeThe object specifies the local host RSA Public Key Code in the format of ber.ro OCTET STRING .1.3.6.1.4.1.2011.25.118.5.1 |
hwRSALocalHostPublicKeyFingerprintThe object specifies the fingerprint of the local host RSA Public Key Code,
that including the public key algorithm, length and fingerprint.ro OCTET STRING .1.3.6.1.4.1.2011.25.118.5.2 |
hwRSALocalServerPublicKeyCodeThe object specifies the local server RSA Public Key Code in the format of ber.ro OCTET STRING .1.3.6.1.4.1.2011.25.118.5.3 |
hwRSALocalServerPublicKeyFingerprintThe object specifies the fingerprint of the local server RSA Public Key Code,
that including the public key algorithm, length and fingerprint.ro OCTET STRING .1.3.6.1.4.1.2011.25.118.5.4 |