xStack® DGS-3620 Series Layer 3 Managed Stackable Gigabit Switch CLI Reference Guide
527
<ipv6addr>
- Specify the IPv6 address
static
- Specify to display the IPv6 static neighbor cache entries.
dynamic
- Specify to display the IPv6 dynamic entries.
all
- Specify to display all IPv6 addresses, static and dynamic.
hardware
- (Optional) Specify to display all the neighbor cache entries which were written into
the hardware table.
Restrictions
None.
Example
To display all neighbor cache entries for the IP interface “System”:
DGS-3620-28SC:admin#show ipv6 neighbor_cache ipif System all
Command: show ipv6 neighbor_cache ipif System all
FE80::215:72FF:FE36:104 State: Reachable
MAC Address : 00-15-72-36-01-04 Port : 1:21
Interface : System VID : 1
Total Entries: 1
DGS-3620-28SC:admin#
45-4
config ipv6 nd ns ipif
Description
This command is used to configure the NS retransmit time of a specified interface.
Format
config ipv6 nd ns ipif <ipif_name 12> retrans_time <millisecond 0-4294967295>
Parameters
<ipif_name 12>
- Specify the name of the interface. The maximum length is 12 characters.
retrans_time
- Specify the neighb
or solicitation’s retransmit timer in milliseconds. It has the same
value as ra retrans_time in the config ipv6 nd ra
command. If one is configured, the other will
change too.
<millisecond 0-4294967295>
-
Specify the neighbor solicitation’s retransmit timer in
milliseconds. It has the same value as ra retrans_time in the config ipv6 nd ra
command. If
one is configured, the other will change too. Specify a time between 0 and 4294967295
milliseconds.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.