The display fragment-reassemble session table command displays packet fragment reassembly information in the IAE session table.
display fragment-reassemble session table [ source-ip source-ip-address | destination-ip destination-ip-address ]* [ slot slot-id cpu cpu-id ]
display fragment-reassemble ipv6 session table [ source-ip source-ipv6-address | destination-ip destination-ipv6-address ]* [ slot slot-id cpu cpu-id ]
| Parameter | Description | Value |
|---|---|---|
source-ip source-ip-address |
Specifies the source IP address. |
The value is in dotted decimal notation. |
destination-ip destination-ip-address |
Specifies the destination IP address. |
The value is in dotted decimal notation. |
ipv6 |
Displays IPv6 packet fragment reassembly information in the IAE session table. |
- |
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. |
- |
If the content security service is configured in the security policy for fragmented packets, the fragmented packets are sent to the IAE for processing. The IAE establishes a session and reassembles the fragmented packets. Using the display fragment-reassemble session table command, you can view the packet fragment reassembly information in the IAE session table.
# Display IPv4 packet fragment reassembly information in the IAE session table.
<sysname> display fragment-reassemble session table
VSys:0 Vpn:0 10.1.1.1-->10.2.1.1(363) ttl:5 left-time:4 frag-num:32 flags:(first 1,last 0,overflow 0,result 0)
VSys:0 Vpn:0 10.1.1.3-->10.2.1.3(363) ttl:5 left-time:3 frag-num:32 flags:(first 1,last 0,overflow 0,result 0)
Item |
Description |
|---|---|
VSys |
Name of a virtual system |
Vpn |
Name of a VPN instance |
ttl |
Aging time of a fragment session |
left-time |
Remaining aging time of a fragment session |
frag-num |
Number of fragments |
flags:(first 1,last 0,overflow 0,result 0) |
Fragment flag, which can be:
|