Which two configurations are valid?

Which two configurations are valid? (Choose two.)

Which two configurations are valid? (Choose two.)

A.
[edit security zones]
user@host# show
security-zone red {
interfaces {
ge-0/0/1.0;
ge-0/0/3.0;
}}
security-zone blue {
interfaces {
ge-0/0/2.0;
ge-0/0/3.102;
}}

B.
[edit security zones]
user@host# show
security-zone red {
interfaces {
ge-0/0/1.0;
ge-0/0/2.0;
}}
security-zone blue {
interfaces {
ge-0/0/1.0;
ge-0/0/3.0;
}}

C.
[edit routing-instances]
user@host# show
red {
interface ge-0/0/3.0;
interface ge-0/0/2.102;
}
blue {
interface ge-0/0/0.0;
interface ge-0/0/3.0;
}

D.
[edit routing-instances]
user@host# show
red {
interface ge-0/0/3.0;
interface ge-0/0/3.102;
}
blue {
interface ge-0/0/0.0;
interface ge-0/0/2.0;
}



Leave a Reply 1

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


Bob Bundred

Bob Bundred

Why is D and not A the correct answer?