C613-50631-01 Rev A Command Reference for IE340 Series 977
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV6 COMMANDS
IPV
6 ND RA-LIFETIME
ipv6 nd ra-lifetime
Overview Use this command to specify the time period that this router can usefully act as a
default gateway for the network. Each router advertisement resets this time
period.
Use no parameter with this command to reset the value to default.
Syntax
ipv6 nd ra-lifetime <seconds>
no ipv6 nd ra-lifetime
Default 1800 seconds
Mode Interface Configuration for a VLAN interface or a local loopback interface.
Usage notes This command specifies the lifetime of the current router to be announced in IPv6
Router Advertisements.
To enable the transmission of router advertisements, you must apply the no
version of the ipv6 nd suppress-ra command. This step is included in the example
below.
Examples To set the advertisement lifetime of 8000 seconds on vlan2, use the following
commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ipv6 nd ra-lifetime 8000
awplus(config-if)# no ipv6 nd suppress-ra
To reset the advertisement lifetime to the default on vlan2, use the following
commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 nd ra-lifetime
Related
commands
ipv6 nd suppress-ra
ipv6 nd prefix
Parameter Description
<seconds> Time period in seconds. Valid values are from 0 to 9000.
Note that you should set this time period to a value greater than the
value you have set using the ipv6 nd ra-interval command.