ISDN Router Manual V.1.1
30
reset
Reset the router.
All current configuration will be omitted if it wasn’t saved (
config save
) before hand. The reset
function will restart the router with new configuration stored by
config save
. The router will
start up in AT command mode.
uptime
Display the current time elapsed since the router was booted.
version (currently implementing)
Display the software and firmware version.
5.6 Configure IP Routing Table
There are two ways to construct the routing table. One is by manually setup one-by-one, so called
static route. The other is setup automatically by the router, so called dynamic route.
5.6.1 Configure Static Routing
config interface isdn ppp ip route {add, delete} {default, <destination>} <metric>
Add or delete a PPP route over ISDN interface.
The command is used to specify a route over the ISDN interface. By adding or deleting such
route, the administrator can specify the route will be automatically added when the ISDN
interface is up. For example,
> config interface isdn ppp ip route add 192.168.1.1 1
will add the route to 192.168.1.1 to the routing table ONLY when a PPP connection is up over
the ISDN interface. Otherwise, the route will NOT be added. Similarly,
> config interface isdn ppp ip route add default 1
will add the default route when the PPP connection is up. The
default
route represents the default
IP gateway for destination that is not defined in the router’s routing table. Hence all packets that
have IP destination address that weren’t defined in the router will be forwarded to the default
gateway connected to the router over the ISDN connection as specified by the command.