DGS-3700 Series Layer 2 Managed Gigabit Ethernet Switch CLI Reference Guide
Page | 89
Example usage:
To display the IPv6 neighbors of a configured IP interface.
DGS-3700-12:5#show ipv6 neighbor_cache ipif System all
Command: show ipv6 neighbor_cache ipif System all
Neighbor Link Layer Address Interface State
------------------------------- ------------------ ------------ -----
FE80::216:36FF:FEB5:48DF 00-16-36-B5-48-DF System S
FE80::230:65FF:FE98:BFAC 00-30-65-98-BF-AC System S
FE80::280:C8FF:FE25:9050 00-80-C8-25-90-50 System S
FE80::2D0:BAFF:FEF4:3282 00-D0-BA-F4-32-82 System S
Total Entries: 4
State:
(I) means Incomplete state. (R) means Reachable state.
(S) means Stale state. (D) means Delay state.
(P) means Probe state. (T) means Static state.
DGS-3700-12:5#
config ipv6 nd ns ipif
Purpose
Used to configure the NS retransmit time of a specified interface.
Syntax
config ipv6 nd ns ipif <ipif_name 12> retrans_time <uint 0-4294967295>
Description
This command will configure the parameters for Neighbor Solicitation
messages sent from the switch. These messages are used to detect IPv6
neighbors on the switch.
Parameters
<ipif_name 12>
- Specify the name of the interface.
retrans_time
- Specify the neighbor solicitation’s retransmit timer in milliseconds.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure the retrans time of a configured IP interface:
DGS-3700-12:5#config ipv6 nd ns ipif System retrans_time 1000000
Command: config ipv6 nd ns ipif System retrans_time 1000000
Success.
DGS-3700-12:5#
show ipv6 nd
Purpose
Used to display the Neighbor Discover configurations.
Syntax
show ipv6 nd {ipif <ipif_name 12>}
Description
This command is used to show information regarding the IPv6 Neighbor
Detection function of the switch. Users may specify an IP interface for which to view
this information.
Parameters
<ipif_name 12>
– Enter the IP interface of the IPv6 interface for which to
view this information. Omitting this parameter will display all information
regarding neighbor detection currently set on the switch.
Restrictions
Only Administrator-level users can issue this command.