D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
366
delete ipv6 neighbor_cache
Purpose Deletes an IPv6 neighbor from the interface neighbor address cache.
Syntax
delete ipv6 neighbor_cache ipif [<ipif_name 12> | all] [<ipv6addr> | static | dynamic |
all]
Description Deletes a neighbor cache entry or static neighbor cache entries from the address cache or all
address cache entries on this IP interface. Both static and dynamic entries can be deleted.
Parameters
ipif_name - The IPv6 interface name
ipv6addr - The neighbor’s address.
all - All entries including static and dynamic entries will be deleted.
dynamic - Delete matching dynamic entries.
static - Delete matching static entries.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete the neighbor cache.entry for IPv6 address 3ffc::1 on the IP interface “System”:
DGS-3627:admin# delete ipv6 neighbor_cache ipif System 3ffc::1
Command: delete ipv6 neighbor_cache ipif System 3FFC::1
Success.
DGS-3627:admin#
show ipv6 neighbor_cache
Purpose Shows the IPv6 neighbor cache.
Syntax
show ipv6 neighbor_cache ipif [<ipif_name 12> | all] [ipv6address <ipv6addr> | static |
dynamic | all]
Description Displays the neighbor cache entry for the specified interface. You can display a specific
entry, all static entries, all dynamic entries, or all entries.
Parameters
ipif_name - The IPv6 interface name
ipv6addr - The neighbor’s address.
all - Displays all interfaces.
dynamic - Display all dynamic entries.
static - Display all static neighbor cache entries.
all - Displays all entries including static and dynamic entries.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To show all neighbor cache entries for the IP interface “System”: