Ju
ne
20
18
Legrand PDU User Guide 305
Setting the IPv6 Gateway
After selecting the static IP configuration mode, you can use this command to specify the gateway.
config:#
network ipv6 gateway <ip address>
Variables:
<ip address> is the IP address of the gateway. This value uses the IPv6 address format.
Setting IPv6 Static Routes
If the IPv6 network mode is set to static IP and your local network contains two subnets, you can configure
static routes to enable or disable communications between the Legrand PDU and devices in the other
subnet.
These commands are prefixed with
network ipv6 staticRoutes
.
Depending on whether the other network is directly reachable or not, there are two methods for adding a
static route. For further information, see
Static Route Examples
(on page 148).
Method 1: add a static route when the other network is NOT directly reachable:
config:#
network ipv6 staticRoutes add <dest-1> <hop>
Method 2: add a static route when the other network is directly reachable:
config:#
network ipv6 staticRoutes add <dest-1> interface <ETH>
Delete an existing static route:
config:#
network ipv6 staticRoutes delete <route_ID>
Modify an existing static route:
config:#
network ipv6 staticRoutes modify <route_ID> <dest-2> <hop>
-- OR --
config:#
network ipv6 staticRoutes modify <route_ID> <dest-2> interface <ETH>
Variables:
<dest-1> is the IP address and prefix length of the subnet where the Legrand PDU belongs. The format
is
IP address/prefix length
.
<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
Legrand PDU 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/prefix length
. You can modify either the IP address or the prefix length or both.