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 interface <interface-name>

Specifies the interface to be used as the source for monitoring path activity.

set service path-monitor monitor monitor-name type ping interface interface-name
delete service path-monitor monitor monitor-name type ping interface interface-name
show service path-monitor monitor monitor-name type ping interface
monitor-name
The alphanumeric name of a Path Monitor instance.
interface-name
The name of the source interface for monitoring activity.

Configuration mode


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

Use the set form of this command to specify the source interface for monitoring activity.

Use the delete form of this command to delete the source interface for monitoring activity.

Use the show form of this command to display the source interface for monitoring activity.