MIB Viewer

avstrTrackerListType

OBJECT-TYPE
1.3.6.1.4.1.6889.2.6.2.1.2.1.1.5
Access
read-write
Status
current
Sub-identifiers
0
This object has a meaning only when avstrTrackerType is set to list(1). The value of this object determines how the states of the object-trackers in the tracked list are analyzed in order to determine the state of this object-tracker entry. Possible values are: boolAnd(1) - The entry is 'up' if all object-trackers are 'up', or 'down' if one or more object-trackers are 'down'. boolOr(2) - The entry is 'up' if at least one object-tracker in the list is 'up'. threshCount(3) - When the entry is in the 'down' state it switches to the 'up' state if the number of 'up' object-trackers is greater or equal then the number specified in avstrTrackerThresholdUp. When the entry is in the 'up' state it switches to the 'down' state if the number of 'up' objects is less then or equal to the number specified in avstrTrackerThresholdDown.
INTEGER { boolAnd(1), boolOr(2), threshCount(3) }