Digi IX40 User Manual page 301

Table of Contents

Advertisement

Routing
New static route instances are enabled by default. To disable:
(config network route static 0)> enable false
(config network route static 0)>
4. (Optional) set a label that will be used to identify this route. For example:
(config network route static 0)> label "route to accounting network"
(config network route static 0)>
5. Set the IP address or network of the destination of this route. For example:
(config network route static 0)> destination ip_address[/netmask]
(config network route static 0)>
For example, to route traffic to the 192.168.47.0 network that uses a subnet mask of
255.255.255.0:
(config network route static 0)> dst 192.168.47.0/24
(config network route static 0)>
The any keyword can also be used to route packets to any destination with this static route.
6. Set the interface on the IX40 device that will be used with this static route:
a. Use the ?to determine available interfaces:
b. Set the interface. For example:
(config network route static 0)> interface /network/interface/eth1
(config network route static 0)>
7. (Optional) Set the IPv4 address of the gateway used to reach the destination. Set to blank if
the destination can be accessed without a gateway.
(config network route static 0)> gateway IPv4_address
(config network route static 0)>
8. (Optional) Set the metric for the route. When multiple routes are available to reach the same
destination, the route with the lowest metric is used.
(config network route static 0)> metric value
(config network route static 0)>
where value is an interger between 0 and 65535. The default is 0.
9. (Optional) Set the Maximum Transmission Units (MTU) of network packets using this route:
(config network route static 0)> mtu integer
(config network route static 0)>
10. Save the configuration and apply the change
(config)> save
Configuration saved.
>
IX40 User Guide
IP routing
301

Advertisement

Table of Contents
loading

Table of Contents