DISMAN-EVENT-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
9
Rows
9
Columns
65
.1.3.6.1.2.1.88.1.2.2 · 1 row entry · 15 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteTriggerTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteTriggerTable'
A table of management event trigger information.
mteTriggerEntry row .1.3.6.1.2.1.88.1.2.2.1
Information about a single trigger. Applications create and
delete entries using mteTriggerEntryStatus.
Column Syntax OID
The owner of this entry. The exact semantics of this
string are subject to the security policy defined by the
security administrator.
OctetString
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.2.1.1
A locally-unique, administratively assigned name for the
trigger within the scope of mteOwner.
OctetString
Constraints:
range: 1-32
.1.3.6.1.2.1.88.1.2.2.1.2
A description of the trigger's function and use.
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Type Constraints:
range: 0..255
.1.3.6.1.2.1.88.1.2.2.1.3
The type of trigger test to perform. For 'boolean' and
'threshold' tests, the object at mteTriggerValueID MUST
evaluate to an integer, that is, anything that ends up encoded
for transmission (that is, in BER, not ASN.…
Bitsr/w
Enumerated Values:
0existence
1boolean
2threshold
.1.3.6.1.2.1.88.1.2.2.1.4
The type of sampling to perform.

An 'absoluteValue' sample requires only a single sample to be
meaningful, and is exactly the value of the object at
mteTriggerValueID at the sample time.

A …
Enumerationr/w
Enumerated Values:
1absoluteValue
2deltaValue
.1.3.6.1.2.1.88.1.2.2.1.5
The object identifier of the MIB object to sample to see
if the trigger should fire.

This may be wildcarded by truncating all or part of the
instance portion, in which case the value is obtained
as if wit…
ObjectIdentifierr/w .1.3.6.1.2.1.88.1.2.2.1.6
Control for whether mteTriggerValueID is to be treated as
fully-specified or wildcarded, with 'true' indicating wildcard.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.2.2.1.7
The tag for the target(s) from which to obtain the condition
for a trigger check.

A length of 0 indicates the local system. In this case,
access to the objects indicated by mteTriggerValueID is under
the…
SNMP-TARGET-MIBSnmpTagValuer/w
Type Constraints:
range: 0..255
.1.3.6.1.2.1.88.1.2.2.1.8
The management context from which to obtain mteTriggerValueID.

This may be wildcarded by leaving characters off the end. For
example use 'Repeater' to wildcard to 'Repeater1',
'Repeater2', 'Repeater-999.…
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Type Constraints:
range: 0..255
.1.3.6.1.2.1.88.1.2.2.1.9
Control for whether mteTriggerContextName is to be treated as
fully-specified or wildcarded, with 'true' indicating wildcard.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.2.2.1.10
The number of seconds to wait between trigger samples. To
encourage consistency in sampling, the interval is measured
from the beginning of one check to the beginning of the next
and the timer is restarted immediately …
secondsSNMPv2-SMIUnsigned32r/w
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.88.1.2.2.1.11
To go with mteTriggerObjects, the mteOwner of a group of
objects from mteObjectsTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.2.1.12
The mteObjectsName of a group of objects from
mteObjectsTable. These objects are to be added to any
Notification resulting from the firing of this trigger.

A list of objects may also be added based on th…
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.2.1.13
A control to allow a trigger to be configured but not used.
When the value is 'false' the trigger is not sampled.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.2.2.1.14
The control that allows creation and deletion of entries.
Once made active an entry may not be modified except to
delete it.
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.2.1.88.1.2.2.1.15
.1.3.6.1.2.1.88.1.2.3 · 1 row entry · 3 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteTriggerDeltaTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteTriggerDeltaTable'
A table of management event trigger information for delta
sampling.
mteTriggerDeltaEntry row .1.3.6.1.2.1.88.1.2.3.1
Information about a single trigger's delta sampling. Entries
automatically exist in this this table for each mteTriggerEntry
that has mteTriggerSampleType set to 'deltaValue'.
Column Syntax OID
The OBJECT IDENTIFIER (OID) of a TimeTicks, TimeStamp, or
DateAndTime object that indicates a discontinuity in the value
at mteTriggerValueID.

The OID may be for a leaf object (e.g. sysUpTime.0) or may
be…
ObjectIdentifierr/w .1.3.6.1.2.1.88.1.2.3.1.1
Control for whether mteTriggerDeltaDiscontinuityID is to be
treated as fully-specified or wildcarded, with 'true'
indicating wildcard. Note that the value of this object will
be the same as that of the corresponding ins…
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.2.3.1.2
The value 'timeTicks' indicates the
mteTriggerDeltaDiscontinuityID of this row is of syntax
TimeTicks. The value 'timeStamp' indicates syntax TimeStamp.
The value 'dateAndTime' indicates syntax DateAndTime.
Enumerationr/w
Enumerated Values:
1timeTicks
2timeStamp
3dateAndTime
.1.3.6.1.2.1.88.1.2.3.1.3
.1.3.6.1.2.1.88.1.2.4 · 1 row entry · 6 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteTriggerExistenceTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteTriggerExistenceTable'
A table of management event trigger information for existence
triggers.
mteTriggerExistenceEntry row .1.3.6.1.2.1.88.1.2.4.1
Information about a single existence trigger. Entries
automatically exist in this this table for each mteTriggerEntry
that has 'existence' set in mteTriggerTest.
Column Syntax OID
The type of existence test to perform. The trigger fires
when the object at mteTriggerValueID is seen to go from
present to absent, from absent to present, or to have it's
value changed, depending on which tests are se…
Bitsr/w
Enumerated Values:
0present
1absent
2changed
.1.3.6.1.2.1.88.1.2.4.1.1
Control for whether an event may be triggered when this entry
is first set to 'active' and the test specified by
mteTriggerExistenceTest is true. Setting an option causes
that trigger to fire when its test is true.
Bitsr/w
Enumerated Values:
0present
1absent
.1.3.6.1.2.1.88.1.2.4.1.2
To go with mteTriggerExistenceObjects, the mteOwner of a
group of objects from mteObjectsTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.4.1.3
The mteObjectsName of a group of objects from
mteObjectsTable. These objects are to be added to any
Notification resulting from the firing of this trigger for
this test.

A list of objects may also be add…
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.4.1.4
To go with mteTriggerExistenceEvent, the mteOwner of an event
entry from the mteEventTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.4.1.5
The mteEventName of the event to invoke when mteTriggerType is
'existence' and this trigger fires. A length of 0 indicates no
event.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.4.1.6
.1.3.6.1.2.1.88.1.2.5 · 1 row entry · 7 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteTriggerBooleanTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteTriggerBooleanTable'
A table of management event trigger information for boolean
triggers.
mteTriggerBooleanEntry row .1.3.6.1.2.1.88.1.2.5.1
Information about a single boolean trigger. Entries
automatically exist in this this table for each mteTriggerEntry
that has 'boolean' set in mteTriggerTest.
Column Syntax OID
The type of boolean comparison to perform.

The value at mteTriggerValueID is compared to
mteTriggerBooleanValue, so for example if
mteTriggerBooleanComparison is 'less' the result would be true
if the val…
Enumerationr/w
Enumerated Values:
1unequal
2equal
3less
4lessOrEqual
5greater
6greaterOrEqual
.1.3.6.1.2.1.88.1.2.5.1.1
The value to use for the test specified by
mteTriggerBooleanTest.
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.2.1.88.1.2.5.1.2
Control for whether an event may be triggered when this entry
is first set to 'active' or a new instance of the object at
mteTriggerValueID is found and the test specified by
mteTriggerBooleanComparison is true. In tha…
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.2.5.1.3
To go with mteTriggerBooleanObjects, the mteOwner of a group
of objects from mteObjectsTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.5.1.4
The mteObjectsName of a group of objects from
mteObjectsTable. These objects are to be added to any
Notification resulting from the firing of this trigger for
this test.

A list of objects may also be add…
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.5.1.5
To go with mteTriggerBooleanEvent, the mteOwner of an event
entry from mteEventTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.5.1.6
The mteEventName of the event to invoke when mteTriggerType is
'boolean' and this trigger fires. A length of 0 indicates no
event.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.5.1.7
.1.3.6.1.2.1.88.1.2.6 · 1 row entry · 15 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteTriggerThresholdTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteTriggerThresholdTable'
A table of management event trigger information for threshold
triggers.
mteTriggerThresholdEntry row .1.3.6.1.2.1.88.1.2.6.1
Information about a single threshold trigger. Entries
automatically exist in this table for each mteTriggerEntry
that has 'threshold' set in mteTriggerTest.
Column Syntax OID
The event that may be triggered when this entry is first
set to 'active' and a new instance of the object at
mteTriggerValueID is found. If the first sample after this
instance becomes active is greater than or equal t…
Enumerationr/w
Enumerated Values:
1rising
2falling
3risingOrFalling
.1.3.6.1.2.1.88.1.2.6.1.1
A threshold value to check against if mteTriggerType is
'threshold'.

When the current sampled value is greater than or equal to
this threshold, and the value at the last sampling interval
was less than th…
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.2.1.88.1.2.6.1.2
A threshold value to check against if mteTriggerType is
'threshold'.

When the current sampled value is less than or equal to this
threshold, and the value at the last sampling interval was
greater than th…
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.2.1.88.1.2.6.1.3
A threshold value to check against if mteTriggerType is
'threshold'.

When the delta value (difference) between the current sampled
value (value(n)) and the previous sampled value (value(n-1))
is greater t…
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.2.1.88.1.2.6.1.4
A threshold value to check against if mteTriggerType is
'threshold'.

When the delta value (difference) between the current sampled
value (value(n)) and the previous sampled value (value(n-1))
is less than…
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.2.1.88.1.2.6.1.5
To go with mteTriggerThresholdObjects, the mteOwner of a group
of objects from mteObjectsTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.6
The mteObjectsName of a group of objects from
mteObjectsTable. These objects are to be added to any
Notification resulting from the firing of this trigger for
this test.

A list of objects may also be add…
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.7
To go with mteTriggerThresholdRisingEvent, the mteOwner of an
event entry from mteEventTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.8
The mteEventName of the event to invoke when mteTriggerType is
'threshold' and this trigger fires based on
mteTriggerThresholdRising. A length of 0 indicates no event.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.9
To go with mteTriggerThresholdFallingEvent, the mteOwner of an
event entry from mteEventTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.10
The mteEventName of the event to invoke when mteTriggerType is
'threshold' and this trigger fires based on
mteTriggerThresholdFalling. A length of 0 indicates no event.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.11
To go with mteTriggerThresholdDeltaRisingEvent, the mteOwner
of an event entry from mteEventTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.12
The mteEventName of the event to invoke when mteTriggerType is
'threshold' and this trigger fires based on
mteTriggerThresholdDeltaRising. A length of 0 indicates
no event.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.13
To go with mteTriggerThresholdDeltaFallingEvent, the mteOwner
of an event entry from mteEventTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.14
The mteEventName of the event to invoke when mteTriggerType is
'threshold' and this trigger fires based on
mteTriggerThresholdDeltaFalling. A length of 0 indicates
no event.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.2.6.1.15
.1.3.6.1.2.1.88.1.3.1 · 1 row entry · 5 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteObjectsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteObjectsTable'
A table of objects that can be added to notifications based
on the trigger, trigger test, or event, as pointed to by
entries in those tables.
mteObjectsEntry row .1.3.6.1.2.1.88.1.3.1.1
A group of objects. Applications create and delete entries
using mteObjectsEntryStatus.

When adding objects to a notification they are added in the
lexical order of their index in this table. Those associ…
Column Syntax OID
A locally-unique, administratively assigned name for a group
of objects.
OctetString
Constraints:
range: 1-32
.1.3.6.1.2.1.88.1.3.1.1.1
An arbitrary integer for the purpose of identifying
individual objects within a mteObjectsName group.

Objects within a group are placed in the notification in the
numerical order of this index.
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.2.1.88.1.3.1.1.2
The object identifier of a MIB object to add to a
Notification that results from the firing of a trigger.

This may be wildcarded by truncating all or part of the
instance portion, in which case the instan…
ObjectIdentifierr/w .1.3.6.1.2.1.88.1.3.1.1.3
Control for whether mteObjectsID is to be treated as
fully-specified or wildcarded, with 'true' indicating wildcard.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.3.1.1.4
The control that allows creation and deletion of entries.
Once made active an entry MAY not be modified except to
delete it.
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.2.1.88.1.3.1.1.5
.1.3.6.1.2.1.88.1.4.2 · 1 row entry · 5 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteEventTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteEventTable'
A table of management event action information.
mteEventEntry row .1.3.6.1.2.1.88.1.4.2.1
Information about a single event. Applications create and
delete entries using mteEventEntryStatus.
Column Syntax OID
A locally-unique, administratively assigned name for the
event.
OctetString
Constraints:
range: 1-32
.1.3.6.1.2.1.88.1.4.2.1.1
A description of the event's function and use.
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Type Constraints:
range: 0..255
.1.3.6.1.2.1.88.1.4.2.1.2
The actions to perform when this event occurs.

For 'notification', Traps and/or Informs are sent according
to the configuration in the SNMP Notification MIB.

For 'set', an SNMP Set operatio…
Bitsr/w
Enumerated Values:
0notification
1set
.1.3.6.1.2.1.88.1.4.2.1.3
A control to allow an event to be configured but not used.
When the value is 'false' the event does not execute even if

triggered.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.4.2.1.4
The control that allows creation and deletion of entries.
Once made active an entry MAY not be modified except to
delete it.
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.2.1.88.1.4.2.1.5
.1.3.6.1.2.1.88.1.4.3 · 1 row entry · 3 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteEventNotificationTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteEventNotificationTable'
A table of information about notifications to be sent as a
consequence of management events.
mteEventNotificationEntry row .1.3.6.1.2.1.88.1.4.3.1
Information about a single event's notification. Entries
automatically exist in this this table for each mteEventEntry
that has 'notification' set in mteEventActions.
Column Syntax OID
The object identifier from the NOTIFICATION-TYPE for the
notification to use if metEventActions has 'notification' set.
ObjectIdentifierr/w .1.3.6.1.2.1.88.1.4.3.1.1
To go with mteEventNotificationObjects, the mteOwner of a
group of objects from mteObjectsTable.
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.4.3.1.2
The mteObjectsName of a group of objects from
mteObjectsTable if mteEventActions has 'notification' set.
These objects are to be added to any Notification generated by
this event.

Objects may also be adde…
OctetStringr/w
Constraints:
range: 0-32
.1.3.6.1.2.1.88.1.4.3.1.3
.1.3.6.1.2.1.88.1.4.4 · 1 row entry · 6 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk mteEventSetTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DISMAN-EVENT-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DISMAN-EVENT-MIB::mteEventSetTable'
A table of management event action information.
mteEventSetEntry row .1.3.6.1.2.1.88.1.4.4.1
Information about a single event's set option. Entries
automatically exist in this this table for each mteEventEntry
that has 'set' set in mteEventActions.
Column Syntax OID
The object identifier from the MIB object to set if
mteEventActions has 'set' set.

This object identifier may be wildcarded by leaving
sub-identifiers off the end, in which case
nteEventSetObjectWildCard …
ObjectIdentifierr/w .1.3.6.1.2.1.88.1.4.4.1.1
Control over whether mteEventSetObject is to be treated as
fully-specified or wildcarded, with 'true' indicating wildcard
if mteEventActions has 'set' set.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.4.4.1.2
The value to which to set the object at mteEventSetObject
if mteEventActions has 'set' set.
SNMPv2-SMIInteger32r/w
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.2.1.88.1.4.4.1.3
The tag for the target(s) at which to set the object at
mteEventSetObject to mteEventSetValue if mteEventActions
has 'set' set.

Systems limited to self management MAY reject a non-zero
length for the valu…
SNMP-TARGET-MIBSnmpTagValuer/w
Type Constraints:
range: 0..255
.1.3.6.1.2.1.88.1.4.4.1.4
The management context in which to set mteEventObjectID.
if mteEventActions has 'set' set.

This may be wildcarded by leaving characters off the end. To
indicate such wildcarding mteEventSetContextNameWil…
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Type Constraints:
range: 0..255
.1.3.6.1.2.1.88.1.4.4.1.5
Control for whether mteEventSetContextName is to be treated as
fully-specified or wildcarded, with 'true' indicating wildcard
if mteEventActions has 'set' set.
SNMPv2-TCTruthValuer/w
Type Values:
1true
2false
Description:
Represents a boolean value.
.1.3.6.1.2.1.88.1.4.4.1.6