LEGRAND Server Technology PRO3X User Manual page 363

Hide thumbs Also See for Server Technology PRO3X:
Table of Contents

Advertisement

Method 1: add a static route when the other network is NOT directly reachable:
config:# network ipv4 staticRoutes add <dest-1> nextHop <hop>
Method 2: add a static route when the other network is directly reachable:
config:#
network ipv4 staticRoutes add <dest-1> interface <ETH>
Delete an existing static route:
config:#
network ipv4 staticRoutes delete <route_ID>
Modify an existing static route:
config:# network ipv4 staticRoutes modify <route_ID> dest <dest-2> nextHop
<hop>
-- OR --
config:# network ipv4 staticRoutes modify <route_ID> dest <dest-2>
interface <ETH>
Variables:
<dest-1> is a combination of the IP address and subnet mask of the other subnet. The format is IP
address/subnet mask.
<hop> is the IP address of the next hop router.
<ETH> is one of the interfaces: ETH1/ETH2, WIRELESS and BRIDGE. Type "bridge" only when your
PRO3X is in the bridging mode.
<route_ID> is the ID number of the route setting which you want to delete or modify.
<dest-2> is a modified route setting that will replace the original route setting. Its format is IP
address/subnet mask. You can modify either the IP address or the subnet mask or both.
Configuring IPv6 Parameters
An IPv6 configuration command begins with network ipv6.
Setting the IPv6 Configuration Mode
This command determines the IP configuration mode.
363

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Server Technology PRO3X and is the answer not in the manual?

Table of Contents