[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Pinging Hosts from the J-Web Interface

This section contains the following topics:

Using the J-Web Ping Host Tool

You can ping a host to verify that the host can be reached over the network. The output is useful for diagnosing host and network connectivity problems. The J Series device sends a series of ICMP echo (ping) requests to a specified host and receives ICMP echo responses.

Alternatively, you can use the CLI ping command. (See Pinging Hosts from the CLI.)

To use the ping host tool:

  1. Select Troubleshoot>Ping Host from the task bar.
  2. Next to Advanced options, click the expand icon (see Figure 20).
  3. Enter information into the Ping Host page, as described in Table 196.

    The Remote Host field is the only required field.

  4. Click Start.

    The results of the ping operation are displayed in the main pane (see Figure 21). If no options are specified, each ping response is in the following format:


    bytes bytes from ip-address: icmp_seq=number ttl=number time=time

    Table 197 summarizes the output fields of the display.

  5. To stop the ping operation before it is complete, click OK.

Figure 20: Ping Host Page

Image s030253.gif

Table 196: J-Web Ping Host Field Summary

Field

Function

Your Action

Remote Host

Identifies the host to ping.

Type the hostname or IP address of the host to ping.

Advanced Options

Don't Resolve Addresses

Determines whether to display hostnames of the hops along the path.

  • To suppress the display of the hop hostnames, select the check box.
  • To display the hop hostnames, clear the check box.

Interface

Specifies the interface on which the ping requests are sent.

From the list, select the interface on which ping requests are sent. If you select any, the ping requests are sent on all interfaces.

Count

Specifies the number of ping requests to send.

From the list, select the number of ping requests to send.

Don't Fragment

Specifies the Don't Fragment (DF) bit in the IP header of the ping request packet.

  • To set the DF bit, select the check box.
  • To clear the DF bit, clear the check box.

Record Route

Sets the record route option in the IP header of the ping request packet. The path of the ping request packet is recorded within the packet and displayed in the main pane.

  • To record and display the path of the packet, select the check box.
  • To suppress the recording and display of the path of the packet, clear the check box.

Type-of-Service

Specifies the type-of-service (TOS) value in the IP header of the ping request packet.

From the list, select the decimal value of the TOS field.

Routing Instance

Name of the routing instance for the ping attempt.

From the list, select the routing instance name.

Interval

Specifies the interval, in seconds, between the transmission of each ping request.

From the list, select the interval.

Packet Size

Specifies the size of the ping request packet.

Type the size, in bytes, of the packet. The size can be from 0 through 65468. The device adds 8 bytes of ICMP header to the size.

Source Address

Specifies the source address of the ping request packet.

Type the source IP address.

Time-to-Live

Specifies the time-to-live (TTL) hop count for the ping request packet.

From the list, select the TTL.

Bypass Routing

Determines whether ping requests are routed by means of the routing table.

If the routing table is not used, ping requests are sent only to hosts on the interface specified in the Interface box. If the host is not on that interface, ping responses are not sent.

  • To bypass the routing table and send the ping requests to hosts on the specified interface only, select the check box.
  • To route the ping requests using the routing table, clear the check box.

Figure 21: Ping Host Results Page

Image s030254.gif

Ping Host Results and Output Summary

Table 197 summarizes the output in the ping host display. If the device receives no ping responses from the destination host, review the list after Table 197 for a possible explanation.

Table 197: J-Web Ping Host Results and Output Summary

Ping Host Result

Description

bytes bytes from ip-address

  • bytes—Size of ping response packet, which is equal to the value you entered in the Packet Size box, plus 8.
  • ip-address—IP address of destination host that sent the ping response packet.

icmp_seq=0

icmp_seq=number

number—Sequence Number field of the ping response packet. You can use this value to match the ping response to the corresponding ping request.

ttl=number

number—Time-to-live hop-count value of the ping response packet.

time=time

time—Total time between the sending of the ping request packet and the receiving of the ping response packet, in milliseconds. This value is also called round-trip time.

number packets transmitted

number—Number of ping requests (probes) sent to host.

number packets received

number—Number of ping responses received from host.

percentage packet loss

percentage—Number of ping responses divided by the number of ping requests, specified as a percentage.

round-trip min/avg/max/stddev = min-time/avg-time/max-time/std-dev ms

  • min-time—Minimum round-trip time (see time=time field in this table).
  • avg-time—Average round-trip time.
  • max-time—Maximum round-trip time.
  • std-dev—Standard deviation of the round-trip times.

If the device does not receive ping responses from the destination host (the output shows a packet loss of 100 percent), one of the following explanations might apply:

For more information about ICMP, see RFC 792, Internet Control Message Protocol.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]