delay-measurement (Protocols IS-IS)
Syntax
delay-measurement {
advertisement (Delay Measurement);normalize {
interval value
offset value
}
probe-count seconds;
probe-interval seconds;
threshold;
}
Hierarchy Level
[edit protocols isis interface name]
Description
Enable delay measurement.
Options
| normalize | Normalize Measured Link Delay |
|
| probe-count |
Specify the number of probes within a test. |
count - Specifies number of probe requests performed.
|
| probe-interval | Specify the time to wait between sending packets, in seconds. |
interval - Specifies number of seconds.
|
| threshold | Configure the threshold value at which to take action. |
Specify the thresholds used for real-time performance monitoring (RPM) and Two-Way Active Measurement Protocol (TWAMP) probes.
|
Example: 1. Basic Delay Measurement Configuration
[edit protocols isis interface ge-0/0/0.0] user@host# set delay-measurement
Example: 2. Configure Delay Measurement with Custom Parameters
[edit protocols isis interface ge-0/0/0.0]
user@host# set delay-measurement normalize interval 200000 offset 50000
user@host# set delay-measurement probe-count 15
user@host# set delay-measurement probe-interval 5
user@host# set delay-measurement advertisement periodic threshold 100
[edit protocols isis interface ge-0/0/0.0]
user@host# show delay-measurement
probe-interval 5;
probe-count 15;
normalize interval 200000 offset 50000;
advertisement {
periodic {
threshold 100;
}
}
The remaining statements are explained separately. See CLI Explorer.
Required Privilege Level
routing