Reference record for OID 1.3.6.1.4.1.3727.20.10.4.30


parent
1.3.6.1.4.1.3727.20.10.4 (log)
node code
30
node name
logTrapSeverityFilter
dot oid
1.3.6.1.4.1.3727.20.10.4.30
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logTrapSeverityFilter(30)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logTrapSeverityFilter(30)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logTrapSeverityFilter(30)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logTrapSeverityFilter(30)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logTrapSeverityFilter(30)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) western-multiplex(3727) tsunami100-06(20) system(10) log(4) logTrapSeverityFilter(30)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/western-multiplex/tsunami100-06/system/log/logTrapSeverityFilter
  • /iso/identified-organization/dod/internet/private/enterprises/western-multiplex/tsunami100-06/system/log/logTrapSeverityFilter
  • /iso/org/dod/internet/private/enterprise/western-multiplex/tsunami100-06/system/log/logTrapSeverityFilter
  • /iso/org/dod/internet/private/enterprises/western-multiplex/tsunami100-06/system/log/logTrapSeverityFilter
  • /iso/iso-identified-organization/dod/internet/private/enterprise/western-multiplex/tsunami100-06/system/log/logTrapSeverityFilter
  • /iso/iso-identified-organization/dod/internet/private/enterprises/western-multiplex/tsunami100-06/system/log/logTrapSeverityFilter
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/3727/20/10/4/30

    Description by circitor

    This persistent variable indicates the desired severity
    level or levels (and qualifiers) for the logging
    sub-system to generate a SNMP generic log trap, called
    'logGenericTrap'. System events that are qualified
    as having an associated specific trap will NOT be
    allowed to generate a second generic trap
    ('logGenericTrap'), and are not considered filtered by this
    variable, because these events are defined by other
    specific traps.

    This variable operates as a specific trap filter by
    restricting which system events cause the 'logGenericTrap'
    to be sent. If a trap is not sent due to this filter, then
    'trapFilteredSpecific' is incremented.

    The generation of the this trap is also controlled by
    'logTrapHysteresis'.

    The default value is 'none', which specifies that the
    'logGenericTrap' will not be sent.

    The log record contains the severity level in
    'logRecSeverity'.

    'critical' is the highest severity level, followed in
    decreasing order by 'major', 'minor', 'warning', and
    'normal', which is the lowest severity level. These
    severity levels can be further qualified with an
    indication that the 'health' of the system is effected
    because of this event. In such a case, these events
    are indicated with the '-health' suffix (
    'critical-health', 'major-health', 'minor-health',
    'warning-health', 'normal-health').

    Specifying a severity level (or qualifier) with this
    variable indicates that ONLY log events of that level
    (or qualifier) or higher will be allowed to cause the
    associated generic trap to be sent (unless limited
    by the trap management controls, 'trapControl',
    'trapMgrTable.trapMgrAddress',
    'trapMgrTable.trapMgrControl', and 'trapSeverityFilter').

    The '-health' qualifier restricts trap generation to
    those events that effect health. The 'all-non-health'
    restricts trap generation to events at any level that
    do not effect health. The absence of a '-health' or
    '-non-health' indicates that the health effecting qualifier
    is not considered, only the severity level.

    For example, if this variable was set to 'major-health',
    only log events with a severity level of 'major' or higher
    ('critical') and qualified as effecting health will be
    allowed to generate the SNMP trap 'logGenericTrap'.

    If this variable was set to 'warning', only log events
    with a severity level of 'warning' or higher will be
    allowed to generate the SNMP trap 'logGenericTrap'.
    (In this case, the health qualifier is NOT considered.)

    The values 'all', 'all-health', and 'all-non-health' allow
    a broader range of log events to be specified. As
    implied by the names, 'all' will enable all events
    to generate traps, 'all-health' will allow any
    log records that effect health to generate traps, and
    'all-non-health' will allow all log records that DO NOT
    effect health to generate traps.

    Parsed from file WESTERN-MULTIPLEX-MIB.mib
    Module: WESTERN-MULTIPLEX-MIB

    Information by oid_info

    Vendor: Western Multiplex
    Module: WESTERN-MULTIPLEX-MIB

    [Automatically extracted from oidview.com]

    Information by circitor

    logTrapSeverityFilter OBJECT-TYPE SYNTAX INTEGER { normal(1), warning(2), minor(3), major(4), critical(5), normal-health(6), warning-health(7), minor-health(8), major-health(9), critical-health(10), all-non-health(11), all-health(12), all(13), none(14) } ACCESS read-write STATUS mandatory DESCRIPTION "This persistent variable indicates the desired severity level or levels (and qualifiers) for the logging sub-system to generate a SNMP generic log trap, called 'logGenericTrap'. System events that are qualified as having an associated specific trap will NOT be allowed to generate a second generic trap ('logGenericTrap'), and are not considered filtered by this variable, because these events are defined by other specific traps. This variable operates as a specific trap filter by restricting which system events cause the 'logGenericTrap' to be sent. If a trap is not sent due to this filter, then 'trapFilteredSpecific' is incremented. The generation of the this trap is also controlled by 'logTrapHysteresis'. The default value is 'none', which specifies that the 'logGenericTrap' will not be sent. The log record contains the severity level in 'logRecSeverity'. 'critical' is the highest severity level, followed in decreasing order by 'major', 'minor', 'warning', and 'normal', which is the lowest severity level. These severity levels can be further qualified with an indication that the 'health' of the system is effected because of this event. In such a case, these events are indicated with the '-health' suffix ( 'critical-health', 'major-health', 'minor-health', 'warning-health', 'normal-health'). Specifying a severity level (or qualifier) with this variable indicates that ONLY log events of that level (or qualifier) or higher will be allowed to cause the associated generic trap to be sent (unless limited by the trap management controls, 'trapControl', 'trapMgrTable.trapMgrAddress', 'trapMgrTable.trapMgrControl', and 'trapSeverityFilter'). The '-health' qualifier restricts trap generation to those events that effect health. The 'all-non-health' restricts trap generation to events at any level that do not effect health. The absence of a '-health' or '-non-health' indicates that the health effecting qualifier is not considered, only the severity level. For example, if this variable was set to 'major-health', only log events with a severity level of 'major' or higher ('critical') and qualified as effecting health will be allowed to generate the SNMP trap 'logGenericTrap'. If this variable was set to 'warning', only log events with a severity level of 'warning' or higher will be allowed to generate the SNMP trap 'logGenericTrap'. (In this case, the health qualifier is NOT considered.) The values 'all', 'all-health', and 'all-non-health' allow a broader range of log events to be specified. As implied by the names, 'all' will enable all events to generate traps, 'all-health' will allow any log records that effect health to generate traps, and 'all-non-health' will allow all log records that DO NOT effect health to generate traps." ::= { log 30 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.3727)

    Lee Herman

    Brothers (18)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.3727.20.10.4.1 logMaxSize 0 0 This persistent variable indicates the maximum size of
    the system event log. Some Western Multiplex platforms
    allow this variable…
    1.3.6.1.4.1.3727.20.10.4.2 logCurrentSize 0 0 This non-persistent variable indicates the current
    number of the system event log records.

    The non-persistent system event log is…
    1.3.6.1.4.1.3727.20.10.4.3 logIndexNumber 0 0 This non-persistent variable increments every time a
    system event is added to the system log. It has an
    initial value of 0.

    When …
    1.3.6.1.4.1.3727.20.10.4.4 logCurrentHEALTH 0 0 This non-persistent variable indicates the current
    health of the Network Management Unit, or NMU, System as
    determined by the con…
    1.3.6.1.4.1.3727.20.10.4.5 logRadioHEALTH 0 0 This non-persistent variable indicates the current
    health of the attached managed Radio system as determined
    by the contents of t…
    1.3.6.1.4.1.3727.20.10.4.6 logSeverityFilter 0 0 This persistent variable indicates the desired severity
    level for adding a system event to the log based upon a
    severity level. T…
    1.3.6.1.4.1.3727.20.10.4.7 logFilteredSpecific 0 0 This non-persistent variable counts the number of
    occurrences of system events that were not logged to
    the system log because of …
    1.3.6.1.4.1.3727.20.10.4.8 logFilteredSeverity 0 0 This non-persistent variable counts the number of
    occurrences of system events that where not logged to
    the system event log, bec…
    1.3.6.1.4.1.3727.20.10.4.9 logFilteredRules 0 0 This non-persistent variable increments every time a
    system event occurs, that is not added to the system log,
    because of replace…
    1.3.6.1.4.1.3727.20.10.4.15 logViewPageSize 0 0 This persistent variable determines the maximum
    size of the 'logRecTable', as returned to an SNMP user.

    For system that are conne…
    1.3.6.1.4.1.3727.20.10.4.16 logViewPageControl 0 0 This non-persistent variable allows a user to control
    the present page view of the 'logRecTable'.

    When 'logViewPageSize' is set …
    1.3.6.1.4.1.3727.20.10.4.17 logViewSeverityFilter 0 0 This persistent variable indicates the desired severity
    level or levels (and qualifiers) for viewing the
    'logRecTable'. This con…
    1.3.6.1.4.1.3727.20.10.4.18 logViewMethod 0 0 This persistent variable determines the sort method
    used for retrieving the 'logRecTable'.

    'chronological' allows the table to be…
    1.3.6.1.4.1.3727.20.10.4.19 logViewDirection 0 0 This persistent variable determines the direction
    of the severity related sorting of log records used for
    retrieving the 'logRecT…
    1.3.6.1.4.1.3727.20.10.4.20 logViewAge 0 0 This persistent variable determines the direction
    of the time related sorting of log records used for
    retrieving the 'logRecTable…
    1.3.6.1.4.1.3727.20.10.4.21 logViewEvents 0 0 This non-persistent variable indicates the number of
    system events that would be displayable on all pages of
    the 'logRecTable' gi…
    1.3.6.1.4.1.3727.20.10.4.31 logTrapHysteresis 0 0 This persistent variable indicates the desired hysteresis
    time value that allows the logging sub-system to generate
    a SNMP generi…
    1.3.6.1.4.1.3727.20.10.4.40 logRecTable 1 5 This table contains system log events records.

    The non-persistent system event log is a circular history
    or log of system events.…