D-Link DGS-3600 Switch User Manual


 
xStack DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
155
delete ipv6 neighbor_cache
Purpose Used to remove a static IPv6 neighbor.
Syntax
delete ipv6 neighbor_cache ipif [<ipif_name 12> | all] [<ipv6addr> | static
| dynamic | all]
Description This command is used to remove a static IPv6 neighbor from an existing IPv6
interface previously created on the switch.
Parameters <ipif_name 12> - Enter the IPv6 interface name previously created using the
create ipif commands.
all – Enter this parameter to denote all IPv6 interfaces created on the switch.
<ipv6addr> - Enter the IPv6 address of the neighbor device to be removed
from being an IPv6 neighbor of the IP interface previously entered in this
command.
static - Enter this command to remove all statically configured neighbor
devices from being an IPv6 neighbor of the IP interface previously entered.
dynamic - Enter this command to remove all dynamically configured neighbor
devices from being an IPv6 neighbor of the IP interface previously entered.
all – Enter this parameter to remove all IPv6 neighbors of the switch.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete a static IPv6 neighbor:
DGS-3600:4# delete ipv6 neighbor_cache ipif Triton 3FFC::1
Command: delete ipv6 neighbor_cache ipif Triton 3FFC::1
Success.
DGS-3600:4#
show ipv6 neighbor_cache
Purpose Used to view the neighbor cache of an IPv6 interface located on the Switch.
Syntax
show ipv6 neighbor_cache ipif [<ipif_name 12> | all] | [ipv6address
<ipv6addr> | static | dynamic | all]
Description This command is used to display the IPv6 neighbors of a configured IPv6
interface currently set on the switch. Users may specify an IP interface, IPv6
address or statically entered IPv6 addresses by which to view the neighbor
cache.
Parameters <ipif_name 12> - Enter the IP interface for which to view IPv6 neighbors. This
will display all IPv6 neighbors of this interface.
all – Enter this parameter to denote all IPv6 interfaces created on the switch.
ipv6address <ipv6addr> - Enter the IPv6 address of the neighbor by which to
view this information.
static – Enter this parameter to view all statically entered IPv6 neighbors of the
switch.
dynamic - Enter this command to view all dynamically configured neighbor
devices which are IPv6 neighbors of the IP interface previously entered.
all – Enter this parameter to view all configured neighbor devices which are
IPv6 neighbors of the IP interface previously entered.
Restrictions None.