vsx stat

Description

Shows status information for VSX Gateway.

Syntax

vsx stat [-l] [-v] [<VSID>]

Important - On Scalable Platforms (Maestro and Chassis), you must run the applicable commands in the Expert mode on the applicable Security Group.

Parameters

Parameter

Description

-l

Shows a list of all Virtual Devices and their applicable information.

-v

Shows a summary table with all Virtual Devices.

<VSID>

Specifies a Virtual Device by its ID.

Return Values

  • 0 (zero) indicates that the command executed successfully.

  • Any other value indicates an error.

Example 1 - Show a summary table with all Virtual Devices.

[Expert@MyVsxGW:2]# vsx stat -v
VSX Gateway Status
==================
Name:            VSX1_192.168.3.241
Access Control Policy: VSX_Cluster_VSX
Installed at:    20Sep2019 22:06:33
Threat Prevention Policy: <No Policy> 
SIC Status:      Trust
 
Number of Virtual Systems allowed by license:          25
Virtual Systems [active / configured]:                  2 / 2
Virtual Routers and Switches [active / configured]:     0 / 0
Total connections [current / limit]:                    5 / 44700
 
Virtual Devices Status
======================
 
 ID  | Type & Name | Access Control Policy | Installed at    | Threat Prevention Policy | SIC Stat
-----+-------------+-----------------------+-----------------+--------------------------+---------
   1 | S VS1       | VS_Policy             | 20Sep2019 22:07 | <No Policy>              | Trust
   2 | S VS2       | VS_Policy             | 20Sep2019 22:07 | <No Policy>              | Trust
 
Type: S - Virtual System, B - Virtual System in Bridge mode,
      R - Virtual Router, W - Virtual Switch.
 
[Expert@MyVsxGW:2]#

Example 2 - Show a list of all Virtual Devices and their applicable information.

[Expert@MyVsxGW:2]# vsx stat -l
 
VSID:            0
VRID:            0
Type:            VSX Gateway
Name:            VSX1_192.168.3.241
Security Policy: VSX_Cluster_VSX
Installed at:    20Sep2019 22:06:33
SIC Status:      Trust
Connections number: 5
Connections peak:   43
Connections limit:  14900
 
VSID:            1
VRID:            1
Type:            Virtual System
Name:            VS1
Security Policy: VS_Policy
Installed at:    20Sep2019 22:07:03
SIC Status:      Trust
Connections number: 0
Connections peak:   3
Connections limit:  14900
 
VSID:            2
VRID:            2
Type:            Virtual System
Name:            VS2
Security Policy: VS_Policy
Installed at:    20Sep2019 22:07:01
SIC Status:      Trust
Connections number: 0
Connections peak:   2
Connections limit:  14900
[Expert@MyVsxGW:2]#

Example 3 - Shows the information for the specified Virtual Device

[Expert@MyVsxGW:2]# vsx stat 2
 
VSID:            2
VRID:            2
Type:            Virtual System
Name:            VS2
Security Policy: VS_Policy
Installed at:    20Sep2019 22:07:01
SIC Status:      Trust
Connections number: 0
Connections peak:   2
Connections limit:  14900
[Expert@MyVsxGW:2]#