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 host <host-name> target <target-name-or-address>

Sets the DNS name or IP address of the target host acting as the endpoint of the paths to be monitored.

set service path-monitor host host-name target target-name-or-address
delete service path-monitor host host-name target target-name-or-address
show service path-monitor host host-name target
host-name
The alphanumeric name of the host. The maximum number of characters in the name is 30.
target-name-or-address
The DNS name or IPv4 or IPv6 address of the target host.

Configuration mode


service {
       path-monitor {
              host host-name {
                     target target-name-or-address 
              }   	
       }  
}

Use the set form of this command to set the DNS name or IP address of the target host.

Use the delete form of this command to delete the DNS name or IP address of the target host.

Use the show form of this command to display the DNS name or IP address of the target host.