
C613-50186-01 Rev B
Command Reference for AR2050V
774
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
V
6 C
OMMANDS
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 PPP interface.
Usage
This command specifies the lifetime of the current router to be announced in IPv6
Router Advertisements.
Advertisement flags will not be transmitted unless you have applied the
command. This instruction is included in the example shown below.
Examples
To set the advertisement lifetime of 8000 seconds on the VLAN interface
vlan4
,
use the following commands:
awplus#
configure terminal
awplus(config)#
interface vlan4
awplus(config-if)#
ipv6 nd ra-lifetime 8000
awplus(config-if)#
no ipv6 nd suppress-ra
To set the advertisement lifetime of 8000 seconds on the PPP interface
ppp0
, use
the following commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ipv6 nd ra-lifetime 8000
awplus(config-if)#
no ipv6 nd suppress-ra
Related
Commands