Technical References

lease6 list [-duid=<client-id>]
[-lookup-key=<lookup-key> [-blob|-string]]
[-macaddr=<mac-addr>] [-cm-macaddr=<mac-addr>]
[-vpn=<vpn-name>] [-count-only]
lease6 [<vpn-name>/]<ipv6-address> [show]
lease6 [<vpn-name>/]<ipv6-address> get <attribute>
lease6 [<vpn-name>/]<ipv6-address> activate
lease6 [<vpn-name>/]<ipv6-address> deactivate
lease6 [<vpn-name>/]<ipv6-address> force-available
lease6 [<vpn-name>/]<ipv6-address> reconfigure
[renew|rebind|information-request] [-unicast|-via-relay]
Description
The lease6 command lets you view and manipulate the current DHCPv6
leases in the cluster.
When you specify the lease on which one of these commands is to
operate, you may optionally specify a <vpn-name> in which the
<ipv6-address> is to be found. Specify the name of a currently
defined vpn as the <vpn-name>; or use the reserved vpn name
"global" (without the quotation marks) to specify the operation
on leases which are not in any explicitly defined VPN. If you do not
specify a vpn-name, the current VPN of the session is used.
lease6 list [-duid=<client-id>]
[-lookup-key=<lookup-key> [-blob|-string]]
[-macaddr=<mac-addr>] [-cm-macaddr=<mac-addr>]
[-vpn=<vpn-name>] [-count-only]
The list command lists DHCPv6 leases in the DHCP server. Only
the leases in the current VPN or specified vpn-name are listed.
The vpn-name may be "all" (without the quotation marks) to
request leases in all VPNs. If -count-only is specified, only
the count of the number of leases is returned (no leases are
displayed). If a filter (-duid, -lookup-key, -macaddr, or
-cm-macaddr) is specified, only the leases matching the filter
are displayed.
lease6 [<vpn-name>/]<ipv6-address> activate
lease6 [<vpn-name>/]<ipv6-address> deactivate
The activate and deactivate commands tell the DHCP server to make
the specified lease active or inactive. An inactive lease is not
given out, even if it is in the available state. Making a currently
leased lease inactive will not affect its behavior until it has
expired and become available again.
lease6 [<vpn-name>/]<ipv6-address> force-available
The force-available command forces the specified lease into the
available state.
lease6 [<vpn-name>/]<ipv6-address> reconfigure
The reconfigure command initiates sending the client a Reconfigure
message (if the client and server negotiated to allow reconfigure).
Examples