User manual

Appendix A
73
A.4.3.15 config ip rip
Syntax:
config ip rip {<on | off> |
version <1 | 2> |
update_timer <time in second> |
timeout_timer <time in second>|
garbage_collection_timer < time in second> ||
{ifadd | ifdel} <if name>
}
Description:
Configure RIP related operations.
Example:
config ip rip on
config ip rip ifadd eth1
config ip rip ifdel hdlc1
config ip rip version 2
config ip rip update_timer 30
config ip rip timeout_timer 180
config ip rip garbage_collection_timer 60
A.4.3.16 config ip route add
Syntax:
config ip route add
{net <net address> netmask <netmask address> [gw <ip address>] if <if name>
| net 0.0.0.0 netmask 0.0.0.0 [gw <ip address>] if <if name> }
Description:
add: Add a route entry in the routing table.
net <net address>: The network address of the specified route will apply.
netmask <netmask address>: The network mask address of the specified route will apply
net 0.0.0.0 netmask 0.0.0.0: Default gateway.
gw <ip address>: The gateway ip address of the specified route will apply.
if <if name>: The interface of the specified route will apply.
Example:
config ip route add net 10.60.0.0 netmask 255.255.0.0 if eth1
config ip route add net 0.0.0.0 netmask 0.0.0.0 gw 67.100.23.68 if eth1
A.4.3.17config ip route del
Syntax:
config ip route del
{net <net address> netmask <netmask address> [gw <ip address>] [if <if name>]
| net 0.0.0.0 netmask 0.0.0.0 [gw <ip address>] [if <if name>] }
Description:
del: Delete a route entry in the routing table.
net <net address>: The network address of the specified route will apply.
netmask <netmask address>: The network mask address of the specified route will apply
net 0.0.0.0 netmask 0.0.0.0: Default gateway.
gw <ip address>: The gateway ip address of the specified route will apply.
if <if name>: The interface of the specified route will apply.
Example:
config ip route del net 10.60.0.0 netmask 255.255.0.0