Reference Guide

706 IPv6 Commands
FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC
2+3\new_system_mifs_ARC3_latest\IPv6_Router.fm
DELL CONFIDENTIAL – PRELIMINARY 5/21/14 - FOR PROOF ONLY
console(config-if)#
ipv6 nd prefix 2001:0DB8::/35 1000 900
console(config-if)#
exit
Example 2. The following example advertises the prefix with the L-bit clear:
console(config)#
interface
vlan 1
console(config-if)#
ipv6 address 2001::1/64
console(config-if)#
ipv6 nd prefix 2001::/64 3600 3600 no-
onlink
console(config-if)#
exit
ipv6 nd ra interval
Use the ipv6 nd ra interval command in Interface Configuration mode to
configure the interval between IPv6 router advertisement (RA) transmissions
on an interface.
To restore the default interval, use the no form of this command.
Syntax
ipv6 nd ra interval
maximum-secs
[
minimum-secs
]
no ipv6 nd ra interval
Parameters
maximum-secs
—Maximum interval between IPv6 RA transmissions in
seconds. The range is from 4 to 1800.
minimum-secs
—Minimum interval between IPv6 RA transmissions in
seconds. The range is from 3 to 1350.
Default Configuration
maximum-secs
is 600 seconds.
minimum-secs
is 0.33*
maximum-secs,
if the value .=> 3 seconds and is 3
seconds, if the value .< 3 seconds.
Command Mode
Interface Configuration mode