Pass the Juniper JNCIP-SEC JN0-637 Questions and answers with CertsForce

Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions
Questions # 31:

A user reports that a specific application is not working properly. This application makes

multiple connection to the server and must have the same address every time from a pool and this behavior needs to be changed.

What would solve this problem?

Options:

A.

Use STUN.


B.

Use DNS doctoring.


C.

Use the address-persistent parameter.


D.

Use the persistent-nat parameter.


Expert Solution
Questions # 32:

Which two statements about transparent mode and Ethernet switching mode on an SRX series

device are correct.

Options:

A.

In Ethernet switching mode, Layer 2 interfaces must be placed in a security zone.


B.

In Ethernet switching mode, IRB interfaces must be placed in a security zone.


C.

In transparent mode, Layer 2 interfaces must be placed in a security zone.


D.

In transparent mode, IRB interfaces must be placed in a security zone.


Expert Solution
Questions # 33:

You are asked to select a product offered by Juniper Networks that can collect and assimilate data from all probes and determine the optimal links for different applications to maximize the full potential of AppQoE.

Which product provides this capability?

Options:

A.

Security Director


B.

Network Director


C.

Mist


D.

Security Director Insights


Expert Solution
Questions # 34:

A company has acquired a new branch office that has the same address space of one of its local networks, 192.168.100/24. The offices need to communicate with each other.

Which two NAT configurations will satisfy this requirement? (Choose two.)

Options:

A.

[edit security nat source]

user@OfficeA# show rule-set OfficeBtoA {

from zone OfficeB;

to zone OfficeA;

rule 1 {

match {

source-address 192.168.210.0/24;

destination-address 192.168.200.0/24;

}

then {

source-nat {

interface;

}

}

}

}


B.

[edit security nat static]

user@OfficeA# show rule-set From-Office-B {

from interface ge-0/0/0.0;

rule 1 {

match {

destination-address 192.168.200.0/24;

}

then {

static-nat {

prefix 192.168.100.0/24;

}

}

}

}


C.

[edit security nat static]

user@OfficeB# show rule-set From-Office-A {

from interface ge-0/0/0.0;

rule 1 {

match {

destination-address 192.168.210.0/24;

}

then {

static-nat {

prefix 192.168.100.0/24;

}

}

}

}


D.

[edit security nat source]

user@OfficeB# show rule-set OfficeAtoB {

from zone OfficeA;

to zone OfficeB;

rule 1 {

match {

source-address 192.168.200.0/24;

destination-address 192.168.210.0/24;

}

then {

source-nat {

interface;

}

}

}

}


Expert Solution
Viewing page 4 out of 4 pages
Viewing questions 31-40 out of questions