config ip route add default <gateway> <metric>
Add the default route to the routing table.
This command is similar to the one above except for the command will take effect immediately if
the gateway is determined to be reachable by the router. Otherwise, the command has no effect.
config ip route add <destination> <gateway> <netmask> <metric>
Add the static route of <destination> to the routing table with <metric> hop away.
This command will immediately add the route to the network <destination> via the gateway
<gateway> if <gateway> is determined to be reachable from the router. Otherwise, the command
has no effect.
config ip route delete <destination> <netmask>
Delete a static route from the routing table.
The route to destination <destination> will be immediately removed from the routing table if it
exists.
config ip route del default
Delete the default route.
The default route will be immediately removed from the routing table if it exists
5.6.2 Configure Dynamic Routing
config router rip { enable, disable }
Enable or disable Routing Information Protocol (RIP). Default is disable.
The RIP protocol let the router to maintain up-to-date routing information into the routing table
from the network automatically and dynamically. If set to enable the router will broadcast its
routing table on the LAN and updating the routing table when receiving the RIP broadcast from
other routers.
ISDN Router Manual V.1.1
31
Need help?
Do you have a question about the ISDN SOHO Router and is the answer not in the manual?
Questions and answers