display ipv6 dhcp server statistics

Syntax

display ipv6 dhcp server statistics [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

|: Filters command output by specifying a regular expression. For more information about regular expressions, see Fundamentals Configuration 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.

Description

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

Examples

# Display packet statistics on the DHCPv6 server.

<Sysname> display ipv6 dhcp server statistics
Packets received     :  0
  SOLICIT            :  0
  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 47: Command output

Field

Description

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.

Packets dropped

Number of packets discarded.

Packets sent

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

  • ADVERTISE.

  • RECONFIGURE.

  • REPLY.

  • RELAY-REPLY.