Nokia M10 Network Card User Manual


 
Management
DRAFT
E Copyright Nokia Telecommunications Oy
NTC C33539002SE_A0
5-69
You can configure as many as 16 static IP routes for a Nokia M10. Use
the following commands to maintain static routes to the Nokia M10
routing table:
Command Add a static route
Description Adds a static route to the routing table.
Syntax set ip static-routes destination-network [net_address]
netmask [netmask] interface [ip-address|ppp-vccx]
gateway-address [gate_address] metric [integer]
Arguments Enter a destination network address in the net_ad-
dress argument in dotted decimal notation. The
net_address argument cannot be 0.0.0.0. netmask
is the subnet mask of the destination network. The
subnet mask associated with the destination network
must represent the same network class (A, B, or C) or
a lower class (such as a class C subnet mask for a
class B network number) to be valid. ip-ad-
dress|ppp-vccx argument indicates whether the
static route can be reached directly through the gate-
way IP address or through any active PPP channel
(ppp-vccx, where x = 1 ... 8). gate_address ident-
ifies the default gateway IP address. The gateway ad-
dress is not needed if ppp-vccx is selected as the
gateway interface. The default metric is 1. Enter a
number from 1 to 16 for the integer argument to indi-
cate the number of routers (actual or best guess) a
packet must traverse to reach the remote network. You
can enter a metric of 1 to indicate either: The remote
network is one router away and the static route is the
best way to reach it; The remote network is more than
one router away but the static route should not be re-
placed by a dynamic route, even if the dynamic route is
more efficient. Metric 16 indicates that the route is dis-
abled.
Example m10> set ip static-routes destination-
network 192.111.122.0 netmask
255.255.255.0 ip-address gateway-address
192.111.1.1 metric 3