PrepAway - Latest Free Exam Questions & Answers

Which statement describes a security zone?

Which statement describes a security zone?

PrepAway - Latest Free Exam Questions & Answers

A.
A security zone can contain one or more interfaces.

B.
A security zone can contain interfaces in multiple routing instances.

C.
A security zone must contain two or more interfaces.

D.
A security zone must contain bridge groups.

7 Comments on “Which statement describes a security zone?

  1. Aintechco says:

    You can assign one or more logical interfaces to a zone. You can also assign one or more logical interfaces to a
    routing instance. You cannot assign a logical interface to multiple zones or multiple routing instances. You must also
    ensure that all of a zone’s logical interfaces are in a single routing instance. (from JNCIS-Sec Guide Pg 2-2 “Zone”)

    “A security Zone Can contain one or more interface”




    0



    0
  2. rpgghost says:

    http://www.juniper.net/techpubs/software/junos-security/junos-security95/junos-security-swconfig-security/id-29204.html

    Security zones are the building blocks for policies; they are logical entities to which one or more interfaces are bound. Security zones provide a means of distinguishing groups of hosts (user systems and other hosts, such as servers) and their resources from one another in order to apply different security measures to them.




    0



    0
  3. rpgghost says:

    [edit security]
    zones {
    security-zone trust {
    host-inbound-traffic {
    system-services {
    all;
    }
    protocols {
    all;
    }
    }
    interfaces {
    vlan.0 {
    host-inbound-traffic {
    system-services {
    all;
    }
    protocols {
    all;
    }
    }
    }
    }
    }
    security-zone untrust {
    host-inbound-traffic {
    system-services {
    all;
    }
    protocols {
    all;
    }
    }
    interfaces {
    ge-0/0/0.0 {
    host-inbound-traffic {
    system-services {
    all;
    }
    protocols {
    all;
    }
    }
    }
    ge-0/0/1.0;
    }
    }
    }




    0



    0

Leave a Reply