- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
03-HH3C-SSH-MIB | 97.42 KB |
HH3C-SSH-MIB
About this MIB
Secure Shell (SSH) is a network security protocol. Using encryption and authentication, SSH can implement secure remote access and file transfer over an insecure network.
SSH uses the typical client-server model to establish a channel for secure data transfer based on TCP.
SSH includes two versions: SSH1.x and SSH2.0 (hereinafter referred to as SSH1 and SSH2), which are not compatible. SSH2 is better than SSH1 in performance and security.
Use this MIB to configure the SSH service.
MIB file name
hh3c-ssh.mib
Notifications
hh3cSSHUserAuthFailure
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.22.1.3.0.1 |
User authentication failure |
Informational |
Warning |
- |
ON |
Notification triggers
Notification Triggers
System impact
OID
Event
Type
Severity
Recovery notification
Default status
1.3.6.1.4.1.25506.2.22.1.3.0.1
User authentication failure
Informational
Warning
-
ON
Description
This notification is generated when a user failed authentication.
【System impact】
Status control
This notification cannot be set to the OFF state.
Object
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.4.1.25506.2.22.1.2.1 (hh3cSSHAttemptUserName) |
Name of the invalid user. |
No |
DisplayString |
OCTET STRING(SIZE (0..255)) |
1.3.6.1.4.1.25506.2.22.1.2.2 (hh3cSSHAttemptIpAddrType) |
Address type of the invalid user. |
No |
InetAddressType |
INTEGER{, unknown(0),, ipv4(1), , ipv6(2), , dns(16), } |
1.3.6.1.4.1.25506.2.22.1.2.3 (hh3cSSHAttemptIpAddr) |
Address of the invalid user. |
No |
InetAddress |
OCTET STRING(0..255) |
1.3.6.1.4.1.25506.2.22.1.2.4 (hh3cSSHUserAuthFailureReason) |
Reason for the authentication failure. |
No |
INTEGER |
exceedRetries(1), authTimeout(2), otherReason(3) |
Recommended action
Make sure there are no invalid users attempt to log in.
hh3cSSHVersionNegotiationFailure
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.22.1.3.0.2 |
SSH version negotiation failure |
Informational |
Warning |
- |
ON |
Notification triggers
Notification Triggers
System impact
OID
Event
Type
Severity
Recovery notification
Default status
1.3.6.1.4.1.25506.2.22.1.3.0.2
SSH version negotiation failure
Informational
Warning
-
ON
Description
This notification is generated when SSH version negotiation fails.
【System impact】
Status control
This notification cannot be set to the OFF state.
Object
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.4.1.25506.2.22.1.2.2 (hh3cSSHAttemptIpAddrType) |
Address type of the invalid user. |
No |
InetAddressType |
INTEGER{, unknown(0),, ipv4(1), , ipv6(2), , dns(16), } |
1.3.6.1.4.1.25506.2.22.1.2.3 (hh3cSSHAttemptIpAddr) |
Address of the invalid user. |
No |
InetAddress |
OCTET STRING (0..255) |
Recommended action
Make sure the client and server use the same SSH version.
hh3cSSHUserLogin
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.22.1.3.0.3 |
User login |
Informational |
Warning |
- |
ON |
Notification triggers
Notification Triggers
System impact
OID
Event
Type
Severity
Recovery notification
Default status
1.3.6.1.4.1.25506.2.22.1.3.0.3
User login
Informational
Warning
-
ON
Description
This notification is generated when a user successfully logs in.
【System impact】
Status control
This notification cannot be set to the OFF state.
Object
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.4.1.25506.2.22.1.1.3.1.2 (hh3cSSHSessionUserName) |
User name of the SSH session. |
No |
DisplayString |
OCTET STRING (0..255) |
1.3.6.1.4.1.25506.2.22.1.1.3.1.3 (hh3cSSHSessionUserIpAddrType) |
User address type of the SSH session. |
No |
InetAddressType |
INTEGER{, unknown(0),, ipv4(1), , ipv6(2), , dns(16), } |
1.3.6.1.4.1.25506.2.22.1.1.3.1.4 (hh3cSSHSessionUserIpAddr) |
User address of the SSH session. |
No |
InetAddress |
OCTET STRING (0..255) |
Recommended action
No action is required.
hh3cSSHUserLogoff
Basic information
OID |
Event |
Type |
Severity |
Recovery notification |
Default status |
1.3.6.1.4.1.25506.2.22.1.3.0.4 |
User logout |
Informational |
Warning |
- |
ON |
Notification triggers
Notification Triggers
System impact
OID
Event
Type
Severity
Recovery notification
Default status
1.3.6.1.4.1.25506.2.22.1.3.0.4
User logout
Informational
Warning
-
ON
Description
This notification is generated when a user logs out.
【System impact】
Status control
This notification cannot be set to the OFF state.
Object
OID (object name) |
Description |
Index |
Type |
Value range |
1.3.6.1.4.1.25506.2.22.1.1.3.1.2 (hh3cSSHSessionUserName) |
User name of the SSH session. |
No |
DisplayString |
OCTET STRING (0..255) |
1.3.6.1.4.1.25506.2.22.1.1.3.1.3 (hh3cSSHSessionUserIpAddrType) |
User address type of the SSH session. |
No |
InetAddressType |
INTEGER{, unknown(0),, ipv4(1), , ipv6(2), , dns(16), } |
1.3.6.1.4.1.25506.2.22.1.1.3.1.4 (hh3cSSHSessionUserIpAddr) |
User address of the SSH session. |
No |
InetAddress |
OCTET STRING (0..255) |
Recommended action
Make sure the user is a valid user.