Verifying the configuration

# Display DHCPv6 server configuration information on VLAN-interface 2.

[Switch-Vlan-interface2] display ipv6 dhcp server interface vlan-interface 2
Using pool: 1
Preference value: 255
Allow-hint: Enabled
Rapid-commit: Enabled

# Display information about address pool 1.

[Switch-Vlan-interface2] display ipv6 dhcp pool 1
DHCPv6 pool: 1
  Static bindings:
    DUID: 00030001CA0006A40000
    IAID: A1A1A1A1
    Prefix: 2001:410:201::/48
      preferred lifetime 86400, valid lifetime 2592000
  Prefix pool: 1
    preferred lifetime 86400, valid lifetime 2592000
  DNS server address:
    2:2::3
  Domain name: aaa.com
  SIP server address:
    2:2::4
  SIP server domain name:
    bbb.com

# Display information about prefix pool 1.

[Switch-Vlan-interface2] display ipv6 dhcp prefix-pool 1
Prefix: 2001:410::/32
Assigned length: 48
Total prefix number: 65536
Available: 65535
In-use: 0
Static: 1

# After the client whose DUID is 00030001CA0006A40000 obtains an IPv6 prefix, display the PD information on the DHCPv6 server.

[Switch-Vlan-interface2] display ipv6 dhcp server pd-in-use all
Total number = 1
Prefix                                      Type      Pool Lease-expiration
2001:410:201::/48                           Static(C) 1    Jul 10 2009 19:45:01

# After the other client obtains an IPv6 prefix, display the PD information on the DHCPv6 server.

[Switch-Vlan-interface2] display ipv6 dhcp server pd-in-use all
Total number = 2
Prefix                                      Type      Pool Lease-expiration
2001:410:201::/48                           Static(C) 1    Jul 10 2009 19:45:01
2001:410::/48                               Auto(C)   1    Jul 10 2009 20:44:05