Ipv6 nd prefix – LevelOne GTL-2691 User Manual
Page 1433
C
HAPTER
48
| IP Interface Commands
IPv6 Interface
– 1433 –
E
XAMPLE
The following sets the reachable time for a remote node to 1000
milliseconds:
Console(config)#interface vlan 1
Console(config)#ipv6 nd reachable-time 1000
Console(config)#
R
ELATED
C
OMMANDS
ipv6 nd prefix
This command configures the IPv6 prefixes to include in router
advertisements. Use the no form to remove a prefix.
S
YNTAX
ipv6 nd prefix ipv6-address/prefix-length {default |
[valid-lifetime preferred-lifetime [no-autoconfig | off-link]]}
no ipv6 nd prefix ipv6-address/prefix-length
ipv6-address - An IPv6 address including the network prefix and
host address bits.
prefix-length - A decimal value indicating how many contiguous bits
(from the left) of the address comprise the prefix (i.e., the network
portion of the address).
default - Uses default values for remaining parameters.
valid-lifetime - The amount of time that the specified IPv6 prefix is
advertised as being valid. (Range: 0-4294967295 seconds)
preferred-lifetime - The amount of time that the specified IPv6
prefix is advertised as being preferred. The preferred lifetime is
counted down in real time. (Range: 0-4294967295 seconds)
no-autoconfig - Indicates to hosts on the local link that the
specified prefix cannot be used for IPv6 autoconfiguration.
off-link - Indicates that the specified prefix is assigned to the link.
Nodes sending traffic to addresses that contain the prefix consider
the destination to be locally reachable on the link.
D
EFAULT
S
ETTING
valid-lifetime 2592000
seconds
preferred-lifetime 2592000 seconds
no-autoconfig Disabled
off-link Disabled
C
OMMAND
M
ODE
Interface Configuration (VLAN)