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 security group-vpn member ipsec inactive-tunnels

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show security group-vpn member ipsec inactive-tunnels <brief> <detail> <group-id group-id>

Description

Show inactive Group VPNs. Group VPNv2 is supported on SRX300, SRX320, SRX340, SRX345, SRX550HM, SRX1500, SRX4100, SRX4200, and SRX4600 Series Firewalls and vSRX Virtual Firewall instances.

Options

none

Display information for all groups.

brief

(Optional) Display summary output.

detail

(Optional) Display detailed output.

group-id group-id

(Optional) Display information for the specified group identifier.

Required Privilege Level

view

Output Fields

Table 1 lists the output fields for the show security group-vpn member ipsec inactive-tunnels command. Output fields are listed in the approximate order in which they appear.

Table 1: show security group-vpn member ipsec inactive-tunnels Output Fields

Field Name

Field Description

Server

Server on which group member is registered.

Port

UDP port number.

GId

Group identifier.

lsys

Logical system.

Reason

Reason that the tunnel is inactive:

  • The tunnel was cleared through the CLI.

  • The hard lifetime has expired.

  • There are too many TEKs.

  • There was a configuration change.

  • There was an SA installation error.

  • The TEK is stale.

  • The tunnel was deleted from the server.

Virtual-system

Logical system name.

Group VPN Name

Name of the Group VPN.

Local Gateway

IP address of the local IKE gateway.

GDOI Server

IP address of the group server.

Group Id

Group identifier.

Recovery Probe

Status of the recovery probe, either enabled or disabled (default).

DF-bit

Fragmentation of IPsec traffic on the group member—clear (default), copy, or set.

Stats

Statistics for GDOI groupkey-pull and groupkey-push exchanges, server failovers, deletes received, number of times the maximum number of keys and policies were exceeded, and the number of unsupported algorithms received.

Down Reason

Reason that the tunnel is inactive:

  • The tunnel was cleared through the CLI.

  • The hard lifetime has expired.

  • There are too many TEKs.

  • There was a configuration change.

  • There was an SA installation error.

  • The TEK is stale.

  • The tunnel was deleted from the server.

  • The tunnel is not initiated.

Sample Output

show security group-vpn member ipsec inactive-tunnels

content_copy zoom_out_map
user@host> show security group-vpn member ipsec inactive-tunnels
  Total inactive tunnels: 1
  Server           Port  GId lsys  Reason
  192.168.1.50       848   1000 root uninitiated 

show security group-vpn member ipsec inactive-tunnels detail

content_copy zoom_out_map
user@host> show security group-vpn member ipsec inactive-tunnels detail
  Virtual-system: root Group VPN Name: group1000
  Local Gateway: 192.168.1.101, GDOI Server: 192.168.1.50
  Group Id: 1000
  Recovery Probe: Disabled
  DF-bit: clear
  Stats:
      Pull Succeeded             :   0
      Pull Failed                :   8841
      Pull Timeout               :   7996
      Pull Aborted               :   0
      Push Succeeded             :   0
      Push Failed                :   0
      Server Failover            :   0
      Delete Received            :   0
      Exceed Maximum Keys(4)     :   0
      Exceed Maximum Policies(10):   0
      Unsupported Algo           :   0
  Down Reason: uninitiated

Release Information

Command introduced in Junos OS Release 15.1X49-D30.

footer-navigation