Cisco Cisco Packet Data Gateway (PDG)

Seite von 2186
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
Command Modes
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 Description
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 Guidelines
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.
Examples
The following command sets the timeout timer to 15000 milliseconds:
ip reassembly-timeout 15000
Command Line Interface Reference, Modes A - B, StarOS Release 19    
689
ACS Rulebase Configuration Mode Commands
ip reassembly-timeout