DXS-1210 Series Smart Managed Switch CLI Reference Guide
87
9.
Basic IPv6 Commands
9-1 clear ipv6 neighbors
This command is used to clear IPv6 neighbor cache dynamic entries.
clear ipv6 neighbors {all | INTERFACE-ID}
Parameters
all
Specifies to clear the dynamic neighbor cache entries associated with
all interfaces.
INTERFACE-ID
Specifies to clear dynamic neighbor cache entries associated with the
specified interface will be cleared.
Default
None.
Command Mode
Privileged EXEC Mode.
Command Default Level
Level: 12.
Usage Guideline
This command will only clear dynamic neighbor cache entries.
Example
This example shows how to clear IPv6 neighbor cache entries associated with interface VLAN 1:
Switch# enable
Switch# clear ipv6 neighbors vlan1
Switch#
9-2 ipv6 address
This command is used to manually configure an IPv6 addresses on the interface. Use the no form of
this command to delete a manually configured IPv6 address.
ipv6 address {IPV6-ADDRESS/PREFIX-LENGTH | IPV6-ADDRESS link-local}
no ipv6 address {IPV6-ADDRESS/PREFIX-LENGTH | IPV6-ADDRESS link-local}
Parameters
IPV6-ADDRESS
Specifies the IPv6 address and the length of prefix for the subnet.
PREFIX-LENGTH
Specifies the length of the prefix. The prefix of the IPv6 address is
also a local subnet on the interface.
link-local
Specifies a link-local address to be configured.
Default
None.
Command Mode