199Figure 75 Network diagramConfiguration procedure1. Configure Router A:# Configure a global unicast address for interface Ethernet 1/1. system-view[RouterA] interface ethernet 1/1[RouterA-Ethernet1/1] ipv6 address 3001::1/64[RouterA-Ethernet1/1] quit# Configure a global unicast address for interface Ethernet 1/2 and enable it to advertise RAmessages (an interface does not 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] quit2. Configure Router B:# Configure a global unicast address for interface Ethernet 1/1. system-view[RouterB] interface ethernet 1/1[RouterB-Ethernet1/1] ipv6 address 3001::2/64[RouterB-Ethernet1/1] quit# Configure an IPv6 static route to the host.[RouterB] ipv6 route-static 2001:: 64 3001::13. Configure the host:Enable IPv6 on the host to automatically obtain an IPv6 address through IPv6 ND.# Display neighbor information for Ethernet 1/2 on Router A.[RouterA] display ipv6 neighbors interface ethernet 1/2Type: S-Static D-Dynamic I-InvalidIPv6 Address Link Layer VID Interface State T AgeFE80::215:E9FF:FEA6:7D14 0015-e9a6-7d14 N/A Eth1/2 STALE D 12382001::15B:E0EA:3524:E791 0015-e9a6-7d14 N/A Eth1/2 STALE D 1248The output shows that the IPv6 global unicast address that the host obtained is2001::15B:E0EA:3524:E791.Verifying the configuration# Display IPv6 interface information on Router A.[RouterA] display ipv6 interface ethernet 1/1Ethernet1/1 current state: UPLine protocol current state: UPRouter A Router BEth1/13001::1/64Eth1/13001::2/64Eth1/22001::1/64Host