
xStack
®
DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
159
delete ipv6 neighbor_cache ipif
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 <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.
all – Enter this parameter to remove all IPv6 neighbors of the switch.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete a static IPv6 neighbor:
DGS–3426:5# delete ipv6 neighbor_cache 3FFC::1
Command: delete ipv6 neighbor_cache 3FFC::1
Success.
DGS–3426:5#
show ipv6 neighbor_cache ipif
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.
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.
Restrictions None.
Example usage:
To display the IPv6 neighbors of a configured IP interface:
DGS–3426:5# show ipv6 neighbor_cache ipif Triton
Command: show ipv6 neighbor_cache ipif Triton
Neighbor Linklayer Address Interface State
FE80::20B:6AFF:FECF:7EC6 00:0B:6A:CF:7E:C6 Triton R
Total Entries : 1
State:
(I) means Incomplete State (R) means Reachable State
(S) means State State (D) means Delay State
(P) means Probe State (T) means Static State
DGS–3426:5#