DGS-1210/ME Metro Ethernet Switch CLI Reference Guide
415
delete ipv6 neighbor_cache
Purpose Used to remove a static neighbor on an IPv6 interface.
Syntax
delete ipv6 neighbor_cache [ipif <string 12> | all] [<ipv6_addr> |
static | dynamic]
Description
This delete ipv6 neighbor_cache command is used to remove a
static neighbor on an IPv6 interface.
Parameters
<ipif_name 12> –The IPv6 interface name.
<ipv6_addr> –The IPv6 address of the neighbor.
static – Delete matching static entries.
dynamic – Delete matching dynamic entries.
all – All entries including static and dynamic entries will be deleted.
Restrictions Only Administrator or operator-level users can issue this command.
Example usage:
To delete a static neighbor cache entry on the interface System, with an IPv6 address of 3ffc::1:
DGS-1210-28MP/ME:5# delete ipv6 neighbor_cache 3ffc::1
Command: delete ipv6 neighbor_cache 3ffc::1
Success.
DGS-1210-28MP/ME:5#
Purpose Used to display the IPv6 neighbor cache.
Syntax
show ipv6 neighbor_cache [ipif <ipif_name 12> | all]
[ipv6address <ipv6_addr> | static | dynamic | all]
Description
This show ipv6 neighbor_cache command is used to display 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 12> –The IPv6 interface name.
all - Displays all interfaces.
ipv6address <ipv6_addr> –The IPv6 address of the neighbor.
static – Display all static neighbor cache entries.
dynamic – Display all dynamic entries.
all – Displays all entries including static and dynamic entries.
Restrictions None.
Example usage:
To show all neighbor cache entries on the switch: