< Home

display stream-reassemble configuration

Function

The display stream-reassemble configuration command displays the global TCP stream reassembly configuration.

Format

display stream-reassemble configuration [ slot slot-id cpu cpu-id ]

Parameters

Parameter Description Value

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.

-

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

None

Example

# Display the global TCP stream reassembly configuration.

<sysname> display stream-reassemble configuration
Stream Reassembly Configuration:                                                
------------------------------------------------------------                    
  enable                : on                                                    
  overflow-mode         : forward                                               
  overlap-mode          : preserve                                              
  session-cache(KB)     : 128                                                   
  total-cache(packets)  : 50000
  timestamp-check       : false                                                 
  tcp-option check      : false                                                 
  defense-check         : on                                                    
  session-timeout(s)    : 10                                                    
  enhanced-mode         : off                                                   
------------------------------------------------------------                    
Table 1 Description of the display stream-reassemble configuration command output

Item

Description

enable

Indicates the state of the TCP stream reassembly function.

  • on: The function is enabled.
  • off: The function is disabled.

overflow-mode

Indicates the method for handling packets arriving at a full buffer in stream reassembly.

  • discard: Packets arriving at a full buffer are discarded.
  • forward: Packets arriving at a full buffer are forwarded straight through.

overlap-mode

Indicates the policy to handle overlapping packets:

  • overwrite: Indicate overwrite the original overlapped part.
  • preserve: Indicate preserve the original overlapped part.

session-cache(KB)

Indicates the buffer size in KB for each session in TCP stream reassembly.

total-cache(packets)

Global buffer size in number of packets in stream reassembly.

timestamp-check

Indicates the state of the timestamp check function.

  • true: The function is enabled.
  • false: The function is disabled.

tcp-option check

Indicates the state of the TCP option check function.

  • true: The function is enabled.
  • false: The function is disabled.

defense-check

Indicates the status of the TCP attack defense function:

  • on: The function is enabled.
  • off: The function is disabled.

session-timeout(s)

Indicates the timeout of out-of-sequence TCP packet inspection, in seconds.

enhanced-mode

Status of enhanced traffic reassembly:

  • on: The function is enabled.
  • off: The function is disabled.
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >