display ipv6 dhcp prefix-pool
Syntax
display ipv6 dhcp prefix-pool [ prefix-pool-number ] [ | { begin | exclude | include } regular-expression ]
View
Any view
Default level
1: Monitor level
Parameters
prefix-pool-number: Displays details about the prefix pool specified by the prefix pool number. If no prefix pool number is specified, this command displays brief information about all prefix pools.
|: 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 prefix-pool to display prefix pool information.
Examples
# Display brief information about all prefix pools.
<Sysname> display ipv6 dhcp prefix-pool Prefix-pool Prefix Available In-use Static 1 5::/64 64 0 0
# Display details about the specified prefix pool.
<Sysname> display ipv6 dhcp prefix-pool 1 Prefix: 5::/64 Assigned length: 70 Total prefix number: 64 Available: 64 In-use: 0 Static: 0
Table 44: Command output
Field | Description |
---|---|
Prefix-pool | Prefix pool number. |
Prefix | Prefix contained in the prefix pool. |
Available | Number of idle prefixes. |
In-use | Number of assigned prefixes. |
Static | Number of static prefixes. |
Assigned length | Length of prefixes to be assigned. |
Total prefix number | Total number of prefixes. |