HH3C-SSH-MIB
- Registered at
- 1.3.6.1.4.1.25506.2.22
- Last updated
- 2018-06-28 00:00
- Organization
- New H3C Tech. Co., Ltd.
- Revisions
- 2018-06-28 00:00, 2018-02-06 00:00, 2016-04-26 00:00, 2014-10-25 00:00, 2014-02-20 00:00, 2014-01-17 00:00, 2013-12-21 00:00, 2007-11-19 00:00
- Namespace
- comware
- Source file
HH3C-SSH-MIB- Digest
sha256:d805f03e7ea2c948195ccba7194c7f0b1142881202133b62d58b0927b6ce52e3
Description
This MIB is used to configure SSH server.
Contact
Platform Team New H3C Tech. Co., Ltd. Hai-Dian District Beijing P.R. China http://www.h3c.com Zip:100085
Imports
| From | Symbols |
|---|---|
| HH3C-OID-MIB | hh3cCommon |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HH3C-OID-MIB HH3C-SSH-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hh3cSSHServerMIB OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.22.1 | |||
| hh3cSSHServerMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.22.1.1 | |||
| hh3cSSHServerGlobalConfig OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.22.1.1.1 | |||
| hh3cSSHServerVersion OBJECT-TYPE The protocol version of the SSH server. | 1.3.6.1.4.1.25506.2.22.1.1.1.1 | DisplayString | read-only | current |
| hh3cSSHServerCompatibleSSH1x OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.22.1.1.1.2 | INTEGER {enableCompatibleSSH1x(1), disableCompatibleSSH1x(2)} | read-write | current |
| hh3cSSHServerRekeyInterval OBJECT-TYPE The time interval of regenerating SSH server key. The unit is hour. | 1.3.6.1.4.1.25506.2.22.1.1.1.3 | Integer32 | read-write | current |
| hh3cSSHServerAuthRetries OBJECT-TYPE The limit times of a specified user can retry. | 1.3.6.1.4.1.25506.2.22.1.1.1.4 | Integer32 | read-write | current |
| hh3cSSHServerAuthTimeout OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.22.1.1.1.5 | Integer32 | read-write | current |
| hh3cSFTPServerIdleTimeout OBJECT-TYPE The SFTP server has a timeout for idle connection if a user has no activities within the timeout period. The unit is minute. | 1.3.6.1.4.1.25506.2.22.1.1.1.6 | Integer32 | read-write | current |
| hh3cSSHServerEnable OBJECT-TYPE Enable SSH server function. | 1.3.6.1.4.1.25506.2.22.1.1.1.7 | INTEGER {enableSSHServer(1), disableSSHServer(2)} | read-write | current |
| hh3cSFTPServerEnable OBJECT-TYPE Enable SFTP server function. | 1.3.6.1.4.1.25506.2.22.1.1.1.8 | INTEGER {enableSFTPService(1), disableSFTPService(2)} | read-write | current |
| hh3cSTelnetServerEnable OBJECT-TYPE Enable STelnet server function. | 1.3.6.1.4.1.25506.2.22.1.1.1.9 | INTEGER {enableSTelnetServer(1), disableSTelnetServer(2)} | read-write | current |
| hh3cSCPServerEnable OBJECT-TYPE Enable SCP server function. | 1.3.6.1.4.1.25506.2.22.1.1.1.10 | INTEGER {enableSCPService(1), disableSCPService(2)} | read-write | current |
| hh3cSSHUserConfig OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.22.1.1.2 | |||
| hh3cSSHUserConfigTable OBJECT-TYPE A table for managing SSH users. | 1.3.6.1.4.1.25506.2.22.1.1.2.1 | not-accessible | current | |
| hh3cSSHUserConfigEntry OBJECT-TYPE SSH users configuration entry. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1 | not-accessible | current | |
| hh3cSSHUserName OBJECT-TYPE The name of SSH user. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.1 | DisplayString | not-accessible | current |
| hh3cSSHUserServiceType OBJECT-TYPE The service type of SSH user uses. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.2 | INTEGER {invalid(1), all(2), stelnet(3), sftp(4), scp(5), netconf(6)} | read-create | current |
| hh3cSSHUserAuthType OBJECT-TYPE The authentication type of SSH user chooses. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.3 | INTEGER {invalid(1), password(2), publicKey(3), any(4), publicKeyPassword(5), keyboardInteractive(6)} | read-create | current |
| hh3cSSHUserPublicKeyName OBJECT-TYPE The public key which is used for authentication. A maximum of 6 public keys can be assigned to one user. If multiple public keys are assigned, the user can log in to the SSH server from different devices at the same time by using different public keys. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.4 | DisplayString | read-create | current |
| hh3cSSHUserWorkDirectory OBJECT-TYPE The SFTP user's work directory associates with an existing user. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.5 | DisplayString | read-create | current |
| hh3cSSHUserRowStatus OBJECT-TYPE 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'. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.6 | RowStatus | read-create | current |
| hh3cSSHUserPublicKeyName2 OBJECT-TYPE The public key which is used for authentication. A maximum of 6 public keys can be assigned to one user. If multiple public keys are assigned, the user can log in to the SSH server from different devices at the same time by using different public keys. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.7 | DisplayString | read-create | current |
| hh3cSSHUserPublicKeyName3 OBJECT-TYPE The public key which is used for authentication. A maximum of 6 public keys can be assigned to one user. If multiple public keys are assigned, the user can log in to the SSH server from different devices at the same time by using different public keys. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.8 | DisplayString | read-create | current |
| hh3cSSHUserPublicKeyName4 OBJECT-TYPE The public key which is used for authentication. A maximum of 6 public keys can be assigned to one user. If multiple public keys are assigned, the user can log in to the SSH server from different devices at the same time by using different public keys. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.9 | DisplayString | read-create | current |
| hh3cSSHUserPublicKeyName5 OBJECT-TYPE The public key which is used for authentication. A maximum of 6 public keys can be assigned to one user. If multiple public keys are assigned, the user can log in to the SSH server from different devices at the same time by using different public keys. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.10 | DisplayString | read-create | current |
| hh3cSSHUserPublicKeyName6 OBJECT-TYPE The public key which is used for authentication. A maximum of 6 public keys can be assigned to one user. If multiple public keys are assigned, the user can log in to the SSH server from different devices at the same time by using different public keys. | 1.3.6.1.4.1.25506.2.22.1.1.2.1.1.11 | DisplayString | read-create | current |
| hh3cSSHSessionInfoTable OBJECT-TYPE A table for SSH sessions. | 1.3.6.1.4.1.25506.2.22.1.1.3 | not-accessible | current | |
| hh3cSSHSessionInfoEntry OBJECT-TYPE The SSH session information entry. | 1.3.6.1.4.1.25506.2.22.1.1.3.1 | not-accessible | current | |
| hh3cSSHSessionID OBJECT-TYPE The identifier of SSH session. | 1.3.6.1.4.1.25506.2.22.1.1.3.1.1 | Integer32 | not-accessible | current |
| hh3cSSHSessionUserName OBJECT-TYPE The user name of SSH session. | 1.3.6.1.4.1.25506.2.22.1.1.3.1.2 | DisplayString | read-only | current |
| hh3cSSHSessionUserIpAddrType OBJECT-TYPE The user IP address type of SSH session. | 1.3.6.1.4.1.25506.2.22.1.1.3.1.3 | InetAddressType | read-only | current |
| hh3cSSHSessionUserIpAddr OBJECT-TYPE The user IP address of SSH session. | 1.3.6.1.4.1.25506.2.22.1.1.3.1.4 | InetAddress | read-only | current |
| hh3cSSHSessionClientVersion OBJECT-TYPE The client version of SSH session. It is known that there are still devices using the previous versions. | 1.3.6.1.4.1.25506.2.22.1.1.3.1.5 | DisplayString | read-only | current |
| hh3cSSHSessionServiceType OBJECT-TYPE The service type of SSH session. | 1.3.6.1.4.1.25506.2.22.1.1.3.1.6 | INTEGER {invalid(1), stelnet(2), sftp(3), scp(4), netconf(5)} | read-only | current |
| hh3cSSHSessionEncry OBJECT-TYPE The encryption algorithm of SSH session. There are several encryption algorithms used in SSH protocol, please refer to RFC4253 Section 6.3. | 1.3.6.1.4.1.25506.2.22.1.1.3.1.7 | INTEGER {invalid(1), aes128CBC(2), desCBC(3), des3CBC(4), aes128CTR(5), aes192CTR(6), aes256CTR(7), aes128GCM(8), aes256GCM(9), aes256CBC(10), other(11)} | read-only | current |
| hh3cSSHSessionState OBJECT-TYPE 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. | 1.3.6.1.4.1.25506.2.22.1.1.3.1.8 | INTEGER {init(1), verExchange(2), keysExchange(3), authRequest(4), serviceRequest(5), established(6), disconnect(7)} | read-only | current |
| hh3cSSHServerObjForTrap OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.22.1.2 | |||
| hh3cSSHAttemptUserName OBJECT-TYPE The user name of the attacker who attempted to log in. | 1.3.6.1.4.1.25506.2.22.1.2.1 | DisplayString | accessible-for-notify | current |
| hh3cSSHAttemptIpAddrType OBJECT-TYPE The IP address type of the attacker who attempted to log in. | 1.3.6.1.4.1.25506.2.22.1.2.2 | InetAddressType | accessible-for-notify | current |
| hh3cSSHAttemptIpAddr OBJECT-TYPE The IP address of the attacker who attempted to log in. | 1.3.6.1.4.1.25506.2.22.1.2.3 | InetAddress | accessible-for-notify | current |
| hh3cSSHUserAuthFailureReason OBJECT-TYPE The reason for that a user failed to log in. | 1.3.6.1.4.1.25506.2.22.1.2.4 | INTEGER {exceedRetries(1), authTimeout(2), otherReason(3)} | accessible-for-notify | current |
| hh3cSSHServerNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.22.1.3 | |||
| hh3cSSHServerNotificationsPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.25506.2.22.1.3.0 |
Notifications
| Name | OID | Status |
|---|---|---|
| hh3cSSHUserAuthFailure NOTIFICATION-TYPE The trap is generated when a user fails to authentication. | 1.3.6.1.4.1.25506.2.22.1.3.0.1 | current |
| hh3cSSHVersionNegotiationFailure NOTIFICATION-TYPE The trap is generated when a user fails to negotiate SSH protocol version. | 1.3.6.1.4.1.25506.2.22.1.3.0.2 | current |
| hh3cSSHUserLogin NOTIFICATION-TYPE The trap is generated when a user logs in successfully. | 1.3.6.1.4.1.25506.2.22.1.3.0.3 | current |
| hh3cSSHUserLogoff NOTIFICATION-TYPE The trap is generated when a user logs off. | 1.3.6.1.4.1.25506.2.22.1.3.0.4 | current |