53
DSL>
ip portname read //isfs/services
DSL>
ip portname list
router 520/UDP
snmp 161/UDP
tftp 69/UDP
telnet 23/TCP
someport 105/TCP
17. relay
Syntax:
relay
relay all | <i/f> [<i/f>] [forward]
Description:
Displays or sets what forwarding TCP/IP will do between interfaces. The combinations of
setting forwarding can be a bit confusing; they behave as follows:
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
(Don’t confuse the “
forward
” keyword, which indicates one-way relaying, with the term
“forwarding”!)
To disable forwarding, use the “
norelay
” command.
Configuration saving saves this information. By default all forwarding is disabled.
Example:
DSL>
ip relay
No relaying is being performed
DSL>
ip relay ether vlane forward
relay ether vlane forward
DSL>
ip relay ether forward
relay ether ether
relay ether vlane forward
DSL>
ip relay ether vlane
relay ether ether
relay ether vlane
DSL>
ip relay all
relay ether ether
relay ether vlane
relay vlane vlane
18. rip accept
Syntax:
rip accept [all|<i/f>] [none|<version>*]
Description:
Controls for which version or versions of RIP (RIP version 1, RFC 1058, or RIP version 2,
RFC 1723) TCP/IP will accept incoming information on each interface.
Configuration saving saves this information. By default both RIP versions are accepted on all
interfaces ( “
rip accept all 1 2
”).
Example:
DSL>
ip rip accept all 1 2
DSL>
ip rip accept ether 2
DSL>
ip rip allowed
rip send ether none
rip send vlane none
rip accept ether 2
rip accept vlane 1 2