92
S
MARTNA™ 10G NETWORK ACCESS (SMARTNA-X)
COMMAND LINE INTERFACE REFERENCE |
DRAFT
SET IPV6 STATIC
Use the set IPv6 static command to configure a static IPv6 network address, prefix length, and optionally a
gateway address. SmartNA-X has a link-local IPv6 address implicitly set, but you may specify one additional IPv6
address. The new configuration will not be implemented until you log out (exit) from the CLI.
Command form set IPv6 static <IPv6-addr> <prefix-length> [gateway <IPv6-gateway>]
Examples Configure the following static IPv6 network settings:
IP address: 2001:db8::52:0:21
Prefix length: 64-bits
Gateway: 2001:db8::52:0:10
IPv6-addr Specifies the network interface IPv6 address, in standard IPv6 format, such as
2001:db8::52:0:1
prefix-length Specifies the network prefix length. The value must be in the range 16–124.
gateway <IPv6-gateway> (Optional) Specifies the network gateway IPv6 address.
CONTROLLER>set ipv6 static 2001:db8::52:0:21 64 gateway 2001:db8::52:0:10