Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents

show security flow tunnel inspection statistics

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security flow tunnel-inspection statistics

Description

Required Privilege Level

Output Fields

Table 1: show security flow tunnel-inspection statistics Output Fields
Field Name Field Description

Tunnel inspection type

Tunnel inspection type. Displays VXLAN for VXLAN tunnel traffic

overlay session active

Number of active overlay sessions

overlay session create

Number of overlay sessions created

overlay session close

Number of overlay sessions closed

underlay session active

Number of active underlay sessions

underlay session create

Number of underlay sessions created

underlay session close

Number of underlay sessions closed

input packets

Total number of input packets

input bytes

Total number of input Bytes

output packets

Total number of output packets

output bytes

Total number of output bytes

bypass packets

Number of packets bypassing security policy

bypass bytes

Number of packets bypassing security policy

Sample Output

show security flow tunnel-inspection statistics

content_copy zoom_out_map
user@host> show security flow tunnel-inspection statistics
content_copy zoom_out_map
Flow Tunnel-inspection statistics:
  Tunnel-inspection type VXLAN:
    overlay session active:             0
    overlay session create:             275
    overlay session close:              275
    underlay session active:            0
    underlay session create:            615
    underlay session close:             615
    input packets:            0
    input bytes:              0
    output packets:           0
    output bytes:             0
    bypass packets:           0
    bypass bytes:             0

Release Information

Command introduced in Junos OS Release 21.1R1.

footer-navigation