HP VPN Firewall Appliances Network Management Command Reference
737
display ipv6 dhcp prefix-pool
Use display ipv6 dhcp prefix-pool to display prefix pool information.
Syntax
display ipv6 dhcp prefix-pool [ all | [ vpn-instance vpn-instance-name ] [ prefix-pool-number ] ] [ |
{ begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
all: Display prefix pool information for the public network and all VPNs.
vpn-instance vpn-instance-name: Displays prefix pool information for the VPN. The vpn-instance-name
argument represents an MPLS L3VPN by its name, a case-sensitive string of 1 to 31 characters. To display
prefix information for the public network, do not specify this parameter.
prefix-pool-number: Displays details about the prefix pool specified by the prefix pool number in the
range of 1 to 128. If you do not specify any prefix pool number, this command displays brief information
about all prefix pools.
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Getting Started 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.
Usage guidelines
This command does not display information about the prefix pools that are not applied to any address
pool.
Examples
# Display brief information about all prefix pools.
<Sysname> display ipv6 dhcp prefix-pool
VPN instance: Public network
Prefix-pool Prefix Available In-use Static
1 5::/64 64 0 0
# Display details 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