display ipv6 dhcp pool
Use display ipv6 dhcp pool to display information about a DHCPv6 address pool.
Syntax
display ipv6 dhcp pool [ pool-name | vpn-instance vpn-instance-name ]
Views
Any view
Predefined user roles
network-admin
network-operator
mdc-admin
mdc-operator
Parameters
pool-name: Displays information about the specified DHCPv6 address pool. The pool name is a case-insensitive string of 1 to 63 characters. If you do not specify a DHCPv6 address pool, this command displays information about all DHCPv6 address pools.
vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, this command displays information about DHCPv6 address pools for the public network.
Examples
# Display information about DHCPv6 address pool 1.
<Sysname> display ipv6 dhcp pool 1 DHCPv6 pool: 1 Network: 3FFE:501:FFFF:100::/64 Preferred lifetime 604800, valid lifetime 2592000 Prefix pool: 1 Preferred lifetime 24000, valid lifetime 36000 Addresses: Range: from 3FFE:501:FFFF:100::1 to 3FFE:501:FFFF:100::99 Preferred lifetime 70480, valid lifetime 200000 Total address number: 153 Available: 153 In-use: 0 Temporary addresses: Range: from 3FFE:501:FFFF:100::200 to 3FFE:501:FFFF:100::210 Preferred lifetime 60480, valid lifetime 259200 Total address number: 17 Available: 17 In-use: 0 Static bindings: DUID: 0003000100e0fc000001 IAID: 0000003f Prefix: 3FFE:501:FFFF:200::/64 Preferred lifetime 604800, valid lifetime 2592000 DUID: 0003000100e0fc00cff1 IAID: 00000001 Address: 3FFE:501:FFFF:2001::1/64 Preferred lifetime 604800, valid lifetime 2592000 DNS server addresses: 2::2 Domain name: aaa.com SIP server addresses: 5::1 SIP server domain names: bbb.com
# Display information about DHCPv6 address pool 1.
<Sysname> display ipv6 dhcp pool 1 DHCPv6 pool: 1 Network: Not-available Preferred lifetime 604800, valid lifetime 2592000
# Display information about DHCPv6 address pool 1.
<Sysname> display ipv6 dhcp pool 1 DHCPv6 pool: 1 Network: 1::/64(Zombie) Preferred lifetime 604800, valid lifetime 2592000
Table 59: Command output
Field | Description |
---|---|
DHCPv6 pool | Name of the DHCPv6 address pool. |
Network | IPv6 subnet for dynamic IPv6 address allocation. If the subnet prefix is ineffective, this field displays Not-available. If the subnet prefix becomes ineffective after a configuration recovery (for example, a switchover from the backup to the master), the prefix is marked (Zombie). |
Prefix pool | Prefix pool referenced by the address pool. |
Preferred lifetime | Preferred lifetime in seconds. |
valid lifetime | Valid lifetime in seconds. |
Addresses | Non-temporary IPv6 address range. |
Range | IPv6 address range for dynamic allocation. |
Total address number | Total number of IPv6 addresses. |
Available | Total number of available IPv6 addresses. |
In-use | Total number of assigned IPv6 addresses. |
Temporary addresses | Temporary IPv6 address range for dynamic allocation. |
Static bindings | Static bindings configured in the address pool. |
DUID | Client DUID. |
IAID | Client IAID. If no IAID is configured, this field displays Not configured. |
Prefix | IPv6 address prefix. |
Address | Static IPv6 address. |
DNS server addresses | DNS server address. |
Domain name | Domain name. |
SIP server addresses | SIP server address. |
SIP server domain names | Domain name of the SIP server. |