display ipv6 dhcp pool

Syntax

display ipv6 dhcp pool [ pool-number ] [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

pool-number: Displays the details about the address pool specified by the pool number. If no pool number is specified, this command displays all address pool information.

|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration Guide.

begin: Displays the first line that matches the specified regular expression and all lines that follow.

exclude: Displays all lines that do not match the specified regular expression.

include: Displays all lines that match the specified regular expression.

regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.

Description

Use display ipv6 dhcp pool to display DHCPv6 address pool information.

Examples

# Display all address pool information.

<Sysname> display ipv6 dhcp pool
Pool            Prefix-pool
1               1
2               Not configured

Table 42: Command output

Field

Description

Pool

DHCPv6 address pool number.

Prefix-pool

Prefix pool referenced by the address pool. If no referenced prefix pool is specified, this field displays Not configured.

# Display detailed information about a specific address pool.

<Sysname> display ipv6 dhcp pool 1
DHCPv6 pool: 1
  Static bindings:
    DUID: 0003000100E0FC000001
    IAID: 0000003F
    Prefix: 2::/64
      preferred lifetime 604800, valid lifetime 2592000
  Prefix pool: 1
    preferred lifetime 201600, valid lifetime 864000
  DNS server address:
    2::2
    2::3
  Domain name: aaa.com
  SIP server address:
    5::1
  SIP server domain name:
    bbb.com

Table 43: Command output

Field

Description

DHCPv6 pool

DHCPv6 address pool number.

Static bindings

Static prefix information configured in the address pool. If no static prefix is configured, this field is not displayed.

DUID

Client DUID.

IAID

Client IAID. If the IAID is not configured, this field displays Not configured.

Prefix

IPv6 address prefix.

preferred lifetime

Preferred lifetime of the prefix, in seconds.

valid lifetime

Valid lifetime of the prefix, in seconds.

Prefix Pool

Prefix pool referenced by the address pool. If no prefix pool is referenced, this field is not displayed.

DNS server address

DNS server address. If no DNS server address is configured, this field is not displayed.

Domain name

Domain name. If no domain name is configured, this field is not displayed.

SIP server address

SIP server address. If no SIP server address is configured, this field is not displayed.

SIP server domain name

Domain name of the SIP server. If no domain name of the SIP server is configured, this field is not displayed.