![D-Link DGS-1210/ME series Reference Manual Download Page 434](http://html.mh-extra.com/html/d-link/dgs-1210-me-series/dgs-1210-me-series_reference-manual_77989434.webp)
DGS-1210 Metro Ethernet Managed Switch CLI Reference Guide
414
54
IPV6 NEIGHBOR DISCOVERY COMMANDS
The IPv6 Neighbor Discovery commands in the Command Line Interface (CLI) are listed (along with the
appropriate parameters) in the following table.
Command
Parameter
create ipv6
neighbor_cache
ipif <string 12> <ipv6_addr> <mac_addr>
delete ipv6
neighbor_cache
[<string 12>| all] [<ipv6_addr> | static | dynamic | all]
show ipv6
neighbor_cache
ipif [<ipif_name 12> | all] [ipv6address <ipv6_addr> | static | dynamic | all]
show ipv6 nd
{ipif <string 12>}
config ipv6 nd ns ipif
<string 12> retrans_time <integer 1-3600>
enable
ipif_ipv6_link_local_auto
<ipif_name 12>
disable
ipif_ipv6_link_local_auto
<ipif_name 12>
Each command is listed in detail, as follows:
create ipv6 neighbor_cache
Purpose
Used to add a static neighbor on an IPv6 interface.
Syntax
create ipv6 neighbor_cache ipif <string 12>
<ipv6_addr>
<mac_addr>
Description
This
create ipv6 neighbor_cache
command is used to add a static
neighbor on an IPv6 interface.
Parameters
<ipif_name 12> –
The IPv6 interface name.
<ipv6_addr> –
The IPv6 address of the neighbor.
<mac_addr> –
The MAC address of the neighbor.
Restrictions
Only Administrator or operator-level users can issue this command.
Example usage:
To create a static neighbor cache entry on the interface System, with an IPv6 address of 3ffc::1 and a
MAC address of 00:01:02:03:04:05:
DGS-1210-28MP/ME:5#
create ipv6 neighbor_cache ipif System 3ffc::1
00:01:02:03:04:05
Command: create ipv6 neighbor_cache ipif System 3ffc::1 00:01:02:03:04:05
Success.
DGS-1210-28MP/ME:5#