Skip to main content

JN0-633 Real Exam Questions

Security, Professional (JNCIP-SEC)

175 questions available · Page 1 of 18

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

How does the SRX5800, in transparent mode, signal failover to the connected switches?

  1. A

    It initiates spanning-tree BPDUs.

  2. B

    It sends out gratuitous ARPs.

  3. C

    It flaps the impaired interfaces.

  4. D

    It uses an IP address monitoring configuration.

Show answer and explanation

Correct answer: B

Question 2 Single choice

Your manager asks you to show which attacks have been detected on your SRX Series device using the
IPS feature.

Which command would you use to accomplish this task?

  1. A

    show security idp attack detail

  2. B

    show security idp attack table

  3. C

    show security idp memory

  4. D

    show security idp counters

Show answer and explanation

Correct answer: B

Question 3 Multiple choice

Which two are required for the SRX device to perform DNS doctoring? (Choose two.)

  1. A

    DNS ALG

  2. B

    dns-doctoring stanza

  3. C

    name-server

  4. D

    static NAT

Show answer and explanation

Correct answers: A, D

Question 4 Single choice

What is the default action for an SRX device in transparent mode to determine the outgoing interface for an unknown destination MAC address?

  1. A

    Perform packet flooding.

  2. B

    Send an ARP query.

  3. C

    Send an ICMP packet with a TTL of 1.

  4. D

    Perform a traceroute request.

Show answer and explanation

Correct answer: A

Question 5 Single choice

Click the Exhibit button.

[edit security idp-policy test]
user@host# show
rulebase-ips {
rule R3 {
match {
source-address any;
destination-address any;
attacks {
predefined-attacks FTP:USER:ROOT;
}
}
then {
action {
recommended;
}
}
terminal;
}
rule R4 {
match {
source-address any;
destination-address any;
attacks {
predefined-attacks HTTP:HOTMAIL:FILE-UPLOAD;
}
}
then {
action {
recommended;
}
}
}
}

You have just committed the new IDP policy shown in the exhibit. However, you notice no action is taken on traffic matching the R4 IDP rule.

Which two actions will resolve the problem? (Choose two.)

  1. A

    Change the R4 rule to match on a predefined attack group.

  2. B

    Insert the R4 rule above the R3 rule.

  3. C

    Delete the terminal statement from the R3 rule.

  4. D

    Change the IPS rulebase to an exempt rulebase.

Show answer and explanation

Correct answer: C

Question 6 Single choice

-- Exhibit --
security {
nat {
destination {
pool Web-Server {
address 10.0.1.5/32;
}
rule-set From-Internet {
from zone Untrust;
rule To-Web-Server {
match {
source-address 0.0.0.0/0;
destination-address 172.16.1.7/32;
}
then {
destination-nat pool Web-Server;
}
}
}
}
}
zones {

security-zone Untrust {
address-book {
address Web-Server-External 172.16.1.7/32;
address Web-Server-Internal 10.0.1.5/32;
}
interfaces {
ge-0/0/0.0;
}
}
security-zone DMZ {
address-book {
address Web-Server-External 172.16.1.7/32;
address Web-Server-Internal 10.0.1.5/32;
}
interfaces {
ge-0/0/1.0;
}
}
}
}
-- Exhibit --

You are migrating from one external address block to a different external address block. You want to enable a smooth transition to the new address block. You temporarily want to allow external users to contact the Web server using both the existing external address as well as the new external address
192.168.1.1.

How do you accomplish this goal?

  1. A

    Add address 192.168.1.1/32 under [edit security nat destination pool Web-Server].

  2. B

    Change the address Web-Server-Ext objects to be address-set objects that include both addresses.

  3. C

    Change the destination address under [edit security nat destination rule-set From-Internet rule To-Web-
    Server match] to include both 172.16.1.7/32 and 192.168.1.2/32.

  4. D

    Create a new rule for the new address in the [edit security nat destination rule-set From-Internet] hierarchy.

Show answer and explanation

Correct answer: D

Question 7 Multiple choice

You are asked to deploy dynamic VPNs between the corporate office and remote employees that work from home. The gateway device at the corporate office consists of a pair of SRX650s in a chassis cluster.

Which two statements about the deployment are true? (Choose two.)

  1. A

    The SRX650s must be separated as standalone devices to support the dynamic VPNs.

  2. B

    The remote clients must install client software to establish a tunnel with the corporate network.

  3. C

    The remote clients must reside behind an SRX device configured as the local tunnel endpoint.

  4. D

    The SRX650 must have HTTP or HTTPS enabled to aid in the client software distribution process.

Show answer and explanation

Correct answers: B, D

Question 8 Single choice

Click the Exhibit button.

user@host> show security ike security-associations
Index State Initiator cookie Responder cookie Mode Remote Address
3271043 UP 7f42284089404673 95fd8408940438d8 Main 172.31.50.2

user@host> show security ipsec security-associations
Total active tunnels: 0

user@host> show log phase2
Feb 2 14:21:18 host kmd[1088]: IKE negotiation failed with error: TS unacceptable. IKE Version: 1, VPN:
vpn-1 Gateway: gate-1, Local: 172.31.50.1/500, Remote: 172.31.50.2/500, Local IKE-ID: 172.31.50.1,
Remote IKE-ID: 172.31.50.2, VR-ID: 0
Feb 2 14:21:18 host kmd[1088]: KMD_VPN_TS_MISMATCH: Traffic-selector mismatch, vpn name: vpn-1,
Peer Proposed traffic-selector local-ip: ipv4(2.2.2.2), Peer Proposed traffic-selector remote-ip: ipv4
(1.1.1.1)
Feb 2 14:21:54 host kmd[1088]: IKE negotiation failed with error: No proposal chosen. IKE Version: 1,
VPN: vpn-1 Gateway: gate-1, Local:
172.31.50.1/500, Remote: 172.31.50.2/500, Local IKE-ID: 172.31.50.1, Remote IKE-ID: 172.31.50.2, VR-
ID: 0
Feb 2 14:22:19 host kmd[1088]: KMD_VPN_TS_MISMATCH: Traffic-selector mismatch, vpn name: vpn-1,
Peer Proposed traffic-selector local-ip:
ipv4 (2.2.
2.2), Peer Proposed traffic-selector remote-ip: ipv4(1.1.1.1)

You have recently configured an IPsec VPN between an SRX Series device and another non-Junos security device. The phase one tunnel is up but the phase two tunnel is not present.

Referring to the exhibit, what is the cause of this problem?

  1. A

    preshared key mismatch

  2. B

    mode mismatch

  3. C

    proposal mismatch

  4. D

    proxy-ID mismatch

Show answer and explanation

Correct answer: D

Question 9 Single choice

Click the Exhibit button.

IPv6 to IPv4 addresses are not being translated as shown in the exhibit.

Which two configurations would resolve the problem? (Choose two.)

Exhibit:

  1. A

    set security nat natv6v4 no-6-frag-header

  2. B

    set security nat proxy-arp interface ge-0/0/0.0

  3. C

    set security nat source port-randomization disable

  4. D

    set security nat proxy-ndp interface ge-0/0/1.0

Show answer and explanation

Correct answer: D

Question 10 Multiple choice

You are asked to implement the AppFW feature on an SRX Series device.

Which three tasks must be performed to make the feature work? (Choose three.)

  1. A

    Configure a firewall filter that includes the application-firewall policy.

  2. B

    Install an IPS license.

  3. C

    Install an AppSecure license.

  4. D

    Configure a security policy that includes the application-firewall policy.

  5. E

    Configure an application-firewall policy.

Show answer and explanation

Correct answers: C, D, E