The display engine ipv6 session table command displays the details about the IPv6 session table of an engine.
display engine ipv6 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 hexadecimal 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 hexadecimal 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 IPv6 session table of an engine.
<sysname> display engine ipv6 session table verbose
VSys:0 Vpn:0 Thread:0 TCP 133:0:0:0:0:0:0:24:32777-->134:0:0:0:0:0:0:24:80 ttl:10 left-time:5 app:(322,HTTP)
Item |
Description |
|---|---|
VSys |
Name of a virtual system |
Vpn |
Name of a VPN instance |
Thread |
Thread ID |
UDP |
UDP |
TCP |
TCP |
133:0:0:0:0:0:0:24:32777-->134:0:0:0:0:0:0:24:80 |
Source address (133:0:0:0:0:0:0:24), source port (32777), destination address (134:0:0:0:0:0:0:24), and destination port (80) |
ttl |
Aging time of a session |
left-time |
Remaining aging time of a session |
app:(322,HTTP) |
Port number (322) and protocol (HTTP) of the application |