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

management (Security Zones)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
management {
    description text;
    host-inbound-traffic {
        protocols protocol-name {
                           except;
        }
        system-services service-name {
                           except;
        }
    }
    interfaces interface-name  {
        host-inbound-traffic {
            protocols protocol-name {
                                 except;
            }
            system-services service-name {
                                 except;
            }
        }
    }
    screen screen-name;
}

Hierarchy Level

content_copy zoom_out_map
[edit security zones functional-zone]

Description

Specify the host for out-of-band management interfaces. You can set firewall options in this zone to protect the management interface from different types of attacks. Because this zone cannot be specified in policies, traffic entering from this zone can only be traffic originating from the device itself and cannot originate from any other zone.

Options

The remaining statements are explained separately. See CLI Explorer.

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 8.5.The description option added in Junos OS Release 12.1.

footer-navigation