xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
367
DGS-3627:admin# show ipv6 neighbor_cache ipif System all
Command: show ipv6 neighbor_cache ipif System all
IPv6 Address: 2000::221:91FF:FE8D:4D9F
State: Reachable
MAC Address : 00-21-91-8D-4D-9F
Port : 1:31
Interface
: ipif1
VID
: 4094
IPv6 Address: 3000::100
State: Reachable
MAC Address : 00-21-91-8D-4D-9F
Port : 1:31
Interface
: ipif1
VID
: 4094
IPv6 Address: FE80::221:91FF:FE8D:4D9F
State: Reachable
MAC Address : 00-21-91-8D-4D-9F
Port : 1:31
Interface
: ipif1
VID
: 4094
Total Entries: 3
DGS-3627:admin#
config ipv6 nd ns retrans_time
Purpose
Configures the IPv6 ND neighbor solicitation retransmit time
,
which is the time between the
retransmission of neighbor solicitation messages to a neighbor, when resolving the address
or when probing the reachability of a neighbor.
Syntax
config ipv6 nd ns ipif <ipif_name 12> retrans_time <millisecond 0-4294967295>
Description
Configures the retransmit time of IPv6 ND neighbor solicitation.
Parameters
ipif_name
- The IPv6 interface name.
retrans_time
- Neighbor solicitation’s retransmit timer in milliseconds. It has the same value
as
the RA retrans_time in the config IPv6 ND RA command. If the retrans_time parameter is
configured in one of the commands, the retrans_time value in the other command will also
change so that the values in both commands are the same.
If the value user configured is less than 1000ms, Neighbor solicitation’s retransmit timer of
the device will use 1000ms instead of that value.
If the value user configured is large than 1000ms, Neighbor solicitation’s retransmit timer of
the device will use that value.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the retrans_time of IPv6 ND neighbor solicitation to be 1000000 milliseconds:
DGS-3627:admin# config ipv6 nd ns ipif Zira retrans_time 1000000
Command: config ipv6 nd ns ipif Zira retrans_time 1000000
Success.
DGS-3627:admin#
config ipv6 nd ra
Purpose
Configures router advertisement related arguments.
Syntax
config ipv6 nd ra ipif <ipif_name 12> {state [enable | disable] | life_time <sec 0-9000> |
reachable_time < millisecond 0-3600000> | retrans_time <millisecond 0-4294967295> |
hop_limit <value 0-255> | managed_flag [enable | disable] | other_config_flag [enable |
disable] | min_rtr_adv_interval <sec 3-1350> | max_rtr_adv_interval <sec 4-1800>} (1)