display ipv6 dhcp server statistics

Use display ipv6 dhcp server statistics to display DHCPv6 packet statistics on the DHCPv6 server.

Syntax

display ipv6 dhcp server statistics [ pool pool-name | vpn-instance vpn-instance-name ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

pool pool-name: Displays DHCPv6 packet statistics for the DHCPv6 address pool specified by its name, a case-insensitive string of 1 to 63 characters. If you do not specify an address pool, this command displays DHCPv6 packet statistics for all address pools.

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, this command displays DHCPv6 server statistics for the public network.

Examples

# Display all DHCPv6 packet statistics on the DHCPv6 server.

<Sysname> display ipv6 dhcp server statistics
Bindings:
    Ip-in-use                 :  1
    Pd-in-use                 :  0
    Expired                   :  0
Conflict                      :  0
Packets received              :  1
    Solicit                   :  1
    Request                   :  0
    Confirm                   :  0
    Renew                     :  0
    Rebind                    :  0
    Release                   :  0
    Decline                   :  0
    Information-request       :  0
    Relay-forward             :  0
Packets dropped               :  0
Packets sent                  :  0
    Advertise                 :  0
    Reconfigure               :  0
    Reply                     :  0
    Relay-reply               :  0

Table 67: Command output

Field

Description

Bindings

Number of bindings:

  • Ip-in-use—Total number of address bindings.

  • Pd-in-use—Total number of prefix bindings.

  • Expired—Total number of expired address bindings.

Conflict

Total number of conflicted addresses. If statistics about an address pool are displayed, this field is not displayed.

Packets received

Number of messages received by the DHCPv6 server. The message types include:

  • Solicit.

  • Request.

  • Confirm.

  • Renew.

  • Rebind.

  • Release.

  • Decline.

  • Information-request.

  • Relay-forward.

If statistics about an address pool are displayed, this field is not displayed.

Packets dropped

Number of packets discarded. If statistics about an address pool are displayed, this field is not displayed.

Packets sent

Number of messages sent by the DHCPv6 server. The message types include:

  • Advertise.

  • Reconfigure.

  • Reply.

  • Relay-reply.

If statistics about an address pool are displayed, this field is not displayed.

Related commands

reset ipv6 dhcp server statistics