Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Common Criteria Guide for vSRX3.0
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Configuring Mandatory Reject Rules for Invalid Fragments and Fragmented IP Packets

date_range 13-Dec-23

This topic describes how to configure mandatory reject rules for invalid fragments and fragmented IP packets that cannot be reassembled.

  1. Before you begin, log in with your root account on a Junos OS device running Junos OS Release 22.2R2 and edit the configuration.

Note:

You can enter the configuration commands in any order and commit all the commands at once.

To configure mandatory reject rules:

  1. Specify the flow configuration to forcefully reassemble the IP fragments.
    content_copy zoom_out_map
    [edit]
    user@host# set security flow force-ip-reassembly
    
  2. Delete the screen ID and the IDS options and enable the ICMP fragment IDS option.
    content_copy zoom_out_map
    [edit]
    user@host# delete security screen ids-option trustScreen icmp fragment
    
  3. Delete the IP layer IDS option and enable the IP fragment blocking IDS option.
    content_copy zoom_out_map
    [edit]
    user@host# delete security screen ids-option trustScreen ip block-frag
    
footer-navigation