Chapter 5
63
5.4.7.8
relay
Syntax:
relay
relay all | <i/f> [<i/f>] [forward]
Description:
Displays or sets what forwarding ATMOS TCP/IP will do
between interfaces. The combinations of setting forwarding
behave as follows:
(Don’t confuse the “forward” keyword, which indicates one-
way relaying, with the term “forwarding”).
To disable forwarding, use the norelay command. By default,
all forwarding is disabled.
Example:
mymachine> ip relay
No relaying is being performed
mymachine> ip relay ether vlane forward
relay ether vlane forward
mymachine> ip relay ether forward
relay ether ether
relay ether vlane forward
mymachine> ip relay ether vlane
relay ether ether
relay ether vlane
mymachine> ip relay all
relay ether ether
Command
Enables forwarding
Relay all
from every interface to every non-loopback interface
Relay if1
from if1 to every non-loopback interface, and from every
interface to if1
Relay if1 forward
from if1 to every non-loopback interface
Relay if1 if2
from if1 to if2 and from if2 to if1
Relay if1 if2 forward
from if1 to if2