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 dynamic-flow-capture control-source

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show services dynamic-flow-capture control-source capture-group group-name   control-source source-identifier identifier
<detail | terse>

Description

(M320 Series routers and T Series routers only) Display information about the control source that makes dynamic flow capture requests to the dynamic flow capture interface.

Options

capture-group group-name

Capture group identifier.

source-identifier identifier

Control source identifier.

detail | terse

(Optional) Display the specified level of output.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show services dynamic-flow-capture control-source scommand. Output fields are listed in the approximate order in which they appear.

Table 1: show services dynamic-flow-capture control-source Output Fields

Output Field

Output Field Description

Capture group

Name of the capture group.

Control source

Name of the control source.

Criteria added, Criteria add failed

Number of criteria added or added and failed.

Active criteria

Number of active criteria.

Static criteria, Dynamic criteria

Number of static or dynamic criteria.

Control protocol requests

Total number of control protocol requests.

Requests

Number of Add, Delete, List, Refresh, and No-op control protocol requests.

Failed

Number of Add, Delete, List, Refresh, and No-op failed control protocol requests.

Add request rate

Rate of add requests.

Add request peak rate

Peak rate of add requests.

Bandwidth across all criteria

Bandwidth used by all the requests.

Total notifications

Total number of notifications sent and the number of notifications by category: Restart, Rollover, Timeout, Congestion, Congestion delete, and Dups (duplicates) dropped.

Criteria deleted

Total number of criteria deleted and the number of deleted criteria by category: Timeout idle, Timeout total, Packets, and Bytes.

Sequence number

Sequence number.

Sample Output

show services dynamic-flow-capture control-source source-identifier capture-group

content_copy zoom_out_map
user@host> show services dynamic-flow-capture control-source source-identifier cs0_cg0 capture-group cg_0
Capture group: cg_0, Control source: cs0_cg0
	Criteria added: 28, Criteria add failed: 0, Active criteria: 0, Control protocol requests: 28, 	Add request rate: 0,
	Add request peak rate: 1, Bandwidth across all criteria: 0, Total notifications: 1, Criteria deleted: 28,	Sequence number: 0

show services dynamic-flow-capture control-source ource-identifier capture-group detail

content_copy zoom_out_map
user@host> show services dynamic-flow-capture control-source source-identifier cs0_cg0 capture-group cg_0 detail
Capture group: cg_0, Control source: cs0_cg0
  Criteria added: 28, Criteria add failed: 0
  Active criteria: 0
    Static criteria: 0, Dynamic criteria: 0
  Control protocol requests: 28
                     Add        Delete          List       Refresh         No-op
    Requests          28             0             0             0             0
    Failed             0             0             0             0             0
  Add request rate: 0
  Add request peak rate: 1
  Bandwidth across all criteria: 0
  Total notifications: 1
    Restart: 1, Rollover: 0, No-op: 0, Timeout: 0, Congestion: 0, Congestion delete: 0, Dups dropped: 0
  Criteria deleted: 28
    Timeout idle: 0, Timeout total: 0, Packets: 0, Bytes: 0
  Sequence number: 0

Release Information

Command introduced in Junos OS Release 7.4.

footer-navigation