show dhcpv6 server lockout-entries
Syntax
show dhcpv6 server lockout-entries (all | index index)
Description
Display information about all client entries or detailed information about a specific client entry in the DHCPv6 local server lockout database.
Options
all | Display all client entries in the lockout database. |
index index | Display detailed information for the specified client. |
Required Privilege Level
view
Output Fields
Table 1 lists the output fields for the show dhcpv6 server lockout-entries
command. Output fields are listed in the approximate order in which they appear.
Field Name |
Field Description |
Level of Output |
---|---|---|
|
Number identifying a specific entry in the lockout database. |
|
|
DUID identifying the client in the lockout database. |
|
|
Type of lockout period for the entry:
|
|
|
Number of seconds until the current lockout period expires. |
|
|
Number of seconds since the current lockout or grace timer started. |
|
|
Number of consecutive times the client has been locked out. |
|
|
Date and time when the current lockout period ends. |
|
|
Number of seconds until the current period expires. |
|
|
Number of consecutive times client has been locked out. |
|
|
Duration of the next lockout period for this client. |
|
|
Minimum duration for a lockout period; the initial lockout time. |
|
|
Reason for the current lockout. The possible values are internal jdhcpd error codes. These values are provided for debugging by Juniper Networks technical support. |
|
Sample Output
- show dhcpv6 server lockout-entries (All Entries)
- show dhcpv6 server lockout-entries (Specific Entry)
show dhcpv6 server lockout-entries (All Entries)
user@host> show dhcpv6 server lockout-entries all Index Key State Expires(s) Elapsed(s) Count 1 00:00:5E:00:53:00 Lockout 30 5200 2 2 00:00:5E:00:53:11 Grace 120 780 2 3 00:00:5E:00:53:22 Lockout 180 2300 1
show dhcpv6 server lockout-entries (Specific Entry)
user@host> show dhcpv6 server lockout-entries index 2 Index: 2 Key: default/00 01 00 01 5a bc e1 7b 00 10 94 00 00 06/ State: Lockout Expires: 2018-03-29 19:06:17 IST Expires in: 87 Lockout count: 1 Next lockout time: 200 Min lockout time: 100 Lockout reason: 181
Release Information
Command introduced in Junos OS Release 18.2R1.