Draft, Management – Nokia M10 User Manual
Page 120

Management
DRAFT
E
Copyright Nokia Telecommunications Oy
NTC C33539002SE_A0
5-71
Command
Modify default gateway for static route
Description
Specifies the IP address of the gateway for the static
route.
Syntax
set ip static-routes destination-network [net_address]
gateway-address [gate_address]
Arguments
The
net_address
argument identifies the static route
and
gate_address
sets the IP address of the default
gateway.
Example
m10> set ip static-routes destination-
network 192.111.122.0 gateway-address
192.111.1.1
Command
Modify metric for the static route
Description
Specifies the metric for the static route.
Syntax
set ip static-routes destination-network [net_address]
metric [integer]
Arguments
The
net_address
argument identifies the static route.
The default metric is 1. Enter a number from 1 to 16 for
the
integer
argument to indicate 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 replaced by a dynamic
route, even if the dynamic route is more efficient. Metric
16 indicates that the route is disabled.
Example
m10> set ip static-routes destination-
network 192.111.122.0 metric 3
Command
Delete static route
Description
Deletes a static route. Note: deleting a static route re-
moves all information associated with that route.
Syntax
delete ip static-routes destination-network [net_ad-
dress]
Arguments
net_address
is the destination network address of
the static route.
Example
m10> delete ip static-routes destination-
network 192.111.122.0