clear dhcpv6 server lockout-entries
Syntax
clear dhcpv6 server lockout-entries (all | index index)
Description
Clear all client entries from the DHCPv6 local server lockout database or only the specified entries. The lockout is terminated for all affected client sessions. The lockout history for these clients is also cleared. The clients that were locked out are allowed to attempt to log in. Any subsequent short-cycle event results in a new lockout, with the initial lockout period at the low end of the range.
Options
all | Clear all client entries from the lockout database. |
index index | Number identifying a client entry to be cleared from the lockout database. You can view the index numbers associated with all clients by issuing the |
Required Privilege Level
view
Output Fields
See show dhcpv6 server lockout-entries for an explanation of the output fields.
Sample Output
- clear dhcpv6 server lockout-entries (Specific Lockout Entry)
- clear dhcpv6 server lockout-entries (All Lockout Entries)
clear dhcpv6 server lockout-entries (Specific Lockout Entry)
The following sample output displays the lockout entries in the database before and after clear dhcpv6 server lockout-entries
command is issued for a specific entry.
user@host> show dhcpv6 server lockout-entries all Index Key State Expires(s) Elapsed(s) Count 1 00:00:5E:00:53:00 LT 30 5200 2 2 00:00:5E:00:53:11 GT 120 780 2 3 00:00:5E:00:53:22 LT 180 2300 1 user@host> clear dhcpv6 server lockout-entries index 2 user@host> show dhcpv6 server lockout-entries all Index Key State Expires(s) Elapsed(s) Count 1 00:00:5E:00:53:00 LT 30 5200 2 3 00:00:5E:00:53:22 LT 180 2300 1
clear dhcpv6 server lockout-entries (All Lockout Entries)
The following sample output displays the lockout entries in the database before and after clear dhcpv6 server lockout-entries
command is issued for 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 LT 30 5200 2 2 00:00:5E:00:53:11 GT 120 780 2 3 00:00:5E:00:53:22 LT 180 2300 1 user@host> clear dhcpv6 server lockout-entries all user@host> show dhcpv6 server lockout-entries all
Release Information
Command introduced in Junos OS Release 18.2R1.