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 lrf rule statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services lrf rule statistics
<rule-name>

Description

Display LRF statistics for one or more LRF rules. If an LRF rule is not specified, statistics are displayed for all LRF rules.

Options

none

Display LRF statistics for all LRF rules.

rule-name

(Optional) Display LRF statistics for the specified LRF rule.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services lrf rule statistics command. Output fields are listed in the approximate order in which they appear.

Table 1: show services lrf rule statistics Output Fields

Field Name

Field Description

Interface

Name of the interface from which data records are sent to the collector.

Rule

Name of the LRF rule that caused data records to be exported to the collector.

Template

Name of the template that was used to export data records to the collector.

Templates registered

Number of templates registered with the collector.

Template registration failures

Number of template registration failures.

Collector

Name of the collector to which data records were sent.

Sessions received

Number of data sessions received for logging of data.

Sessions ignored

Number of data sessions received for logging of data that were ignored.

Sessions logged

Number of data sessions that had data records exported to the collector.

Records exported

Number of data records exported to the collector.

Record export failures

Number of data record export attempts that failed.

Sample Output

show services lrf rule statistics

content_copy zoom_out_map
user@host> show services lrf rule statistics
  LRF Rule Statistics
    Interface: ms-3/1/0
    Rule: r1
    Template: temp1
    Templates registered: 2, Template registration failures: 0
    Collector: coll1
    Sessions received: 115, Sessions ignored: 0, Sessions logged: 134
    Records exported: 134, Record export failures: 0
    

Release Information

Statement introduced in Junos OS Release 17.1.

footer-navigation