display ipv6 dhcp prefix-pool
Use display ipv6 dhcp prefix-pool to display information about a prefix pool.
Syntax
display ipv6 dhcp prefix-pool [ prefix-pool-number ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
prefix-pool-number: Displays detailed information about a prefix pool specified by its number in the range of 1 to 128. If you do not specify a prefix pool, this command displays brief information about all prefix pools.
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 detailed information about prefix pool 1.
<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 55: Command output
Field | Description |
---|---|
Prefix-pool | Prefix pool number. |
Prefix | Prefix specified in the prefix pool. |
Available | Number of available prefixes. |
In-use | Number of assigned prefixes. |
Static | Number of statically bound prefixes. |
Assigned length | Length of assigned prefixes. |
Total prefix number | Number of prefixes. |