30 relay, 31 restart – Atlantis Land I-Storm A02-RA(Atmos)_ME01 User Manual
Page 90

10.30 relay
10.30.1Syntax
relay
relay all | [] [forward]
10.30.2Description
Displays or sets what forwarding ATMOS TCP/IP will do between interfaces. The
combinations of setting forwarding can be a bit confusing; they behave as follows:
Command
Description
relay all
Enables forwarding from every interface to every non-loopback
interface.
relay if1
Enables forwarding from if1 to every non-loopback interface, and
from every interface to if1.
relay if1 forward
Enables forwarding from if1 to every non-loopback interface.
relay if1 if2
Enables forwarding from if1 to if2 and from if2 to if1.
relay if1 if2 forward
Enables forwarding from if1 to if2.
Note – Don’t confuse the forward keyword, which indicates one-way relaying,
with the term forwarding!)
To disable forwarding, use the norelay command. (See
norelay
on page 185.)
Configuration saving saves this information.
By default all forwarding is disabled.
10.30.3Example
mymachine>
ip relay
No relaying is being performed
mymachine>
ip relay ether flane forward
relay ether flane forward
mymachine>
ip relay ether forward
relay ether ether
relay ether flane forward
mymachine>
ip relay ether flane
relay ether ether
relay ether flane
mymachine>
ip relay all
relay ether ether
relay ether flane
relay flane flane
10.31 restart