DGS-3200 Series Layer 2 Gigabit Managed Switch CLI Manual
400
Examples
To create a static neighbor cache entry.
DGS-3200-10:4#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-3200-10:4#
45-2 delete ipv6 neighbor_cache
Purpose
To delete an IPv6 neighbor from the interface neighbor address cache.
Format
delete ipv6 neighbor_cache ipif [<ipif_name 12>|all] [<ipv6addr> | static| dynamic| all ]
Description
Used to delete a neighbor cache entry or static neighbor cache entries from the address cache or all
address cache entries on this ipif. Both static and dynamic entry can be deleted.
Parameters
Parameters
Description
Ipif_name
The IPv6 interface.
ipv6addr
The address of the neighbor.
all
All entries include static and dynamic entries will be deleted.
dynamic
Delete those dynamic entries.
static
Delete the static entry
Restrictions
You must have administrator privileges.
Examples
To delete a neighbor cache.