D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
158
config ipv6 nd ra prefix_option ipif
4294967295 milliseconds, with a default setting of 604800 milliseconds.
valid_life_time <unit 0-4294967295> - This field states the time that this prefix
is advertised as valid on the link local network, when using stateless address
configuration. The user may configure a time between 0 and 4294967295
milliseconds.
on_link_flag [enable | disable] - Setting this field to enable will denote, within
the IPv6 packet, that the IPv6 prefix configured here is assigned to this link-
local network. Once traffic has been successfully sent to these nodes with this
specific IPv6 prefix, the nodes will be considered reachable on the link-local
network.
autonomus_flag [enable | disable] - Setting this field to enable will denote that
this prefix may be used to autoconfigure IPv6 addresses on the link-local
network.
Restrictions Only administrator-level users can issue this command.
Example usage:
To configure the prefix option for the interface “Triton”:
DGS-3600:4#config ipv6 nd ra prefix_option ipif Triton 3FFE:501:FFFF:100::/64
preferred_life_time 1000 valid_life_time 1000 on_link_flag enable autonomous_flag enable
Command: config ipv6 nd ra prefix_option ipif Triton 3FFE:501:FFFF:100::/64
preferred_life_time 1000 valid_life_time 1000 on_link_flag enable autonomous_flag enable
Success.
DGS-3600:4#
config ipv6 nd ns ipif
Purpose Used to configure the parameters for Neighbor solicitation messages to be
sent from the switch.
Syntax
config ipv6 nd ns ipif <ipif_name 12> retrans_time <uint 0-4294967295>
Description This command will configure the parameters for Neighbor Solicitation
messages sent from the switch. These messages are used to detect IPv6
neighbors of the switch.
Parameters <ipif_name 12> - Enter the IPv6 interface name for which to dispatch Neighbor
solicitation messages.
retrans_time <uint 0-4294967295> - Use this field to set the interval, in
milliseconds that this Switch will produce Neighbor Solicitation packets to be
sent out over the local network. This is used to discover IPv6 neighbors on the
local link. The user may select a time between 0 and 4294967295
milliseconds. Very fast intervals, represented by a low number, are not
recommended for this field.
Restrictions Only administrator-level users can issue this command.