display ipv6 dhcp client statistics

Syntax

display ipv6 dhcp client statistics [ interface interface-type interface-number ] [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

interface interface-type interface-number: Displays the DHCPv6 client statistics of a specific interface.

|: 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 client statistics to display DHCPv6 client statistics.

With no parameters specified, DHCPv6 client statistics of all interfaces is displayed.

Related commands: reset ipv6 dhcp client statistics.

Examples

# Display DHCPv6 client statistics of VLAN-interface 2.

<Sysname> display ipv6 dhcp client statistics interface vlan-interface 2
Interface                    :  Vlan-interface2
Packets Received             :  1
         Reply               :  1
         Advertise           :  0
         Reconfigure         :  0
         Invalid             :  0
Packets Sent                 :  5
         Solicit             :  0
         Request             :  0
         Confirm             :  0
         Renew               :  0
         Rebind              :  0
         Information-request :  5
         Release             :  0
         Decline             :  0 

Table 51: Command output

Field

Description

Interface

Interface that servers as the DHCPv6 client.

Packets Received

Number of received packets.

Reply

Number of received reply packets.

Advertise

Number of received advertise packets.

Reconfigure

Number of received reconfigure packets.

Invalid

Number of invalid packets.

Packets Sent

Number of sent packets.

Solicit

Number of sent solicit packets.

Request

Number of sent request packets.

Confirm

Number of sent confirm packets.

Renew

Number of sent renew packets.

Rebind

Number of sent rebind packets.

Information-request

Number of sent information request packets.

Release

Number of sent release packets.

Decline

Number of sent decline packets.