Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All
     

    Related Documentation

     

    show security zones type

    Syntax

    show security zones type (functional | security) <detail | terse>

    Release Information

    Command introduced in Junos OS Release 8.5. The Description output field added in Junos OS Release 12.1.

    Description

    Display information about security zones of the specified type.

    Options

    • functional—Display functional zones.
    • security—Display security zones.
    • detail | terse—(Optional) Display the specified level of output.

    Required Privilege Level

    view

     

    Related Documentation

     

    List of Sample Output

    show security zones type functional
    show security zones type security
    show security zones type security terse
    show security zones type security detail

    Output Fields

    Table 1 lists the output fields for the show security zones type command. Output fields are listed in the approximate order in which they appear.

    Table 1: show security zones type Output Fields

    Field Name

    Field Description

    Security zone

    Zone name.

    Description

    Description of the security zone.

    Policy configurable

    Whether the policy can be configured or not.

    Interfaces bound

    Number of interfaces in the zone.

    Interfaces

    List of the interfaces in the zone.

    Zone

    Name of the zone.

    Type

    Type of the zone.

    Sample Output

    show security zones type functional

    user@host> show security zones type functional
    Functional zone: management
      Description: management zone
      Policy configurable: No
      Interfaces bound: 0
      Interfaces: 
      

    Sample Output

    show security zones type security

    user@host> show security zones type security
    Security zone: trust
      Description: trust zone
      Send reset for non-SYN session TCP packets: Off
      Policy configurable: Yes
      Interfaces bound: 1
      Interfaces:
      ge-0/0/0.0
    Security zone: untrust
      Description: untrust zone
      Send reset for non-SYN session TCP packets: Off
      Policy configurable: Yes
      Interfaces bound: 1
      Interfaces:
      ge-0/0/1.0
    Security zone: junos-host
      Description: junos-host zone
      Send reset for non-SYN session TCP packets: Off
      Policy configurable: Yes
      Interfaces bound: 0
      Interfaces:
      

    Sample Output

    show security zones type security terse

    user@host> show security zones type security terse
    Zone                    Type
    trust                   Security
    untrust                 Security
    junos-host              Security
    

    Sample Output

    show security zones type security detail

    user@host> show security zones type security detail
    Security zone: trust
      Description: trust zone
      Send reset for non-SYN session TCP packets: Off
      Policy configurable: Yes
      Interfaces bound: 1
      Interfaces:
      ge-0/0/0.0
    Security zone: untrust
      Description: untrust zone
      Send reset for non-SYN session TCP packets: Off
      Policy configurable: Yes
      Interfaces bound: 1
      Interfaces:
      ge-0/0/1.0
    Security zone: junos-host
      Description: junos-host zone
      Send reset for non-SYN session TCP packets: Off
      Policy configurable: Yes
      Interfaces bound: 0
      Interfaces:
    

    Published: 2014-05-09