xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Manual
24
5
create ipv6 neighbor_cache ipif
Used to add
a static neighbor to an IPv6 interface.
Purpose
cre
ate ipv6 neighbor_cache ipif <ipif_name 12> <ipv6addr>
<macaddr>
Syntax
This
command is used to add a static neighbor to an IPv6 interface.
Description
Parameters
<ipif_name> The interface’s name.
<ipv6addr> The address of the neighbor.
<macaddr> The MAC address of the neighbor.
Only Administrator-level users
can issue this command.
Restrictions
Example usage:
To create a static neighbor cache entry:
DES-3200-28: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.
DES-3200-28:4#
delete ipv6 neighbor_cache ipif
Used to delet
e an IPv6 neighbor from the interface neighbor address
cache.
Purpose
delete ipv6 n
eighbor_cache ipif [<ipif_name 12> | all] [<ipv6addr> | static
| dynamic | all]
Syntax
This
command is 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.
Description
Parameters
<ipif_name> The IPv6 interface’s name.
<ipv6addr> The address of the neighbor.
all – All entries, including static and dynamic entries, will be deleted.
static Delete the static entries.
dynamic Delete the dynamic entries.
Only Administrator-level users
can issue this command.
Restrictions
Example usage:
To delete a neighbor cache:
DES-3200-28:4#delete ipv6 neighbor_cache ipif System 3ffc::1
Command: delete ipv6 neighbor_cache ipif System 3ffc::1
Success.
DES-3200-28:4#