Monitoring IPv6 Local Pools for DHCP Prefix Delegation By All Configured Pools
Purpose
Display a summary of all the IPv6 local address pools configured on a virtual router, along with the prefix ranges in each of those pools, total number of prefixes that can be allocated to clients, and the number of prefixes that are in use by clients.
Action
To display information about all the IPv6 local address pools configured on a virtual router:
host1#show ipv6 local pool IPv6 Local Address Pools ------------------------ Pool Start End Total In Use ---------------- ------------------------- ------------------------- ------- ------- ipv6Pool-pppoa 2002:2002::/48 2002:2002:ffff::/48 65536 0 ipv6Pool-pppoe 3003:3003::/48 3003:3003:ffff::/48 65536 0 example 4004:4004::/48 4004:4004:ffff::/48 65536 16000
Meaning
Table 1 lists the show ipv6 local pool command output fields.
Table 1: show ipv6 local pool Output Fields
Field Name | Field Description |
---|---|
Pool | Names of IPv6 local address pools configured on the virtual router |
Start | Starting prefix of the range of prefixes configured in a particular pool |
End | Ending prefix of the range of prefixes configured in a particular pool |
Total | Number of prefixes available for allocation to clients from a particular pool |
In Use | Number of prefixes in a pool that are currently used by DHCPv6 clients |