Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
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

file-serialization

date_range 29-Nov-24

Syntax

content_copy zoom_out_map
    (file-serialization | no-file-serialization);

Hierarchy Level

content_copy zoom_out_map
[edit security policies],
[edit services policies]
        

Description

Perform policy changes propagation to the dataplane using file serialization. By serializing policy configurations into files, the system ensure that they are read and applied by the PFE in a controlled and reliable manner.

By default, the file-based serialization feature is enabled. You can disable the file-serialization by using the following statement:

content_copy zoom_out_map
[edit]
user@host# set security policies no-file-serialization

To re-enable the file-serialization feature, use the following statement:

content_copy zoom_out_map
[edit]
user@host# delete security policies no-file-serialization

Or use the following statement:

content_copy zoom_out_map
[edit]
user@host# set security policies file-serialization

Required Privilege Level

security—To view this statement in the configuration

security-control—To add this statement to the configuration

Release Information

Statement introduced in Junos OS Release 24.4R1

footer-navigation