MIB Viewer

HP-ICF-DEBUGLOG-MIB

28 objects
The Debug MIB allows to enable / disable debug logging for all debug message types. This HP application enables / disables debug log messages.
Imported Objects
HP-ICF-OIDhpicfDebugLog
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMIInteger32 MODULE-IDENTITY OBJECT-TYPE
SNMPv2-TCDisplayString TEXTUAL-CONVENTION TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.11.2.14.11.5.1.64.1IdentityhpicfDebugLogMibThe Debug MIB allows to enable / disable debug logging for all debug message types. This HP application enables / disables debug log messages.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1NodehpicfDebugLogObjects
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.1TablehpicfDebugLogControlTablenot-accessiblecurrentThis table contains one entry per debug message type for debug logging configuration.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.1.1RowhpicfDebugLogControlEntrynot-accessiblecurrentDebug logging configuration information for a particular debug message type.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.1.1.1ColumnhpicfDebugLogIndexnot-accessiblecurrentAn unique number that identifies the debug message type for debug logging.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.1.1.2ColumnhpicfDebugLogDescrread-onlycurrentThis object provides description for the debug message type that can be enabled for debug logging.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.1.1.3ColumnhpicfDebugLogContainedInread-onlycurrentThe value of hpicfDebugLogIndex for the debug message type which 'contains' this debug message type. Note that the set of 'containment' relationships define a …
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.1.1.4ColumnhpicfDebugLogStatusread-writecurrentThis object enables or disables a specific debug option. The object 'hpicfDebugLogDescr' can be queried to see which instance corresponds to which debug option…
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.1.1.5ColumnhpicfDebugLogPersistentread-writecurrentThis object determines the status of a debug message type for persistent debug logging.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.2ScalarhpicfDebugLogLevelread-writecurrentThe log level value for debug message type such as SSH.This scalar takes syslog severity values 'fatal|error|info|verbose|debug|debug2|debug3'.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.3TablehpicfDebugDestControlTablenot-accessiblecurrentThis table contains one entry per debug destination type i.e. Syslog/Buffer.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.3.1RowhpicfDebugDestControlEntrynot-accessiblecurrentDebug logging configuration information for a particular debug destination type.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.3.1.1ColumnhpicfDebugDestIndexnot-accessiblecurrentThe index that uniquely identifies each debug destination type for debug logging.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.3.1.2ColumnhpicfDebugDestStatusread-writecurrentThis object determines the enable or disable status of a particular debug destination type such as Syslog Server or Buffer. Note that disabling an instance of …
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.3.1.3ColumnhpicfDebugDestPersistentread-writecurrentThis object determines the status of a particular debug destination type for persistent configuration.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.1.4ScalarhpicfDebugTimeStampread-writecurrentThis object is used to enable or disable system time to be associated with the debug log message. true - enable system time to be associated with the debug log…
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2NodehpicfDebugLogConformance
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.1NodehpicfDebugLogCompliances
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.1.1CompliancehpicfDebugLogCompliancedeprecatedThe compliance statement for debug logging entities which implement the DEBUGLOG-MIB with support for writable objects. Such an implementation can be both moni…
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.1.2CompliancehpicfDebugLogCompliance1currentThe compliance statement for debug logging entities which implement the DEBUGLOG-MIB with support for writable objects. Such an implementation can be both moni…
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.2NodehpicfDebugLogGroups
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.2.1GrouphpicfDebugLogGroupcurrentA collection of objects representing the configuration parameters for debug logging.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.3NodehpicfDebugDestGroups
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.3.1GrouphpicfDebugDestGroupcurrentA collection of objects representing the configuration parameters for debug destination.
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.4NodehpicfDebugTimeStampGroups
1.3.6.1.4.1.11.2.14.11.5.1.64.1.2.4.1GrouphpicfDebugTimeStampGroupcurrentAn object representing the configuration parameters for debug log time stamp.
Type Definitions
NameSyntaxStatusDescription
HpicfDebugDestTypeINTEGER { none (0), syslog (1), buffer (2) }currentThis value specifies the destination for the debug log messages as described below. syslog - Send debug messages to syslog server. buffer - Print debug messages to a buffer in memory. The destination type will be 'none'…
HpicfDebugLogLevelsINTEGER { quiet (0), fatal (1), error (2), info (3), verbose (4), debug (5), debug2 (6), debug3 (7) }currentThis textual convention enumerates the Log levels for a debug message type such as SSH for debug logging.