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> type ping

Instructs the Path Monitor to use the IP ping method for path monitoring.

set service path-monitor host host-name type ping [ dscp dscp-name-or-value ]
delete service path-monitor host host-name type ping [ dscp dscp-name-or-value ]
show service path-monitor host host-name type ping [ dscp ]
host-name
The alphanumeric name of the host. The maximum number of characters in the name is 30.
dscp dscp-name-or-value
Specifies the IP DSCP name (for example, af11, cs1, or default) or an absolute value to be applied during ping operations. The default value is default.

Configuration mode


service {
       path-monitor {
              host host-name {
                     type {
                            ping {
                                   dscp dscp-name-or-value
                            }
                     } 
              }   	
       }  
}

Use the set form of this command to set IP ping as the method for path monitoring.

Use the delete form of this command to remove IP ping as the method for path monitoring.

Use the show form of this command to view the configured method for path monitoring.