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

show services application-identification entries

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services application-identification entries (detail | filter)

Description

Displays detailed information or filtered information about a specified application signature or group signature, detailed information about all application signatures or application group signatures. Used to Support and improve the J-Web search mechanism and to search the applications easily.

Options

detail

Displays detailed information for all application signatures or application group signatures.

filter

Displays filtered information about a specified application signatures or application group signatures. Apply filter details like the show services application-identification entries filter type application limit 1 offset 5 command. Similarly, any combination from allowed filters can be used.

category-list

Displays the list of categories of available application signatures or application group signatures.

subcategory-list

Displays the list of subcategories of available application signatures or application group signatures.

Required Privilege Level

view

Output Fields

The below table lists the output fields for the show services application-identification entries command.

Table 1: show services application-identification entries Output Fields

Field Name

Field Description

Entry-name

Entry by name of the application or the group.

Entry Type

Type the application name or the group name to filter by application or group entry.

Entry Category

Entry by entry category name.

Entry Subcategory

Entry by subcategory name of the application.

Entry Risk

Entry risk. ID numbers 1 to 5. The default value is -1 when the risk is not configured.

Entry Characteristic

Entry by entry characteristic name.

Entry Status

Entry status enabled or disabled.

Entry Predefined

Entry by predefined or custom entry.

Total Entries

Number of entries in the application or group.

Sample Output

show services application-identification entries detail

content_copy zoom_out_map
user@host> show services application-identification entries detail
Entry Name: c1
Entry Type: application
Entry Category: (null)
Entry Subcategory: (null)
Entry Risk: -1
Entry Characteristic: (null)
Entry Status: enabled
Entry Predefined: custom
Total Entries: 1

show services application-identification entries filter

content_copy zoom_out_map
user@host> show services application-identification entries filter type application limit 1 offset 5
Entry Name: junos:104COM
Entry Type: application
Entry Category: Web
Entry Subcategory: miscellaneous
Entry Risk: 2
Entry Status: enabled
Entry Predefined: predefined
Total Entries: 1

Release Information

Command introduced in Junos OS Release 18.4R1.

The category-list and subcategory-list options are introduced in the Junos OS Release 19.1R1.

footer-navigation