threshold-test
Syntax
threshold-test startup { falling | rising | risingorfalling
}
threshold-test absolute-value rising risingValue falling fallingValue
threshold-test event { rising eventOwner eventName | falling eventOwner eventName | delta-rising eventOwner eventName | delta-falling eventOwner eventName }
threshold-test delta-value rising risingValue falling fallingValue
no threshold-test [ startup | absolute-value | delta-value |
event rising | event falling | event delta-rising | event delta-falling
]
Release Information
Command introduced before JunosE Release
7.1.0.
Description
Defines the values for an SNMP threshold-test trigger.
The no version deletes the threshold-test
values for this trigger or removes either the threshold startup condition
or event binding.
Options
- startup—Startup threshold condition that you predict
the sample to follow
- falling—Specifies that the sample values are expected
to be falling values
- rising—Specifies that the sample values are expected
to be rising values
- risingorfalling—Specifies that the sample values
might be either rising values or falling values
- absolute-value—Specifies that the trigger is monitoring
absolute threshold values
- risingValue—Rising threshold
value for the trigger, in the range -2147483648–2147483648
- fallingValue—Falling threshold
value for the trigger, in the range -2147483648–2147483648
- event—Binds an event owner and name to specific
events on which the threshold-test might trigger: rising values within
a sample, falling values within a sample, rising values between samples,
or falling values between samples
- eventOwner—Event owner name;
string of up to 32 alphanumeric characters
- eventName—Event name; string
of up to 32 alphanumeric characters
- delta-value—Specifies that the trigger is monitoring
the difference (delta)( between sample values
Mode
SNMP Trigger Configuration
Published: 2012-06-29