Reference record for OID 1.3.6.1.4.1.36.2.18.22.2.2.3.1.21



parent
1.3.6.1.4.1.36.2.18.22.2.2.3.1 (svrThresholdEntry)
node code
21
node name
svrThrLocalHandlerArguments1
dot oid
1.3.6.1.4.1.36.2.18.22.2.2.3.1.21
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) dec(36) ema(2) mib-extensions-1(18) svrSystem(22) svrMgt(2) svrAlarms(2) svrThresholdTable(3) svrThresholdEntry(1) svrThrLocalHandlerArguments1(21)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) dec(36) ema(2) decMIBextension(18) svrSystem(22) svrMgt(2) svrAlarms(2) svrThresholdTable(3) svrThresholdEntry(1) svrThrLocalHandlerArguments1(21)}
  • ...skipped...
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) dec(36) ema(2) mib-extensions-1(18) svrSystem(22) svrMgt(2) svrAlarms(2) svrThresholdTable(3) svrThresholdEntry(1) svrThrLocalHandlerArguments1(21)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) dec(36) ema(2) decMIBextension(18) svrSystem(22) svrMgt(2) svrAlarms(2) svrThresholdTable(3) svrThresholdEntry(1) svrThrLocalHandlerArguments1(21)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) dec(36) ema(2) mib-extensions-1(18) svrSystem(22) svrMgt(2) svrAlarms(2) svrThresholdTable(3) svrThresholdEntry(1) svrThrLocalHandlerArguments1(21)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) dec(36) ema(2) decMIBextension(18) svrSystem(22) svrMgt(2) svrAlarms(2) svrThresholdTable(3) svrThresholdEntry(1) svrThrLocalHandlerArguments1(21)}
  • ...skipped...
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) dec(36) ema(2) mib-extensions-1(18) svrSystem(22) svrMgt(2) svrAlarms(2) svrThresholdTable(3) svrThresholdEntry(1) svrThrLocalHandlerArguments1(21)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) dec(36) ema(2) decMIBextension(18) svrSystem(22) svrMgt(2) svrAlarms(2) svrThresholdTable(3) svrThresholdEntry(1) svrThrLocalHandlerArguments1(21)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/dec/ema/mib-extensions-1/svrSystem/svrMgt/svrAlarms/svrThresholdTable/svrThresholdEntry/svrThrLocalHandlerArguments1
  • /iso/identified-organization/dod/internet/private/enterprise/dec/ema/decMIBextension/svrSystem/svrMgt/svrAlarms/svrThresholdTable/svrThresholdEntry/svrThrLocalHandlerArguments1
  • ...skipped...
  • /iso/org/dod/internet/private/enterprise/dec/ema/mib-extensions-1/svrSystem/svrMgt/svrAlarms/svrThresholdTable/svrThresholdEntry/svrThrLocalHandlerArguments1
  • /iso/org/dod/internet/private/enterprise/dec/ema/decMIBextension/svrSystem/svrMgt/svrAlarms/svrThresholdTable/svrThresholdEntry/svrThrLocalHandlerArguments1
  • /iso/org/dod/internet/private/enterprises/dec/ema/mib-extensions-1/svrSystem/svrMgt/svrAlarms/svrThresholdTable/svrThresholdEntry/svrThrLocalHandlerArguments1
  • /iso/org/dod/internet/private/enterprises/dec/ema/decMIBextension/svrSystem/svrMgt/svrAlarms/svrThresholdTable/svrThresholdEntry/svrThrLocalHandlerArguments1
  • ...skipped...
  • /iso/iso-identified-organization/dod/internet/private/enterprises/dec/ema/mib-extensions-1/svrSystem/svrMgt/svrAlarms/svrThresholdTable/svrThresholdEntry/svrThrLocalHandlerArguments1
  • /iso/iso-identified-organization/dod/internet/private/enterprises/dec/ema/decMIBextension/svrSystem/svrMgt/svrAlarms/svrThresholdTable/svrThresholdEntry/svrThrLocalHandlerArguments1
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/36/2/18/22/2/2/3/1/21

    Description by mibdepot

    This is the first part of the argument line if the
    svrThrInvokeLocalHandler is used. This argument line is passed
    directly to the application pointed to by the svrThrLocalHandlerPath.
    A parameter(s) could be substituted anywhere in the argument line with
    an oid's value if there is a %oid% found within the string. The %oid%
    will be replaced with the value of the oid at the time the event
    occurred. For example if the svrSystemDesc value from the Digital Server
    System mib is required, then the argument list would have a replacement
    statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%.

    If a value from a threshold record is requested, use %oid% where the
    oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is
    the oid offset (from 1 to 30) of the threshold entry variable. For
    svrThrIndex, the offset is 1. The instance can be dropped if the
    current threshold record (that which caused the event) is to be used.
    Otherwise, the instance of the requested threshold entry must be part
    of the %oid% statement.

    All the replaced values are inserted into the argument strings as
    ascii/text strings. For an integer (counter, gauge, etc) value, if
    the value is negative, there will be a minus sign in front of the
    value. For a positive number, there is no sign in front of the value.
    The integer value will be in ascii format - it is the responsibility
    of the application to convert the text into a decimal number. All octet
    strings, excluding display strings, will be inserted into the argument
    string as a text string in the format of 0xoctet value. For example
    if an octet string (hex based) of 8,23,6a,4e was retrieved using the
    %oid% format, then the replaced value would be a text string looking
    like this - 0x8,0x23,0x6a,0x4e where the number are in ascii
    (displayable) format separated by a comma. The 0x represents the
    hexadecimal base while the number following that is the ascii
    representation of the hexadecimal number. For display strings, there
    will be a pair of quotes around the string.

    Use of the Handler Arguments must be done in ascending order. No
    skipping of argument variables is allowed.

    NOTE - All oids must be preceded with a period(.) for proper system
    group recognition. Also all argument lists (concatenated starting with
    argument #1) are separated by a space. Default value on row creation
    is null.

    Parsed from file dec-svrMgt.mib.txt
    Company: None
    Module: SVRMGT-MIB

    Description by circitor

    This is the first part of the argument line if the
    svrThrInvokeLocalHandler is used. This argument line is passed
    directly to the application pointed to by the svrThrLocalHandlerPath.
    A parameter(s) could be substituted anywhere in the argument line with
    an oid's value if there is a %oid% found within the string. The %oid%
    will be replaced with the value of the oid at the time the event
    occurred. For example if the svrSystemDesc value from the Digital Server
    System mib is required, then the argument list would have a replacement
    statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%.

    If a value from a threshold record is requested, use %oid% where the
    oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is
    the oid offset (from 1 to 30) of the threshold entry variable. For
    svrThrIndex, the offset is 1. The instance can be dropped if the
    current threshold record (that which caused the event) is to be used.
    Otherwise, the instance of the requested threshold entry must be part
    of the %oid% statement.

    All the replaced values are inserted into the argument strings as
    ascii/text strings. For an integer (counter, gauge, etc) value, if
    the value is negative, there will be a minus sign in front of the
    value. For a positive number, there is no sign in front of the value.
    The integer value will be in ascii format - it is the responsibility
    of the application to convert the text into a decimal number. All octet
    strings, excluding display strings, will be inserted into the argument
    string as a text string in the format of 0xoctet value. For example
    if an octet string (hex based) of 8,23,6a,4e was retrieved using the
    %oid% format, then the replaced value would be a text string looking
    like this - 0x8,0x23,0x6a,0x4e where the number are in ascii
    (displayable) format separated by a comma. The 0x represents the
    hexadecimal base while the number following that is the ascii
    representation of the hexadecimal number. For display strings, there
    will be a pair of quotes around the string.

    Use of the Handler Arguments must be done in ascending order. No
    skipping of argument variables is allowed.

    NOTE - All oids must be preceded with a period(.) for proper system
    group recognition. Also all argument lists (concatenated starting with
    argument #1) are separated by a space. Default value on row creation
    is null.

    Parsed from file SVRMGT-MIB.mib
    Module: SVRMGT-MIB

    Information by oid_info

    Vendor: DEC
    Module: SVRMGT-MIB

    [Automatically extracted from oidview.com]

    Information by mibdepot

    svrThrLocalHandlerArguments1 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This is the first part of the argument line if the svrThrInvokeLocalHandler is used. This argument line is passed directly to the application pointed to by the svrThrLocalHandlerPath. A parameter(s) could be substituted anywhere in the argument line with an oid's value if there is a %oid% found within the string. The %oid% will be replaced with the value of the oid at the time the event occurred. For example if the svrSystemDesc value from the Digital Server System mib is required, then the argument list would have a replacement statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%. If a value from a threshold record is requested, use %oid% where the oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is the oid offset (from 1 to 30) of the threshold entry variable. For svrThrIndex, the offset is 1. The instance can be dropped if the current threshold record (that which caused the event) is to be used. Otherwise, the instance of the requested threshold entry must be part of the %oid% statement. All the replaced values are inserted into the argument strings as ascii/text strings. For an integer (counter, gauge, etc) value, if the value is negative, there will be a minus sign in front of the value. For a positive number, there is no sign in front of the value. The integer value will be in ascii format - it is the responsibility of the application to convert the text into a decimal number. All octet strings, excluding display strings, will be inserted into the argument string as a text string in the format of 0xoctet value. For example if an octet string (hex based) of 8,23,6a,4e was retrieved using the %oid% format, then the replaced value would be a text string looking like this - 0x8,0x23,0x6a,0x4e where the number are in ascii (displayable) format separated by a comma. The 0x represents the hexadecimal base while the number following that is the ascii representation of the hexadecimal number. For display strings, there will be a pair of quotes around the string. Use of the Handler Arguments must be done in ascending order. No skipping of argument variables is allowed. NOTE - All oids must be preceded with a period(.) for proper system group recognition. Also all argument lists (concatenated starting with argument #1) are separated by a space. Default value on row creation is null." ::= { svrThresholdEntry 21 }

    Information by circitor

    svrThrLocalHandlerArguments1 OBJECT-TYPE SYNTAX DisplayString ACCESS read-write STATUS mandatory DESCRIPTION "This is the first part of the argument line if the svrThrInvokeLocalHandler is used. This argument line is passed directly to the application pointed to by the svrThrLocalHandlerPath. A parameter(s) could be substituted anywhere in the argument line with an oid's value if there is a %oid% found within the string. The %oid% will be replaced with the value of the oid at the time the event occurred. For example if the svrSystemDesc value from the Digital Server System mib is required, then the argument list would have a replacement statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%. If a value from a threshold record is requested, use %oid% where the oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is the oid offset (from 1 to 30) of the threshold entry variable. For svrThrIndex, the offset is 1. The instance can be dropped if the current threshold record (that which caused the event) is to be used. Otherwise, the instance of the requested threshold entry must be part of the %oid% statement. All the replaced values are inserted into the argument strings as ascii/text strings. For an integer (counter, gauge, etc) value, if the value is negative, there will be a minus sign in front of the value. For a positive number, there is no sign in front of the value. The integer value will be in ascii format - it is the responsibility of the application to convert the text into a decimal number. All octet strings, excluding display strings, will be inserted into the argument string as a text string in the format of 0xoctet value. For example if an octet string (hex based) of 8,23,6a,4e was retrieved using the %oid% format, then the replaced value would be a text string looking like this - 0x8,0x23,0x6a,0x4e where the number are in ascii (displayable) format separated by a comma. The 0x represents the hexadecimal base while the number following that is the ascii representation of the hexadecimal number. For display strings, there will be a pair of quotes around the string. Use of the Handler Arguments must be done in ascending order. No skipping of argument variables is allowed. NOTE - All oids must be preceded with a period(.) for proper system group recognition. Also all argument lists (concatenated starting with argument #1) are separated by a space. Default value on row creation is null." ::= { svrThresholdEntry 21 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.36)

    Ron Bhanukitsiri

    Brothers (32)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.1 svrThrIndex 0 0 A locally-unique index value. On creation, this should be set
    to the value of svrAlarmNextThrIndex.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.2 svrThrStatus 0 0 This variable describes the status of the row. When the row
    is created with the initial set, svrThrStatus must be set to
    underCr…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.3 svrThrVariableName 0 0 The OID of an integer-valued variable to be tested against this
    threshold. On row creation, this variable will equal the value …
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.4 svrThrValueType 0 0 Is this an absolute value or a delta value. The deltaValue is
    calculated by taking the current value and subtracting svtThrLastV…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.5 svrThrAlarmType 0 0 Is this a greater than, greater than or equal to, equal to, less than
    or equal to, or less than alarm?

    Greater Than or Greater T…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.6 svrThrSampleInterval 0 0 Interval in seconds between polls to check for threshold exceptions.
    Minimum Value is 1. The default value on row creation is 30…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.7 svrThrPersistent 0 0 True if this threshold should persist across agent restarts.
    Default value on row creation is FALSE.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.8 svrThrThresholdValue 0 0 This is the thresholding value which gets compared to the current or
    delta value. Default on row creation is 0.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.9 svrThrResetValue 0 0 This is the value that on all svrThrAlarmTypes except for equalTo, is
    used to reset the threshold. Default on row creation is 0
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.10 svrThrLastValue 0 0 Saved previous sample; needed to evaluate if alarm should be
    triggered or to evaluate delta values for threshold checking.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.11 svrThrAlarmState 0 0 Whether this alarm is currently set or reset. This variable
    is used by polling management applications to determine if
    a thresho…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.12 svrThrLogEvent 0 0 If yes, log to the system event log. Default value is False.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.13 svrThrInvokeLocalHandler 0 0 If true, invoke a local alarm handler, passing trap structure.
    Mechanism is a local issue.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.14 svrThrLocalHandlerPath 0 0 Pathname of local alarm handler. If not implemented, value will
    be null.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.15 svrThrDescr 0 0 This attribute is used to describe the type of threshold. This is set
    by the management console not by the agent.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.16 svrThrErrorValue 0 0 This is the SNMP defined error status which caused the svrThrStatus
    value to become equal to rowError. Only valid at that time.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.17 svrThrComparisonName 0 0 An OID to a descriptor attribute which can be used with persistent to
    verify that the svrThrVariableName instance is correct. On…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.18 svrThrComparisonValue 0 0 Data value of svrThrComparisonName - used when persistent is set.
    This value is compared to the current value on agent restarts.…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.19 svrThrSeverity 0 0 Indicates the severity of the threshold. Default on row creation is
    informational.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.20 svrThrTrapEnabler 0 0 Determines if a trap should be sent out if the threshold event does
    occur. If true, a trap will be sent out. If false, a trap wi…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.22 svrThrLocalHandlerArguments2 0 0 Same semantics as svrThrLocalHandlerArguments1.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.23 svrThrLocalHandlerArguments3 0 0 Same semantics as svrThrLocalHandlerArguments1.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.24 svrThrLocalHandlerArguments4 0 0 Same semantics as svrThrLocalHandlerArguments1.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.25 svrThrTrapsSendingInterval 0 0 Represents how often a trap should be sent if dealing with sending
    multiple traps per event. The units is minutes. Default value…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.26 svrThrManagerDefinedTrapData 0 0 This is a string provided by a management console to be sent out with
    every trap. Default value on row creation is null.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.27 svrThrUserDefinedTrapData 0 0 This is a string provided by a user via a management console to be
    sent out with every trap. Default value on row creation is nu…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.28 svrThrRetryCount 0 0 Allows for a trap to be sent n number of sampling intervals after the
    threshold event occurred rather than right after the event…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.29 svrThrResetType 0 0 Is this a greater than, greater than or equal to, equal to, less than
    or equal to, or less than the reset value?
    This variable wo…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.30 svrThrAlarmCategory 0 0 A management station provided variable to allow for
    classification/grouping of thresholds.
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.31 svrThrTrapOid 0 0 A fully defined OID of a svrmgt trap (other than reset and modify)
    that will be sent out when an event occurs. This OID will ove…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.32 svrThrCreatedBy 0 0 Represents the creator of this threshold. This variable can be
    modified only during threshold creation. The default value on row…
    1.3.6.1.4.1.36.2.18.22.2.2.3.1.33 svrThrModifiable 0 0 Determines whether modification of the threshold record is allowed
    after creation. If false, modification is allowed only during…