305
no-autoconfig
is off by default.
Usage Guide:
This command allows controlling the router announcement parameters of
every IPv6 prefix. Note that valid lifetime and preferred lifetime must be configured
simultaneously.
Example:
Configure IPv6 announcement prefix as 2001:410:0:1::/64 on Vlan1, the valid
lifetime of this prefix is 8640 seconds, and its preferred lifetime is 4320 seconds.
Switch (Config-if-Vlan1)#ipv6 nd prefix 2001:410:0:1::/64 8640 4320
10.2.3.2.12 ipv6 neighbor
Command:ipv6 neighbor <ipv6-address> <hardware-address> interface <
interface-type interface-number>
no ipv6 neighbor <ipv6-address>
Function:
Set static neighbor table entry.
Parameters:
Parameter
ipv6-address
is static neighbor IPv6 address, parameter
hardware-address
is static neighbor hardware address,
interface-type
is Ethernet type,
interface-number
is Layer 2 interface name.
Command Mode:
Interface Configuration Mode
Default Situation:
There is not static neighbor table entry.
Usage Guide:
IPv6 address and multicast address for specific purpose and local address
can not be set as neighbor.
Example:
Set static neighbor 2001:1:2::4 on port E1/1, and the hardware MAC address is
00-03-0f-89-44-bc
Switch(Config-if-Vlan1)#ipv6 neighbor 2001:1:2::4 00-03-0f-89-44-bc interface Ethernet
1/1
10.2.3.2.13 interface tunnel
Command:[no] interface tunnel <tnl-id>
Function:
Create/Delete tunnel.
Parameter:
Parameter
<tnl-id>
is tunnel No.
Command Mode:
Interface Configuration Mode
Default :
None
Usage Guide:
This command creates a virtual tunnel interface. Since there is not
information such as specific tunnel mode and tunnel source,
show ipv6 tunnel
does not
show the tunnel, enter tunnel mode after creating, under that model information such as
tunnel source and destination can be specified. NO command is to delete a tunnel.
Example:
Create tunnel 1
Switch {Config}#interface tunnel 1
10.2.3.2.14 ping6
Command:ping6 [ipv6-address]