Home/Catalog/H3C-IDS-MIB

H3C-IDS-MIB

This MIB describes IDS private information. IDS(Instruction Detecting System) is used to detect intruder activity.
Main OID:
h3cIDSMib.1.3.6.1.4.1.2011.10.2.47.1
33
Objects
Active
Status
3
Dependencies

Imported Objects

Objects

33 total
Object Name
h3cIds
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.47
h3cIDSMibThis MIB describes IDS private information. IDS(Instruction Detecting System) is used to detect intruder activity.
MODULE-IDENTITY
.1.3.6.1.4.1.2011.10.2.47.1
h3cIDSTrapGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.47.1.1
h3cIDSTrapInfo
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.47.1.1.1
h3cIDSTrapIPFragmentQueueLenThe length of IP fragment queue.ro
Unsigned32
.1.3.6.1.4.1.2011.10.2.47.1.1.1.1
h3cIDSTrapStatSessionTabLenThe length of status session table.ro
Unsigned32
.1.3.6.1.4.1.2011.10.2.47.1.1.1.2
h3cIDSTrapIPAddressTypeThe type of IP Address.ro
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.2011.10.2.47.1.1.1.3
h3cIDSTrapIPAddressIP Address.ro
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.2011.10.2.47.1.1.1.4
h3cIDSTrapUserNameUser name.ro
OCTET STRING
.1.3.6.1.4.1.2011.10.2.47.1.1.1.5
h3cIDSTrapLoginTypeLogin type, including telnet, ssh and web.ro
Enumeration
.1.3.6.1.4.1.2011.10.2.47.1.1.1.6
h3cIDSTrapUpgradeTypeUpgrade type, including programme(system image), crb(custom rule base, one kind of configuration file), vrb(vendor rule base, one kind of configuration file).ro
Enumeration
.1.3.6.1.4.1.2011.10.2.47.1.1.1.7
h3cIDSTrapCRLNameCRL(Certificate Revoke List) name.ro
OCTET STRING
.1.3.6.1.4.1.2011.10.2.47.1.1.1.8
h3cIDSTrapCertNameCertificate name.ro
OCTET STRING
.1.3.6.1.4.1.2011.10.2.47.1.1.1.9
h3cIDSTrapDetectRuleIDThe rule ID which is a unique identifier for a specified detect rule.ro
Unsigned32
.1.3.6.1.4.1.2011.10.2.47.1.1.1.10
h3cIDSTrapEngineIDA unique number used to identify an interface.ro
Integer32
.1.3.6.1.4.1.2011.10.2.47.1.1.1.11
h3cIDSTrapFileNameThe file name.ro
OCTET STRING
.1.3.6.1.4.1.2011.10.2.47.1.1.1.12
h3cIDSTrapCfgLineInFileThe line number in the configuration file.ro
Unsigned32
.1.3.6.1.4.1.2011.10.2.47.1.1.1.13
h3cIDSTrapReasonForErrorThe information of the notification. Although the format and content of this object are device specific, they should be defined uniformly in the device.ro
OCTET STRING
.1.3.6.1.4.1.2011.10.2.47.1.1.1.14
h3cIDSTrap
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.47.1.1.2
h3cIDSTrapPrefix
OBJECT IDENTIFIER
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0
h3cIDSTrapIPFragQueueFullThis notification will be generated when the IP fragment queue is full. The h3cIDSTrapIPFragmentQueueLen describes the length of current fragment queue. The h3cIDSTrapReasonForError describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.1
h3cIDSTrapStatSessTabFullThis notification will be generated when the status session table is full. The h3cIDSTrapStatSessionTabLen describes the length of current status session table. The h3cIDSTrapReasonForError describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.2
h3cIDSTrapDetectRuleParseFailThis notification will be generated when failing to parse the rules for detecting. The h3cIDSTrapDetectRuleID object describes rule ID. The h3cIDSTrapEngineID object identifies an interface the rule applies to. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.3
h3cIDSTrapDBConnLostThis notification will be generated when connecting with database server fails. The h3cIDSTrapIPAddressType object describes the IP address type of database server. The h3cIDSTrapIPAddress object describes the IP address of database server. The h3cIDSTrapReasonForError describes reason of connecting failure.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.4
h3cIDSTrapCRLNeedUpdateThis notification will be generated when IDS device detects that CRL is out of date. The h3cIDSTrapCRLName object describes the CRL(Certificate Revoke List) name. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.5
h3cIDSTrapCertOverdueThis notification will be generated when IDS device detects that certificate is overdue. The h3cIDSTrapCertName object describes the certificate name. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.6
h3cIDSTrapTooManyLoginFailThis notification will be generated when the login failure times of a user over a certain number. The h3cIDSTrapUserName object describes the user name when logging in. The h3cIDSTrapIPAddressType object describes the IP address type of client. The h3cIDSTrapIPAddress object describes the IP address of client. The h3cIDSTrapLoginType object describes login type, including: telnet, ssh, web. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.7
h3cIDSTrapUpgradeErrorThis notification will be generated when upgrading fails. The h3cIDSTrapUpgradeType object describes upgrade type, including: programme, vrb. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.8
h3cIDSTrapFileAccessErrorThis notification will be generated when accessing file fails. The h3cIDSTrapFileName object describes the name of file accessed. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.9
h3cIDSTrapConsArithMemLowThis notification will be generated when memory used by constructing the arithmetic to seek content is lacking. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.10
h3cIDSTrapSSRAMOperFailThis notification will be generated when reading or writing SSRAM of CIE card fails. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.11
h3cIDSTrapPacketProcessDisorderThis notification will be generated when packets processed is in disorder. The h3cIDSTrapReasonForError object describes reason for error.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.12
h3cIDSTrapCfgFileFormatErrorWhen devices startup and load the configuration file, if format error is found, this notification will be generated. The h3cIDSTrapFileName object describes the name of configuration file. The h3cIDSTrapCfgLineInFile object describes the line number in the file.
NOTIFICATION-TYPE
.1.3.6.1.4.1.2011.10.2.47.1.1.2.0.13
H3C-IDS-MIB - SNMP MIB Reference | MIBs Explorer