clear aaa kerberos
To clear Kerberos information, use the clear aaa kerberos command in privileged EXEC mode.
clear aaa kerberos { tickets [ username user ] | keytab }
Syntax Description
|
keytab |
Clears the Kerberos keytab file. |
|
tickets [username user ] |
Clears Kerberos ticket information. All tickets are cleared unless you include the username keyword, which specifies the user whose ticket you want to clear. |
Command Default
No defaults.
Command Modes
The following table shows the modes in which you can enter the command:
|
Command Mode |
Firewall Mode |
Security Context |
|||
|---|---|---|---|---|---|
|
Routed |
Transparent |
Single |
Multiple |
||
|
Context |
System |
||||
|
Privileged EXEC |
|
— |
|
|
— |
Command History
|
Release |
Modification |
|---|---|
|
8.4(1) |
This command was added. |
|
9.8(4) |
The keytab keyword was added. |
Examples
The following example shows how to clear all Kerberos tickets.
ciscoasa# clear aaa kerberos tickets
Proceed with deleting kerberos tickets? [confirm] y
The following example shows how to display, and then clear, the Kerberos keytab file.
ciscoasa# show aaa kerberos keytab
Principal: host/asa2@BXB-WIN2016.EXAMPLE.COM
Key version: 10
Key type: arcfour (23)
ciscoasa# clear aaa kerberos keytab
ciscoasa# show aaa kerberos keytab
No keys found
ciscoasa#

Feedback