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

request security user-identification local-authentication-table delete

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
request security user-identification local-authentication-table delete ip-address | user-name

Description

This command removes an entry from the local authentication table. You can identify the entry by IP address or user-name. To change the user name of an entry or to remove or change entries in a role list, you must delete the existing entry and create a new one.

Options

ip-address—The IP address of the entry to be deleted.

user-name—The user name of the entry to be deleted. To change the user name of an entry, you must delete the old entry and create a new one.

Required Privilege Level

maintenance

Output Fields

The specified show command verifies the table content before and after an entry has been deleted from the local authentication table.

Sample Output

command-name

content_copy zoom_out_map
user@host> show security user-identification local-authentication-table all             
Total entries: 2
    Ip-address: 192.0.2.1
    Username: user1
    Roles: role1
  
    Ip-address: 203.0.113.2
    Username: user2
    Roles: role2, role3, role1

user@host> request security user-identification local-authentication-table delete 203.0.113.2             
user@host> show security user-identification local-authentication-table all             
Total entries: 1
    Ip-address: 192.0.2.1
    Username: user1
    Roles: role1
  

Release Information

Command introduced in Junos OS Release 12.1.

footer-navigation