Which statement describes a security zone?

Which statement describes a security zone?

Which statement describes a security zone?

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.



Leave a Reply 7

Your email address will not be published. Required fields are marked *


Sachin Jha

Sachin Jha

Correct answer is

A security zone can contain one or more interfaces.

朱大力

朱大力

may be ,i not sure,what about you ?

Aintechco

Aintechco

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”

w3pgrrrrr

w3pgrrrrr

+1 to Aintechno

The answer marked above (D) is INCORRECT
The answer which is CORRECT (A)

For the reasons described above.

rpgghost

rpgghost

[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;
}
}
}

seenagape

seenagape

I agree with the answer.