service path-monitor policy <policy-name> requires type ping round-trip-time robustness <r-count>
Sets the number of consecutive measurement samples that a Path Monitor must collect before indicating a change in the state of a Path Monitor policy (in or out of compliance).
- policy-name
- The alphanumeric name of a Path Monitor policy.
- r-count
- The number of consecutive measurement samples that must be met before indicating a change in the state of a policy (in or out of compliance). The number ranges from 1 (default) through 10.
Configuration mode
service {
path-monitor {
policy policy-name {
requires {
type {
ping {
round-trip-time {
robustness r-count
}
}
}
}
}
}
}
Use the set form of this command to set the number of consecutive measurement samples that a Path Monitor must collect before indicating a change in the state of a Path Monitor policy.
Use the delete form of this command to delete the number of consecutive measurement samples.
Use the show form of this command to display the number of consecutive measurement samples.