C613-50631-01 Rev A Command Reference for IE340 Series 980
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV6 COMMANDS
IPV
6 ND REACHABLE-TIME
ipv6 nd reachable-time
Overview Use this command to specify the reachable time in the router advertisement to be
used for detecting reachability of the IPv6 neighbor.
Use the no variant of this command to reset the value to default.
Syntax
ipv6 nd reachable-time <milliseconds>
no ipv6 nd reachable-time
Default 0 milliseconds
Mode Interface Configuration for a VLAN interface or a local loopback interface.
Usage notes This command specifies the reachable time of the current router to be announced
in IPv6 Router Advertisements.
To enable the transmission of router advertisements, you must apply the no ipv6
nd suppress-ra command. This instruction is included in the example shown
below.
Example To set the reachable-time in router advertisements on the VLAN interface vlan2 to
be 1800000 milliseconds, enter the following commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ipv6 nd reachable-time 1800000
awplus(config-if)# no ipv6 nd suppress-ra
To reset the reachable-time in router advertisements on the VLAN interface vlan2
to an unspecified reachable-time (0 milliseconds), enter the following commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 nd reachable-time
Related
commands
ipv6 nd suppress-ra
ipv6 nd prefix
Parameter Description
<milliseconds> Time period in milliseconds. Valid values are from 1000 to
3600000.
Setting this value to 0 indicates an unspecified reachable-time.