R2511-HP MSR Router Series Layer 3 - IP Services Configuration Guide(V5)
282
Task Command Remarks
Clear the statistics of IPv6 and
ICMPv6 packets.
reset ipv6 statistics
Available in user
view.
Clear all IPv6 TCP connection
statistics.
reset tcp ipv6 statistics
Available in user
view.
Clear the statistics of all IPv6
UDP packets.
reset udp ipv6 statistics
Available in user
view.
IPv6 basics configuration example
Network requirements
As shown in Figure 111, a host, Router A and Router B are connected through Ethernet interfaces.
Configure IPv6 addresses for the interfaces and verify that they are connected.
Enable IPv6 on the host to automatically obtain an IPv6 address through IPv6 ND.
Figure 111 Network diagram
Configuration procedure
1. Configure Router A:
# Enable IPv6.
<RouterA> system-view
[RouterA] ipv6
# Assign a global unicast address for interface Ethernet 1/1.
[RouterA] interface ethernet 1/1
[RouterA-Ethernet1/1] ipv6 address 3001::1/64
[RouterA-Ethernet1/1] quit
# Assign a global unicast addresses for interface Ethernet 1/2 and allow it to advertise RA
messages (no interface advertises RA messages by default).
[RouterA] interface ethernet 1/2
[RouterA-Ethernet1/2] ipv6 address 2001::1/64
[RouterA-Ethernet1/2] undo ipv6 nd ra halt
[RouterA-Ethernet1/2] quit
2. Configure Router B:
# Enable IPv6.
<RouterB> system-view
[RouterB] ipv6
# Assign a global unicast address for interface Ethernet 1/1.
[RouterB] interface ethernet 1/1










