show dhcp server statistics
Syntax
Release Information
Command introduced in JUNOS Release 9.0.
Description
Display extended Dynamic Host Configuration Protocol (DHCP) local server statistics.
Options
- logical-system logical-system-name
(Optional) Display information about extended DHCP local server statistics on the specified logical system. If you do not specify a logical system, statistics are displayed for the default logical system.
- routing-instance routing-instance-name
(Optional) Display information about extended DHCP local server statistics on the specified routing instance. If you do not specify a routing instance, statistics are displayed for the default routing instance.
Required Privilege Level
view
Related Topics
List of Sample Output
show dhcp server statisticsOutput Fields
Table 122 lists the output fields for the show dhcp server statistics command. Output fields are listed in the approximate order in which they appear.
Table 122: show dhcp server statistics Output Fields
Field Name | Field Description |
|---|---|
Packets dropped | Number of packets discarded by the extended DHCP local server because of errors. Only nonzero statistics appear in the Packets dropped output. When all of the Packets dropped statistics are 0 (zero), only the Total field appears.
|
Messages received | Number of DHCP messages received.
|
Messages sent | Number of DHCP messages sent.
|
Sample Output
show dhcp server statistics
user@host> show dhcp server statisticsPackets dropped:
Total 0
Messages received:
BOOTREQUEST 25
DHCPDECLINE 0
DHCPDISCOVER 10
DHCPINFORM 0
DHCPRELEASE 4
DHCPREQUEST 10
Messages sent:
BOOTREPLY 20
DHCPOFFER 10
DHCPACK 10
DHCPNAK 0
DHCPFORCERENEW 0