---
layout: "docs"
page_title: "Commands: Reachability"
sidebar_current: "docs-commands-reachability"
description: |-
reachability
command performs a basic network reachability test. The local node will gossip out a ping message and request that all other nodes acknowledge delivery of the message.Command: serf reachability
The reachability
command performs a basic network reachability test.
The local node will gossip out a "ping" message and request that all other
nodes acknowledge delivery of the message.
This can be used to troubleshoot configurations or network issues, since
nodes that are detected as having failed may respond, indicating false-failure
detection, or live nodes may fail to respond, indicating networking issues.
In general, the following troubleshooting tips are recommended:
Usage: serf reachability [options]
The following command-line options are available for this command.
Every option is optional:
-rpc-addr
- Address to the RPC server of the agent you want to contact
to send this command. If this isn't specified, the command will contact
"127.0.0.1:7373" which is the default RPC address of a Serf agent. This option
can also be controlled using the SERF_RPC_ADDR
environment variable.
-rpc-auth
- Optional RPC auth token. If the agent is configured to use
an auth token, then this must be provided or the agent will refuse the
command. This option can also be controlled using the SERF_RPC_AUTH
environment variable.
-verbose
- Enables verbose output