home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service path-monitor monitor <monitor-name> type ping interval <ping-interval>

Sets the ping interval, that is, the number of seconds between successive path-monitoring operations.

set service path-monitor monitor monitor-name type ping interval ping-interval
delete service path-monitor monitor monitor-name type ping interval ping-interval
show service path-monitor monitor monitor-name type ping interval
monitor-name
The name of a Path Monitor instance.
ping-interval
The number of seconds between successive path-monitoring operations. The ping interval ranges from 5 (default) through 120 seconds.

Configuration mode


service {
      path-monitor {
            monitor monitor-name {
                  type {
                        ping {
                              interval ping-interval 
                        }
                  }
            }
      }
}

Use the set form of this command to set the ping interval for monitoring path activity.

Use the delete form of this command to delete the ping interval.

Use the show form of this command to display the ping interval.