User`s manual
sets the switch to advertise its static routes to other routers
<ip_address> is the address of the other router
When no is added, then the route will only be known locally
Example: >redistribute static 192.168.3.23
Example: >no redistribute static 192.168.3.23
>reset
resets system, keeps current configuration
Example: >reset
>reset system resets system, restores factory defaults
Example: >reset system
>rip <ip_address | * > <on | off>
enables or disables RIP on one or all interfaces
<ip_address> is the IP address of a single interface
<*> indicates all interfaces
Example: >rip 192.168.16.3 on
Example: >rip * off
Example: >rip 192.168.16.3 off
>rip <ip_address | * >
[<parameter> <value>]
configures or displays RIP options for one or all interfaces
<ip_address> is the IP address for a single interface
<*> indicates all interfaces
<parameter> snd: outgoing protocol for RIP packets
<value> 1 = doNotSend, 2 = ripVersion1, 3 = rip1Compatible (default),
4 = ripVersion2
Example: >rip 192.168.16.3 snd 4
<parameter> rcv: incoming protocol for RIP packets.
<value> 1 = rip1, 2 = rip2, 3 = rip1or rip2 (default)
Example: >rip 192.168.16.3 rcv 2
<parameter> mtrc: metric for this interface.
<value> 1 to 15
Example: >rip 192.168.16.3 mtrc 5
<parameter> splt: enable, disable Simple Split Horizon, Split Horizon w/ Poison Reverse
<value> 1 = disable, 2 = Simple Split Horizon (default), 3 = Split Horizon with Poison Reverse
Example: >rip 192.168.16.3 splt 1
<parameter> trig: enable, disable triggered updates
<value> 1 = disable (default), 2 = enable
Example: >rip 192.168.16.3 trig 2
<parameter> hsti: process host routes in packets received
<value> 1 = disable (default), 2 = enable
Example: >rip 192.168.16.3 hsti 2
<parameter> hsto: include host routes in packets sent
<value> 1 = disable (default), 2 = enable
Example: >rip 192.168.16.3 hsto 1
>route change <ip_address> [/mask] <gateway> [metric <metric>] modifies an existing route.
<ip_address> is the destination's IP address
</mask> is the destination's subnet mask
<gateway> is the destination's default gateway
<metric> is the cost assigned to this route
Example: >route change 192.168.211.2 192.168.2.2 metric 5
>[no] router ospf enables or disables OSPF routing on the switch
55