C613-50170-01 Rev B
Command Reference for x510 Series
860
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
V
6 C
OMMANDS
IPV
6
ND
RETRANSMISSION
-
TIME
ipv6 nd retransmission-time
Overview
Use this command to specify the advertised retransmission interval for Neighbor
Solicitation in milliseconds between IPv6 Routers.
Use the
no
variant of this command to reset the retransmission time to the default
(1 second).
Syntax
ipv6 nd retransmission-time <
milliseconds
>
no ipv6 nd retransmission-time
Default
1000 milliseconds (1 second)
Mode
Interface Configuration for a VLAN interface.
Examples
To set the retransmission-time of Neighbor Solicitation on the VLAN interface
vlan2
to be 800000 milliseconds, enter the following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 nd retransmission-time 800000
To reset the retransmission-time of Neighbor Solicitation on the VLAN interface
vlan2
to the default 1000 milliseconds (1 second), enter the following
commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 nd retransmission-time
Related
Commands
Parameter
Description
<
milliseconds
>
Time period in milliseconds. Valid values are from 1000 to
3600000.