Scroll to navigation

linkloop(1) Network Utilities linkloop(1)

NAME

linkloop & linkloop_reply - Link layer (layer-2) connectivity testing

SYNTAX

linkloop [options] destination

DESCRIPTION

This program is similar to ping(1), but tests connectivity at the link layer (layer-2) instead of the network layer (layer-3).

It receives one parameter which is the destination address, sends a special LLC-TEST packet and waits for a reply.

linkloop_reply runs as a daemon, listening at the llc level on network interfaces passed on the command line, and responding by sending back a test packet.

The destination address can be given in the following forms:

Example: 00:02:B3:C0:DC:CA
Example: 0x0002B3C0DCCA
Taken from /etc/ethers

OPTIONS

Debug
Network interface
Timeout between packets
Number of retries
Packet size in bytes

EXAMPLES

Default test against given MAC address
Testing via eth1 with 3 seconds timeout and 5 frames. Run the test against the mac of hp-715 as taken from the /etc/ethers database.
Listening and responding on interfaces eth0 and eth3

AUTHORS

Oron Peled <oron@actcom.co.il>

Dominique Domet de Mont <Dominique.Domet-de-Mont@hp.com>

SEE ALSO

ping(1) ip(8)

1.0.0 Oron Peled