1932001:410:201::/48 Static(C) Jul 10 19:45:01 2009# After the other client obtains an IPv6 prefix, display the binding information on the DHCPv6 server.[Router-GigabitEthernet1/0/1] display ipv6 dhcp server pd-in-usePool: 1IPv6 prefix Type Lease expiration2001:410:201::/48 Static(C) Jul 10 19:45:01 20092001:410::/48 Auto(C) Jul 10 20:44:05 2009Example: Configuring dynamic IPv6 address assignmentNetwork configurationAs shown in Figure 61, Router A acts as a DHCPv6 server to assign IPv6 addresses to the clients onsubnets 1::1:0:0:0/96 and 1::2:0:0:0/96.On Router A, configure the IPv6 address 1::1:0:0:1/96 for GigabitEthernet 1/0/1 and 1::2:0:0:1/96 forGigabitEthernet 1/0/2. The lease duration of the addresses on subnet 1::1:0:0:0/96 is 172800seconds (two days), the valid time is 345600 seconds (four days), the domain name is aabbcc.com,and the DNS server address is 1::1:0:0:2/96. The lease duration of the addresses on subnet1::2:0:0:0/96 is 432000 seconds (five days), the valid time is 864000 seconds (ten days), the domainname is aabbcc.com, and the DNS server address is 1::2:0:0:2/96.Figure 61 Network diagramProcedure1. Configure the interfaces on the DHCPv6 server:# Specify an IPv6 address for GigabitEthernet 1/0/1. system-view[RouterA] interface gigabitethernet 1/0/1[RouterA-GigabitEthernet1/0/1] ipv6 address 1::1:0:0:1/96# Disable RA message suppression on GigabitEthernet 1/0/1.[RouterA-GigabitEthernet1/0/1] undo ipv6 nd ra halt# Set the M flag to 1 in RA advertisements to be sent on GigabitEthernet 1/0/1. Hosts thatreceive the advertisements will obtain IPv6 addresses through DHCPv6.[RouterA-GigabitEthernet1/0/1] ipv6 nd autoconfig managed-address-flag# Set the O flag to 1 in RA advertisements to be sent on GigabitEthernet 1/0/1. Hosts thatreceive the advertisements will obtain information other than IPv6 address through DHCPv6.[RouterA-GigabitEthernet1/0/1] ipv6 nd autoconfig other-flag[RouterA-GigabitEthernet1/0/1] quit