Ipv6 nd retransmission-time – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 694

IPv6 Commands
Software Reference for x310 Series Switches
27.16
AlliedWare Plus
TM
Operating System - Version 5.4.4C
C613-50046-01 REV A
ipv6 nd retransmission-time
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 [<milliseconds>]
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:
To reset the retransmission-time of Neighbor Solicitation on the VLAN interface vlan2 to
the default 1000 milliseconds (1 second), enter the following commands:
Related Commands
ipv6 nd suppress-ra
ipv6 nd prefix
Parameter
Description
<milliseconds>
Time period in milliseconds. Valid values are from 1000 to
3600000.
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 nd retransmission-time 800000
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 nd retransmission-time