The display engine session table command displays the details about the IPv4 session table of an engine.
display engine session table [ all-systems | vsys vsys-name ] [ application application-name | destination-ip destination-ip-address | destination-port destination-port-number | protocol { tcp | udp } | source-ip source-ip-address | source-port source-port-number ] * [ verbose ] [ slot slot-id cpu cpu-id [ thread thread-id ] ]
| Parameter | Description | Value |
|---|---|---|
all-systems |
Indicates all systems. |
- |
vsys vsys-name |
Specifies a virtual system name. |
The value is a case-insensitive string of 1 to 31 characters starting with a letter, and cannot contain spaces, "@", "_", or "-". |
application application-name |
Specifies an application name. |
- |
destination-ip destination-ip-address |
Indicates a destination IP address. |
The value is in dotted decimal notation. |
destination-port destination-port-number |
Indicates a destination port. |
The value is an integer that ranges from 0 to 65535. |
protocol |
Specifies the protocol in a session table. |
- |
tcp |
Indicates a TCP session. |
- |
udp |
Indicates a UDP session. |
- |
source-ip source-ip-address |
Indicates a source IP address. |
The value is in dotted decimal notation. |
source-port source-port-number |
Indicates a source port. |
The value is an integer that ranges from 0 to 65535. |
verbose |
Displays session details. |
- |
slot slot-id |
Specifies the slot ID of the SPU. Only the USG6635E/6655E, USG6680E and USG6712E/6716E support this parameter. |
- |
cpu cpu-id |
Specifies the CPU ID. Only the USG6635E/6655E, USG6680E and USG6712E/6716E support this parameter. |
- |
thread thread-id |
Indicates a thread ID. |
- |
In a virtual system, you can view only the session statistics of the virtual system. The session information of the specified virtual system or all systems can be viewed only in the root system.
# Display details about the IPv4 session table of an engine.
<sysname> display engine session table verbose
VSys:0 Vpn:0 Thread:0 UDP 10.0.0.1:80-->10.0.0.2:132 ttl:20 left-time:132 app: (45,QQ)
Item |
Description |
|---|---|
VSys |
Name of a virtual system |
Vpn |
Name of a VPN instance |
Thread |
Thread ID |
UDP |
UDP |
TCP |
TCP |
10.0.0.1:80-->10.0.0.2:132 |
Source address (10.0.0.1), source port (80), destination address (10.0.0.2), and destination port (132) |
ttl |
Aging time of a session |
left-time |
Remaining aging time of a session |
app: (45,QQ) |
Port number (45) and protocol (QQ) of the application |