xStack
® 
DGS-3120 Series Managed Switch CLI Reference Guide 
365 
 
Chapter 35  IPv6 Neighbor Discover 
Command List (EI Mode 
Only) 
 
create ipv6 neighbor_cache ipif <ipif_name 12> <ipv6addr> <macaddr> 
delete ipv6 neighbor_cache ipif [<ipif_name 12> | all] [<ipv6addr> | static | dynamic | all] 
show ipv6 neighbor_cache ipif [<ipif_name 12> | all] [ipv6address <ipv6addr> | static | dynamic | 
all] 
config ipv6 nd ns ipif <ipif_name 12> retrans_time <millisecond 0-4294967295> 
show ipv6 nd {ipif <ipif_name 12>} 
 
35-1  create ipv6 neighbor_cache 
Description 
This command is used to add a static neighbor on an IPv6 interface. 
 
Format 
create ipv6 neighbor_cache ipif <ipif_name 12> <ipv6addr> <macaddr> 
 
Parameters 
ipif - Specify the interface’s name. 
<ipif_name 12> - Enter the IP interface name here. This name can be up to 12 characters 
<ipv6addr> - The address of the neighbor. 
<macaddr> - The MAC address of the neighbor. 
 
Restrictions 
Only Administrator, Operator and Power-User level users can issue this command. 
 
Example 
Create a static neighbor cache entry: 
DGS-3120-24TC:admin# 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-3120-24TC:admin#