Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

clear dhcpv6 relay active-leasequery statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
clear dhcpv6 relay active-leasequery statistics
(interface interface-name | peer ipv6-address)

Description

Clear active leasequery statistics for the specified access interface or for the specified DHCPv6 active leasequery peer relay agent. The statistics for bindings sent, received, installed and failed are cleared.

Options

interface interface-name

(Optional) Clear all active leasequery statistics for a specific access interface.

peer ip-address

(Optional) Clear all active leasequery statistics for a specific peer relay agent.

Required Privilege Level

clear

Output Fields

This command produces no output.

Sample Output

show dhcp relay active-leasequery (Interface Statistics)

content_copy zoom_out_map
user@host> show dhcpv6 relay active-leasequery statistics interface ge-0/0/0.1
                
     Interface : ge-0/0/0.1
     Topology-Discover Configured           : Yes
     State                                  : Done
     Bindings Sent                          : 325
     Bindings Received                      : 150
     Bindings Installed Successfully        : 150
     Bindings Failed to install             : 0
     Last Synchronization Time              : 2019-02-28 14:11:32 IST
     ALQ Transmit Buffer count              : ffff
     Max Leasequery Transmit Rate           : 60
     Local Interface count                  : 1
     Remote Interface count                 : 1

clear dhcp relay active-leasequery statistics (Interface)

content_copy zoom_out_map
user@host> clear dhcp relay active-leasequery statistics interface ge-0/0/0.1

show dhcpv6 relay active-leasequery (Interface Statistics)

content_copy zoom_out_map
user@host> show dhcpv6 relay active-leasequery statistics interface ge-0/0/0.1
                
     Interface : ge-0/0/0.1
     Topology-Discover Configured           : Yes
     State                                  : Done
     Bindings Sent                          : 0
     Bindings Received                      : 0
     Bindings Installed Successfully        : 0
     Bindings Failed to install             : 0
     Last Synchronization Time              : 2019-02-28 14:12:10 IST
     ALQ Transmit Buffer count              : ffff
     Max Leasequery Transmit Rate           : 60
     Local Interface count                  : 1
     Remote Interface count                 : 1

Sample Output

show dhcpv6 relay active-leasequery (Peer Statistics)

content_copy zoom_out_map
user@host> show dhcpv6 relay active-leasequery statistics peer 2001:db8::fa:2

     peer : 2001:db8::fa:2
     Topology-Discover Configured           : Yes
     State                                  : Done
     Bindings Sent                          : 420
     Bindings Received                      : 220
     Bindings Installed Successfully        : 220
     Bindings Failed to install             : 0
     Last Synchronization Time              : 2019-03-22 09:15:15 IST
     ALQ Transmit Buffer count              : ffff
     Max Leasequery Transmit Rate           : 60
     Local Interface count                  : 4
     Remote Interface count                 : 4

clear dhcp relay active-leasequery statistics (Peer)

content_copy zoom_out_map
user@host> clear dhcp relay active-leasequery statistics

show dhcpv6 relay active-leasequery (Peer Statistics)

content_copy zoom_out_map
user@host> show dhcpv6 relay active-leasequery statistics peer 2001:db8::fa:2

     peer : 2001:db8::fa:2
     Topology-Discover Configured           : Yes
     State                                  : Done
     Bindings Sent                          : 0
     Bindings Received                      : 0
     Bindings Installed Successfully        : 0
     Bindings Failed to install             : 0
     Last Synchronization Time              : 2019-03-22 09:17:05 IST
     ALQ Transmit Buffer count              : ffff
     Max Leasequery Transmit Rate           : 60
     Local Interface count                  : 4
     Remote Interface count                 : 4

Release Information

Command introduced in Junos OS Release 19.2R1.

footer-navigation