HPN-ICF-SSH-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.22
- Last updated
- 2014-02-20 00:00
- Revisions
- 2014-02-20 00:00, 2014-01-17 00:00, 2013-12-21 00:00, 2007-11-19 00:00
- Namespace
- hp
- Source file
HPN-ICF-SSH-MIB- Digest
sha256:f5eb4b6d49c488fe83244574c0cf525cf6cb21d87d85c76f4d8a76e47bd200cc
Description
This MIB is used to configure SSH server.
Imports
| From | Symbols |
|---|---|
| HPN-ICF-OID-MIB | hpnicfCommon |
| 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.
HPN-ICF-OID-MIB HPN-ICF-SSH-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfSSHServerMIB OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.22.1 | |||
| hpnicfSSHServerMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1 | |||
| hpnicfSSHServerGlobalConfig OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1 | |||
| hpnicfSSHServerVersion OBJECT-TYPE The protocol version of the SSH server. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1.1 | DisplayString | read-only | current |
| hpnicfSSHServerCompatibleSSH1x 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.11.2.14.11.15.2.22.1.1.1.2 | INTEGER {enableCompatibleSSH1x(1), disableCompatibleSSH1x(2)} | read-write | current |
| hpnicfSSHServerRekeyInterval OBJECT-TYPE The time interval of regenerating SSH server key. The unit is hour. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1.3 | Integer32 | read-write | current |
| hpnicfSSHServerAuthRetries OBJECT-TYPE The limit times of a specified user can retry. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1.4 | Integer32 | read-write | current |
| hpnicfSSHServerAuthTimeout 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.11.2.14.11.15.2.22.1.1.1.5 | Integer32 | read-write | current |
| hpnicfSFTPServerIdleTimeout 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.11.2.14.11.15.2.22.1.1.1.6 | Integer32 | read-write | current |
| hpnicfSSHServerEnable OBJECT-TYPE Enable SSH server function. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1.7 | INTEGER {enableSSHServer(1), disableSSHServer(2)} | read-write | current |
| hpnicfSFTPServerEnable OBJECT-TYPE Enable SFTP server function. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1.8 | INTEGER {enableSFTPService(1), disableSFTPService(2)} | read-write | current |
| hpnicfSTelnetServerEnable OBJECT-TYPE Enable STelnet server function. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1.9 | INTEGER {enableSTelnetServer(1), disableSTelnetServer(2)} | read-write | current |
| hpnicfSCPServerEnable OBJECT-TYPE Enable SCP server function. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.1.10 | INTEGER {enableSCPService(1), disableSCPService(2)} | read-write | current |
| hpnicfSSHUserConfig OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2 | |||
| hpnicfSSHUserConfigTable OBJECT-TYPE A table for managing SSH users. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1 | not-accessible | current | |
| hpnicfSSHUserConfigEntry OBJECT-TYPE SSH users configuration entry. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1.1 | not-accessible | current | |
| hpnicfSSHUserName OBJECT-TYPE The name of SSH user. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1.1.1 | DisplayString | not-accessible | current |
| hpnicfSSHUserServiceType OBJECT-TYPE The service type of SSH user uses. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1.1.2 | INTEGER {invalid(1), all(2), stelnet(3), sftp(4), scp(5)} | read-create | current |
| hpnicfSSHUserAuthType OBJECT-TYPE The authentication type of SSH user chooses. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1.1.3 | INTEGER {invalid(1), password(2), publicKey(3), any(4), publicKeyPassword(5)} | read-create | current |
| hpnicfSSHUserPublicKeyName OBJECT-TYPE The public key which is used for authentication. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1.1.4 | DisplayString | read-create | current |
| hpnicfSSHUserWorkDirectory OBJECT-TYPE The SFTP user's work directory associates with an existing user. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1.1.5 | DisplayString | read-create | current |
| hpnicfSSHUserRowStatus OBJECT-TYPE 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'. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.2.1.1.6 | RowStatus | read-create | current |
| hpnicfSSHSessionInfoTable OBJECT-TYPE A table for SSH sessions. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3 | not-accessible | current | |
| hpnicfSSHSessionInfoEntry OBJECT-TYPE The SSH session information entry. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3.1 | not-accessible | current | |
| hpnicfSSHSessionID OBJECT-TYPE The identifier of SSH session. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3.1.1 | Integer32 | not-accessible | current |
| hpnicfSSHSessionUserName OBJECT-TYPE The user name of SSH session. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3.1.2 | DisplayString | read-only | current |
| hpnicfSSHSessionUserIpAddrType OBJECT-TYPE The user IP address type of SSH session. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3.1.3 | InetAddressType | read-only | current |
| hpnicfSSHSessionUserIpAddr OBJECT-TYPE The user IP address of SSH session. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3.1.4 | InetAddress | read-only | current |
| hpnicfSSHSessionClientVersion 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.11.2.14.11.15.2.22.1.1.3.1.5 | DisplayString | read-only | current |
| hpnicfSSHSessionServiceType OBJECT-TYPE The service type of SSH session. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.1.3.1.6 | INTEGER {invalid(1), stelnet(2), sftp(3), scp(4)} | read-only | current |
| hpnicfSSHSessionEncry 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.11.2.14.11.15.2.22.1.1.3.1.7 | INTEGER {invalid(1), aes128CBC(2), desCBC(3), des3CBC(4)} | read-only | current |
| hpnicfSSHSessionState 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.11.2.14.11.15.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 |
| hpnicfSSHServerObjForTrap OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.2 | |||
| hpnicfSSHAttemptUserName OBJECT-TYPE The user name of the attacker who attempted to log in. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.2.1 | DisplayString | accessible-for-notify | current |
| hpnicfSSHAttemptIpAddrType OBJECT-TYPE The IP address type of the attacker who attempted to log in. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.2.2 | InetAddressType | accessible-for-notify | current |
| hpnicfSSHAttemptIpAddr OBJECT-TYPE The IP address of the attacker who attempted to log in. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.2.3 | InetAddress | accessible-for-notify | current |
| hpnicfSSHUserAuthFailureReason OBJECT-TYPE The reason for that a user failed to log in. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.2.4 | INTEGER {exceedRetries(1), authTimeout(2), otherReason(3)} | accessible-for-notify | current |
| hpnicfSSHServerNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.3 | |||
| hpnicfSSHServerNotificationsPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.3.0 |
Notifications
| Name | OID | Status |
|---|---|---|
| hpnicfSSHUserAuthFailure NOTIFICATION-TYPE The trap is generated when a user fails to authentication. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.3.0.1 | current |
| hpnicfSSHVersionNegotiationFailure NOTIFICATION-TYPE The trap is generated when a user fails to negotiate SSH protocol version. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.3.0.2 | current |
| hpnicfSSHUserLogin NOTIFICATION-TYPE The trap is generated when a user logs in successfully. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.3.0.3 | current |
| hpnicfSSHUserLogoff NOTIFICATION-TYPE The trap is generated when a user logs off. | 1.3.6.1.4.1.11.2.14.11.15.2.22.1.3.0.4 | current |