Cisco Cisco ASR 5000

Page of 9109
ACS Rulebase Configuration Mode Commands   
▀  ip reassembly-timeout 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
742 
   
ip reassembly-timeout 
This command allows you to configure how long to hold onto IP fragments for reassembly, while waiting for the 
complete packet to arrive. 
Product
 
ACS 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > ACS Configuration > Rulebase Configuration 
active-charging service service_name > rulebase rulebase_name
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-rule-base)# 
Syntax
 
ip reassembly-timeout timeout_duration 
default ip reassembly-timeout 
default
 
Configures the default setting for this command. 
Default: 5000 milliseconds 
timeout_duration
 
Specifies the timeout duration, in milliseconds, to hold fragmented packets before reassembly. 
timeout_duration
 must be an integer from 100 through 30000. 
Usage 
Use this command to configure duration for timeout timer to hold IP fragmented packets before reassembly is 
needed. 
IP fragmented packet are retained, until either all fragmented packets have been received or the configured 
timeout has expired for the oldest fragment. If all fragments have been received, a temporary complete packet 
is reconstructed for analysis. Then all fragments are forwarded in order from first to last. If all fragments are 
not received, the fragments will be forwarded without being passed through the protocol analyzers, except for 
the IP analyzer. 
Example
 
The following command sets the timeout timer to 
15000
 milliseconds: 
ip reassembly-timeout 15000