0% found this document useful (0 votes)
194 views35 pages

IA-Junos JN0-104

The exhibit shows two routes for the 10.10.102.0/30 network - a static route and an OSPF route. Traffic for this network will be load-balanced across both next hops according to the exhibit.

Uploaded by

yahya135135
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
194 views35 pages

IA-Junos JN0-104

The exhibit shows two routes for the 10.10.102.0/30 network - a static route and an OSPF route. Traffic for this network will be load-balanced across both next hops according to the exhibit.

Uploaded by

yahya135135
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 35

Q1:

Click the Exhibit button.

You want to make the OSPF route shown in the exhibit the active route for the 10.10.10.0/24 IP
address.

Which action is required to accomplish this task?


Set the OSPF metric to 0.
Set the OSPF route preference to 4.
Set the static route preference to 0.
Set the static route to no-readvertise.
Exhibit

user@router> show route 10.10.10.0/24


inet.0: 16 destinations, 18 routes (16 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.10.10.0/24 *[Static/5] 00:00:10
> to 172.18.1.1 via ge-0/0/1.0
[OSPF/10] 2d 21:36:33, metric 3
> to 172.18.1.1 via ge-0/0/1.0

Q2:
Click the Exhibit button.

You are capturing logs to troubleshoot an issue with IS-IS; however, the logs are increasing in
size too quickly.

Referring to the exhibit, which configuration statement would solve this problem?
set protocols isis traceoptions file files 10
delete protocols isis traceoptions file is-is-logs.log
set protocols isis traceoptions flag hello detail
delete protocols isis traceoptions flag normal
Exhibit
user@router# show protocols isis | display set
set protocols isis traceoptions file is-is-logs.log
set protocols isis traceoptions flag hello
set protocols isis traceoptions flag packets
set protocols isis traceoptions flag normal
set protocols isis level 1 disable
set protocols isis interface ge-0/0/0.0 point-to-point

Q3:
Which statement about the forwarding table is correct?
It contains all known routes including IPv6.
It is only available on the PFE.
It is only available on the RE.
It is available on both the RE and the PFE.

Q4:
You are asked to configure filter-based forwarding.

Which routing-instance type would you use?


VRF
virtual router
non-forwarding
forwarding

Q5:
Which statement about the show chassis hardware command is correct?
The command provides a list of supported hardware components and environmental
thresholds.
The command provides a list of installed hardware components, including serial numbers and
model numbers.
The command provides a list of supported hardware components and their current operating
status.
The command provides a list of all current hardware utilization statistics and operational
status.

Q6:
Which two statements describe firewall filters? (Choose two.)
Firewall filters provide stateful security.
Firewall filters provide stateless security.
Firewall filters are applied to security policies.
Firewall filters are applied to interfaces.

Q7:

Click the Exhibit button.

Which operational mode command in Junos OS produces the output shown in the exhibit?
show system commit
show system users
show system reboot
show system connections
Exhibit
0 2021-08-19 02:01:51 PDT by lab via cli
1 2021-08-19 02:00:41 PDT by lab via cli
2 2021-08-18 13:20:20 PDT by lab via cli
3 2021-08-18 13:17:52 PDT by lab via cli
4 2021-08-18 13:17:33 PDT by lab via cli
5 2021-08-18 05:02:16 PDT by lab via cli

Q8:
Click the Exhibit button.

You have applied the policy shown in the exhibit as an import policy to your BGP group.

In this scenario, what will happen when the router receives the 192.168.30.48/32 route?
It will match term-2 and be accepted.
It will match term-1 and be accepted.
It will match term-2 and be rejected.
It will be sent to the default BGP policy.
Exhibit
[edit policy-options]
user@router# show
prefix-list rfc1918 {
10.0.0.0/8;
172.16.0.0/12;
192.168.0.0/16;
}
policy-statement BGP-import-policy {
term term-1 {
from {
route-filter 172.16.0.0/12 orlonger;
route-filter 10.10.0.0/16 orlonger;

}
then accept;
}
term term-2 {
from {
prefix-list-filter rfc1918 orlonger reject;
}
}
}

Q9:
Which two statements about routing policies are correct? (Choose two.)
An export policy is used to control outgoing traffic on a specific interface.
An import policy is used to control incoming traffic on a specific interface.
An export policy determines the routes in the local routing table that are advertised to peers.
An import policy is used to control routes that are accepted by the local routing table.

Q10:
Click the Exhibit button.

A packet destined to the 172.27.102.65 IP address is received by the ge-0/0/1.0 interface on


your Junos device. The input firewall filter shown in the exhibit is applied to the ge-0/0/1.0
interface.

Which two actions are performed in this scenario? (Choose two.)


The packet is counted.
The packet is logged.
The packet is accepted.
The packet is discarded.
Exhibit
[edit firewall family inet filter input-ff]
user@router# show
term else-accept {
then {
count outbound-accepted;
accept;
}
}
term discard-outbound-traffic {
from {
source-address {
0.0.0.0/0;
172.27.102.0/24 except;
}
}
then {
log;
discard;
}
}

0.0.0.0/0;
172.27.102.0/24 except;
}
}
then {
log;
discard;
}
}

Q11:
Which two protocols use UDP to facilitate speed? (Choose two.)
FTP
TFTP
SCP
SNMP
Q12:
Cick the Exhibit button.

Referring to the exhibit, you are unable to reach devices in the 172.19.25.0/28 subnet.

What should you do to solve this problem?


Enable the ge-0/0/2.2 interface.
Enable the ge-0/0/2.1 interface.
Enable the ge-0/0/2.0 interface.
Enable the ge-0/0/2 interface.
Exhibit
user@router> show interfaces terse
Interface Admin Link
Proto Local Remote
ge-0/0/0 up up
ge-0/0/0.0 up up inet 172.18.36.1/24
ge-0/0/1 up up
ge-0/0/1.0 up up inet6 fd73:5d2a:f03b:15e0::1/64
fe80::217:cbff:fe4e:a281/6
4
ge-0/0/2 up up
ge-0/0/2.0 down up inet 172.19.25.1/28
ge-0/0/2.1 down up inet 10.0.0.10/24
ge-0/0/2.2 down up inet 192.168.1.1/24

Q13:
A device receives a route update for network 172.19.0.0/16 from two different routing
information sources.

In this scenario, which parameter will determine the active route?


the route learned from the next hop with the lowest IP address
the route learned from the next hop with the highest IP address
the route with the lowest metric
the route learned with the lowest default route preference
Q14:
Which operational mode command will provide real-time usage statistics for the ge-0/0/0
interface?
show interfaces ge-0/0/0 extensive
monitor traffic interface ge-0/0/0
monitor interface traffic
show interfaces statistics
Q15:
Which layer of the OSI model does a router use to make forwarding decisions?
Layer 2
Layer 5
Layer 4
Layer 3
Q16:
Which component is responsible for performing protocol updates and system management?
Packet Forwarding Engine
Routing Engine
forwarding tables
bridging table
Q17:
Which two statements about exception traffic processing are correct? (Choose two.)
When congestion occurs, local and control traffic are given preference.
When congestion occurs, only exception traffic is given preference.
By default, a rate-limiter for exception traffic exists on the internal link between the control
plane and the forwarding plane.
By default, no rate-limiter for exception traffic exists on the internal link between the control
plane and the forwarding plane.

Q18:
Which statement is true about using custom login class permissions?
If you allow and deny the same command, Junos OS will randomly choose the action.
If you allow and deny the same command, the command is allowed.
If you allow and deny the same command, the Junos OS will fail the commit check.
If you allow and deny the same command, the command is denied.

Q19:
Which default login class should you select if you want the user to edit configuration files?
operator
super-user
read-only
unauthorized
Q20:
Which two statements about login classes are correct? (Choose two.)
Users can be members of multiple login classes.
Login classes define access privileges for a user.
There are no system-defined login classes.
Login class permissions can be overridden for certain commands.
Q21:

Click the Exhibit button.

Referring to the exhibit, which statement is correct?


Traffic destined to 10.10.102.0/30 will be load-balanced across both next hops.
Traffic destined to 10.10.102.0/30 will be silently dropped.
Traffic destined to 10.10.102.0/30 will be forwarded to 10.10.101.1.
Traffic destined to 10.10.102.0/30 will be forwarded to 10.10.4.2.
Exhibit
user@router> show route 10.10.102.0/30
inet.0: 20 destinations, 21 routes (20 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
10.10.102.0/30 *[Static/5] 00:00:07
> to 10.10.4.2 via ge-0/0/2.0
[OSPF/10] 00:06:32, metric 2
> to 10.10.101.1 via ge-0/0/1.0
Q22:
Which command will replace the entire candidate configuration with the configuration stored in
the reset.config file?
rollback 1
load merge reset.config
load override reset.config
load replace reset.config
Q23:
Click the Exhibit button.

You are troubleshooting a routing issue on a device running Junos. You receive the error shown
in the exhibit when you attempt to restart the routing process.
Which statement describes the problem?
You do not have permission to restart the routing process.
You have typed an invalid command.
The routing process can only be restarted from configuration mode.
The routing process must be restarted from the shell.

Exhibit
user@router> restart
^
unknown command

Q24:
What will the help syslog UI_DBASE_LOGOUT_EVENT command show you?
It will show you the options you can use with syslog UI_DBASE_LOGOUT_EVENT.
It will show you only UI_DBASE_LOGOUT_EVENT messages in the system log.
It will only show you syslog messages without UI_DBASE_LOGOUT_EVENT.
It will describe the UI_DBASE_LOGOUT_EVENT message code.
Q25:
Which statement regarding transit traffic processing is correct?
Transit traffic is only processed by the forwarding plane.
Transit traffic is only processed by the control plane.
Transit traffic is not processed by the local device.
Transit traffic is processed by both the control plane and forwarding plane.
Q26:

Click the Exhibit button.

What is the next-hop interface for traffic destined to 172.19.52.101 as shown in the exhibit?
ge-0/0/2.0
ge-0/0/3.0
ge-0/0/0.0
ge-0/0/1.0
Exhibit
user@router> show route forwarding-table
Routing table: default.inet
Internet:
Destination Type RtRef Next hop Type Index NhRef
Netif
default user 0 0:17:cb:4e:ae:81 ucst 520 3 ge-
0/0/0.0
default perm 0 rjct 36 1
0.0.0.0/32 perm 0 dscd 34 1
172.19.0.0/16 user 0 200.1.4.100 ucst 535 3 ge-
0/0/3.0
172.19.52.0/24 user 0 200.1.2.100 ucst 529 3 ge-
0/0/1.0
172.19.52.16/28 user 0 200.1.3.100 ucst 534 3 ge-
0/0/2.0

Q27:
By default, which Junos directory contains the primary syslog file?
/var/syslog
/var/home
/var/log
/var/tmp
Q28:
What will the request system configuration rescue save command accomplish?
It will save a copy of the configuration so that you can go back to it at any time.
It will generate support information for JTAC.
It will restore your system to factory default settings.
It will prevent a commit from happening.
Q29:

Which two parameters are considered action modifiers in the firewall filter's then statement?
(Choose two.)
next term
count
reject
policer
Q30:
What are two characteristics of UDP? (Choose two.)
UDP is connection-oriented.
UDP packets are sent best-effort.
UDP operates at the transport layer.
UDP is more reliable than TCP.
Q31:

Click the Exhibit button.


You are creating a new routing policy on your Junos device. You are currently receiving multiple
routes within the 10.10.10.0/24 subnet from the same upstream BGP neighbor. Your policy
should only allow the 10.10.10.0/24 route and reject all other routes within that /24 range.

Referring to the exhibit, which route filter match type would satisfy this requirement?
prefix-length-range /24-/32
orlonger
exact
longer
Exhibit
[edit]
user@router# show policy-options
policy-statement block-routes {
term 1 {
from {
route-filter 10.10.10.0/24 <match type>;
}
then reject;
}
}

Q32:
Which statement about the Junos OS forwarding table is correct?
The forwarding table is populated with active routes from the routing table.
The forwarding table consolidates routes from multiple sources.
The forwarding table is only stored on the Routing Engine.
The forwarding table is responsible for identifying and selecting active routes.
Q33:
You must verify that interface ge-0/0/0.0 is administratively up and that the link is up.

In this scenario, which command will accomplish this task?


show interfaces terse
show chassis fpc pic-status
show configuration interfaces ge-0/0/0.0
show system information
Q34:

Click the Exhibit button.

Referring to the exhibit, which statement is correct?


The device will attempt to authenticate using the local database if RADIUS and TACACS+
are unresponsive.
The device will never attempt to authenticate using the local database.
The device will randomly select the authentication method used for each new login attempt.
The device will attempt to authenticate using RADIUS and TACACS+ at the same time.
Exhibit
[edit]
user@router# show system authentication-order
authentication-order [ radius tacplus ];

Q35:
Which two statements about the configure exclusive command are correct? (Choose
two.)
The command allows multiple users to edit private copies of the configuration concurrently.
The command excludes other users from editing the configuration.
The command causes the loss of all uncommitted changes when exiting exclusive mode.
The command retains all uncommitted changes when exiting exclusive mode.
Q36:

Click the Exhibit button.

What happens if the packet shown in the exhibit is received by a device running Junos OS?
The packet is received by the RE first and then redirected to the PFE.
The packet is received by the PFE first and then redirected to the RE.
The packet is handled by the PFE alone.
The packet is handled by the RE alone.
Exhibit

Q37:
Which three connection protocols allow you to gather operational information from the Junos
device? (Choose three.)
SSH
JSON
Telnet
NETCONF
XML
Q38:
Click the Exhibit button.

User 1 pings Router C to determine its status.

Which router shown in the exhibit, treats the traffic generated by the ping command as
exception traffic?
Router A
Router C
Router B
Router D
Exhibit

Q39:

Click the Exhibit button.

User 1 pings Router C to determine its status.

Which router shown in the exhibit, treats the traffic generated by the ping command as
exception traffic?
Router A
Router C
Router B
Router D
Exhibit

Q40:
What are two functions of the PFE? (Choose two.)
to maintain the forwarding tables
to apply the class of service function
to forward transit traffic
to monitor the chassis
Q41:
What are two benefits of class of service (CoS)? (Choose two.)
CoS can increase network bandwidth.
CoS can increase the performance of a slow network.
CoS can manage traffic congestion.
CoS can prioritize latency-sensitive traffic.
Q42:
Click the Exhibit button.

Referring to the exhibit, which two statements are correct? (Choose two.)
The HTTP traffic destined to 172.19.20.50 is accepted.
The HTTP traffic from source 172.19.20.50 is accepted.
All other traffic from the Web destined to 172.19.20.50 is accepted.
All other traffic from the Web destined to 172.19.20.50 is discarded.
Exhibit

Q43:
Click the Exhibit button.

The next hop identified in the static route command is not directly connected to your router.

Referring to the exhibit, what must be added to the command for the static route to work?
install
readvertise
resolve
retain
Exhibit
user@router# set static route 10.10.7.0/24 next-hop 192.168.1.2

Q44:
You must recover a device by loading the rescue configuration file.

In this scenario, which command will accomplish this task?

{master:0}[edit]user@router# rollback rescue


{master:0}[edit]
user@router# rollback rescue

{master:0}user@router> rollback rescue


{master:0}
user@router> rollback rescue

{master:0}user@router> load override rescue


{master:0}
user@router> load override rescue

{master:0}[edit]user@router# load override rescue


{master:0}[edit]
user@router# load override rescue
Q45:
Which command allows you to execute operational mode commands while in configuration
mode?
activate
show
set
run
Q46:
You just received a new factory-default Junos device.

Which two steps must be completed to connect and log in to the device? (Choose two.)
Connect to the device using an SSH connection.
Log in with the user root and password of root123.
Log in with the user root and no password.
Connect to the device using the console connection.
Q47:
You are asked to determine when a Junos device was booted.

Which command would you use to obtain this information?


show system uptime
show system commit
show system information
show system statistics
Q48:
Which two Juniper Networks products are available in virtual machine (VM) format? (Choose
two.)
vSRX
vMX
vPTX
vIDP
Q49:

Click the Exhibit button.

Referring to the exhibit, if the router forwards traffic destined for 192.168.77.29, which next hop
will be used?
10.10.11.2
10.10.1.2
10.10.20.2
10.10.0.2
Exhibit
[edit routing-options]
user@router# show
static {
route 192.168.77.0/24 {
next-hop 10.10.1.2;
qualified-next-hop 10.10.11.2 {
preference 4;
}
}
route 0.0.0.0/0 next-hop 10.10.20.2;
route 192.168.77.0/25 next-hop 10.10.0.2;

Q50:
Click the Exhibit button.

A user has entered the sequence of commands shown in the exhibit.

At which level of the configuration hierarchy would the user be after typing the exit command?
[edit interfaces ge-0/0/0 unit 0]
[edit]
[edit interfaces]
[edit interfaces ge-0/0/0]

Exhibit
[edit]
user@router# edit interfaces
[edit interfaces]
user@router# edit ge-0/0/0 unit 0 family inet
[edit interfaces ge-0/0/0 unit 0 family inet]
user@router# exit

Q51:
You are asked to configure a Junos device to perform regular configuration backups.

Which feature will you configure under the [edit system] hierarchy to accomplish this task?
backup-router
archival
tracing
syslog

Q52:
Click the Exhibit button.

You are connecting to a new device in your network and are presented with the information and
prompt shown in the exhibit.

Which three steps must be carried out to edit the configuration on this device? (Choose three.)
Type cli at the % prompt.
Type configure at the > prompt.
Log in using the root user with the root123 password.
Type cli at the > prompt.
Log in using the root user with no password.
Exhibit
Amnesiac (ttyu0)
login:

Q53:
Which two statements describe the RE on Junos OS devices? (Choose two.)
The RE maintains the routing tables.
The RE forwards traffic based on its local copy of the forwarding table.
The RE is considered the control plane.
The RE provides hardware status messages for the PFE.
Q54:
Which command allows multiple users to edit a configuration while committing only their unique
changes?
configure private
configure batch
configure exclusive
configure dynamic
Q55:
Which statement is true about a virtual router routing instance?
It can be used for Layer 3 VPN implementations.
It can be used to create a separate routing table.
An interface in the routing instance can also reside in the default routing instance.
It automatically has import and export policies applied.
Q56:
Which address correctly represents a valid abbreviation for the
2bfc:0000:0000:0000:0217:0000:fe8c:5c85/128 IPv6 address?
2bfc::217:0:fe8c:5c85/128
2bfc::0217::fe8c:5c85/128
2bfc:0:217:0:fe8c:5c85/128
2bfc:0:217::fe8c:5c85/128
Q57:
What are two important steps when upgrading an SRX300 Series device? (Choose two.)
Verify that the NETCONF protocol is enabled.
Reboot the device.
Clear all alarms.
Verify that enough space exists to upload the software package.

Q58:
Which protocol is responsible for learning an IPv6 neighbor's MAC address?
Network Address Translation (NAT)
Address Resolution Protocol (ARP)
Media Access Control Security (MACsec)
Neighbor Discovery Protocol (NDP)
Q59:

Click the Exhibit button.

Which command will solve the problem shown in the exhibit?


user@router# request system configuration rescue commit
user@router> file copy current /config/rescue.conf
user@router> request system configuration rescue save
user@router# file copy current /config/rescue.conf
Exhibit
user@router> show system alarms
1 alarms currently active
Alarm time Class Description
2021-08-16 23:45:17 UTC Minor Rescue configuration is not set

Q60:
You want to temporarily apply a candidate configuration to the active configuration and
automatically roll back after 10 minutes.

In this scenario, which command will accomplish this task?


commit at
commit confirmed
commit
commit check

Q61:
What is an example of an exterior gateway protocol (EGP)?
OSPF
RIP
BGP
IS-IS
Q62:

Click the Exhibit button.

Referring to the exhibit, what will be the source address for packets egressing et-0/0/34.0?
10.10.0.1
10.30.0.1
10.40.0.1
10.20.0.1
Exhibit
[edit interfaces]
user@router# show
et-0/0/34 {
unit 0 {
family inet {
address 10.10.0.1/24;
address 10.20.0.1/24 {
preferred;
}
address 10.30.0.1/24 {
primary;
}
address 10.40.0.1/24 {
primary;
}
}
}
}
Q63:
A user entered configuration mode and modified the candidate configuration.

In this scenario, what are two results? (Choose two.)


Other users cannot enter configuration mode using the exclusive parameter.
Other users cannot enter configuration mode.
Other users cannot log into the device.
Other users cannot enter configuration mode using the private parameter.

Q64:
What information is provided by the show route forwarding-table command?
the routing table stored on the RE
the outgoing interface(s) associated with the destination prefixes
the protocol from where the route was learned
the number of routes that are active, hidden, or in a hold-down state

Q65:

Click the Exhibit button.

You must apply the policy shown in the exhibit to readvertise BGP routes to OSPF neighbors.

Which action will accomplish this task?


You must apply the policy as an export policy within the OSPF configuration.
You must apply the policy as an import policy within the BGP configuration.
You must apply the policy as an export policy within the BGP configuration.
You must apply the policy as an import policy within the OSPF configuration.

Exhibit
[edit policy-options]
user@router# show
policy-statement BGP-to-OSPF {
term 10 {
from protocol bgp;
then accept;
}
}

Q66:

Which attribute must be defined when configuring a non-root user in Junos OS?
A. uid
B. class
C. full-name
D. authentication
Q67:

Click the Exhibit button.


UserA is currently working on router1 and has issued the commands shown in the exhibit. UserB wants to
update the IP address currently configured on interface xe-1/2/1.0. What will UserB do to complete the
configuration changes without interfering with UserA's work?

A. UserB should use the configure private option to complete the changes while UserA continues with the
changes.

B. UserB should use the configure exclusive option to complete the changes while UserA continues with
the changes.

C. Use the edit command and run the commit confirmed option then proceed with UserB's changes.

D. Wait for UserA to finish then proceed with changes using the configure private option.

Q68:
Click the Exhibit button.
Referring to the exhibit, a firewall filter is configured and applied to
the ge-0/0/1 interface. In this scenario, which statement is correct?
A. All traffic to destination 10.10.10.0/24 is accepted..
B. All traffic entering on interface ge-0/0/1 is discarded.
C. All traffic from source 10.10.10.0/24 is accepted..
D. All traffic entering on interface ge-0/0/1 is accepted.

Q69:
You are troubleshooting a problem on your Junos device. You want to view the syslog
messages in real-time on your terminal. In this scenario, which command will accomplish this
task?
A. show log messages
B. show log traceoptions
C. monitor start messages
D. monitor log messages

Q70:
When you choose to read your e-mail using an e-mail client, your e-mail client interacts with
which OSI layer?
A. transport
B. session
C. presentation
D. application

Q71:
Referring to the exhibit, what happens when you filter the output of a command using the nomore
parameter?
A. The output is displayed with no page breaks.
B. The output is displayed in XML format.
C. The number of lines in the output are displayed.
D. The last screen of information is displayed
Q72:
Which two statements about the output shown in the exhibit are correct? (Choose two.)
A. The IP address assigned to the router's ge-0/0/1.0 interface is 172.25.1.9.
B. The router has two OSPF adjacencies.
C. The router ID of the neighbor connected to the ge-0/0/1.0 interface is 192.168.100.3.
D. The neighbors are not using the Junos OS default OSPF priority value.

Q73:
Which step is required when performing a Junos software upgrade?
A. You must create a user account named maintenance-user.
B. You must reboot the device.
C. You must load the factory default configuration.
D. You must zeroize the device.

Q74:
Click the Exhibit button.
Referring to the exhibit, which two statements are true? (Choose two.)
A. The logical interface is running IPv6.

B. The address 172.25.11.255 is the broadcast address for the logical interface.

C. The interface MAC address has been changed from the default MAC address.

D. The interface is operating in full-duplex mode.

Q75:
What is the network address for a host with an IP address of 192.168.87.125/16?
A. 192.168.87.0

B. 192.168.128.0

C. 192.168.0.0

D. 192.168.96.0

Q76:
Which two routing policy actions are considered policy flow control actions in the Junos OS?
(Choose two.)
A. next hop

B. accept

C. next term

D. next policy
(Có 4 Flow control Actions là: Accept, Reject, Next term, Next Policy).
Q77:
Click the Exhibit button.
You are attempting to capture traffic being sent to IP address 100.0.0.2, but are unable to see any
packets.Referring to the exhibit, what is the problem?

A. You must add the size parameter to the command.

B. Traffic destined for 100.0.0.2 is transit traffic.

C. You must use the dst 100.0.0.2 match condition instead of the src 100.0.0.2 match condition.

D. You must add the layer2-headers parameter to the command.

Q78:
Which two statements describe the functions of the Routing Engine (RE)? (Choose two.)
A. The RE will process management traffic to help monitor and manage the network device.

B. The RE will apply filters and routing policies when forwarding the packets to their final destination.

C. The RE will route or switch packets or frames out of the correct interface as quickly as possible.

D. The RE will calculate the best network path to each individual subnet based on input from various
routing protocols and static routes.

Q79:
Which protocol connects multiple autonomous systems?

OSPF

IS-IS

IBGP

EBGP

Q80:
Which two operating systems are used as the foundation of the Junos OS? (Choose two.)

Linux

FreeBSD

CentOS

Ubuntu

Q81:
Which command should you use to check real-time statistics of all active interfaces?
user@router> monitor interface traffic

user@router> show interface detail

user@router> monitor traffic extensive

user@router> show interface terse

Q82:
What are two benefits of a modular operating system? (Choose two.)

It enables CPU scheduling strictly using kernel system calls.

Each module runs in its own protected memory space.

A malfunction in one module causes a full system shutdown.

It enables the independent restart of each module as necessary.

Q83:
Click the Exhibit button.
Assuming both paths shown in the exhibit are available, which statement is correct?

Traffic matching the default route will be load-balanced per flow across both next hops.

Traffic matching the default route will use 172.16.1.254 as the next hop.

Traffic matching the default route will be load-balanced per packet across both next hops.

Traffic matching the default route will use 172.16.1.1 as the next hop.

Q84:
The user root is unable to connect to the router using SSH.
Referring to the exhibit, which configuration change will correct the problem?

[edit]user@router# delete system services ssh root-login deny

[edit]user@router# set system services ssh root-login allow

[edit]user@router# set system services ssh

[edit]user@router# delete system services ssh

Q85:
What are two functions of the transport layer? (Choose two.)

segmentation
data integrity

packet forwarding
flow control

Q86:
Which Junos OS routing instance type is used for non-VPN-related applications such as system
virtualization?
vpls

vrf

forwarding

virtual-router

Q87:
Referring to the exhibit, what happens when you issue the exit command at the [edit protocols ospf
area 0.0.0.51 stub] hierarchy level?

You move to the [edit] hierarchy level.

You move one level up to the [edit protocols ospf area 0.0.0.51] hierarchy level.

You exit the configuration mode.

You move to the most recent higher level of the [edit protocols ospf] hierarchy.

Move về level gần nhất trước đó:


- Nếu trước đó đang ở [edit] thì sẽ về [edit]
- Nếu trước đó đang ở [edit protocols ospf area 0.0.0.51] thì sẽ về [edit protocols ospf area
0.0.0.51]
- Nếu trước đó đang ở [edit protocols ospf] thì sẽ về [edit protocols ospf]
Q88:
Which routing instance type is used for filter-based forwarding applications?

vpls

forwarding

vrf

layer2-control

Q89:
You enable unicast reverse path forwarding on the ge-0/0/1.0 interface. A packet is received on the
ge-0/0/1.0 interface with a source address of 10.10.10.10. A route lookup determines that the next
hop for the 10.10.10.10 address is the ge-0/0/1.0 interface.
In this scenario, which action is performed?

The packet is discarded.

The packet is forwarded.


The packet is rejected.

The packet is logged.

Q90:
A router contains both a static route and an OSPF route for the 172.18.100.0/24 prefix in its routing
table. The router is configured to use the factory-default Junos OS routing preference values. In
this scenario, which statement is correct?

The OSPF route will be active because of a higher default preference value.

The OSPF route will be active because of a lower default preference value.

The static route will be active because of a higher default preference value..

The static route will be active because of a lower default preference value.

Q91:
Which output displays that the peer has been selected for NTP synchronization?
Q92:
What information is provided by the help topic interface ? command?

It displays the best options to use with the interface command regarding your current configuration.

It displays usage examples for the top-ten interface commands.

It displays the available options and a brief description of usage guidelines.

It displays the administration manual for the interface command.

Q93:
Click the Exhibit button
Referring to the exhibit, you are unable to see any traffic coming on interface ge-0/0/0.
What is causing this problem?

The ge-0/0/0 interface has the link-mode set to half-duplex.

The ge-0/0/0 interface is administratively down.

The ge-0/0/0 interface's physical link is down.

The ge-0/0/0 interface has flow control disabled.

Tùy vào hình ảnh, nếu Link là Down -> C


Nếu Admin là Down → B

Q94:
You are asked to enable the configuration archival feature on your device running Junos OS.
Which two backup scenarios exist? (Choose two.)

When a user logs in to the device.

When a user logs out of the device.

When a user performs a commit operation.

When a specific time interval passes

Q95:
What will happen when you commit the configuration shown in the exhibit?

All gigabit interfaces will inherit the family inet configuration.

Gigabit interfaces on FPC 2 will inherit the family inet configuration.

VLAN 0 will be applied to all gigabit interfaces.


VLAN 0 will be applied to gigabit interfaces on FPC 2

Q96:
What does the commit check command do?

It validates the syntax of a candidate configuration without actually committing the configuration.

It commits the configuration when a validation check succeeds.

It schedules the commit to a future time.

It adds a comment to the messages log

Q97:
You loaded the factory-default configuration on your Junos device.
Which single element must be configured before a commit command will succeed?

An IPv4 address must be configured on the fxp0 or em0 interface.

An IPv4 default route must be configured.

A root password must be configured.

A hostname must be configured

Q98:
In the show | compare rollback 49 command, what is the purpose of the |?

The | filters the output of the show command.

The | is a shortcut to redirect output from a command line to a file.

The | changes the command from an operational command to a configuration mode command.

The | is used to represent an "either or" statement.

Q99:
Click the Exhibit button.
Referring to the exhibit, which two statements are correct? (Choose two.)

The last 5 second CPU utilization is 1%.

The control plane memory used is 63%.

The data plane memory used is 63%.

The last 5 second CPU utilization is 99%.

[Tùy vào thực tế hình ảnh]


- Luôn là Control Plane memory
- Last 5 second CPU = 100% - Idle. Nếu Idle là 99% thì CPU utilization là 1%

Q100:
Click the Exhibit button.
Referring to the exhibit, which statement is correct about traffic received on the ge-0/0/1.0
interface?

All traffic will be silently dropped.

All traffic will be dropped and a UDP message sent back to the source.

All traffic will be dropped and an ICMP notification sent back to the source.

All traffic will be accepted.

Nếu action là reject → C


Nếu action là discard → A

Q101:

Your Junos OS routers use a static route to provide connectivity to the management network. You
do not want this static route to be redistributed using a dynamic routing protocol.
In this scenario, which static route configuration parameter will accomplish this task?

no-retain

no-resolve

no-install

no-readvertise

Q102:
After logging in as root, you enter the cli command.
What does this command do?

It enables you to enter operational mode.

It enables you to enter interface mode.

It enables you to enter configuration mode.


It enables you to enter line edit mode.
Juniper (JNCIA-JunOS) New Qts

Question 01: Click the Exhibit button.


Referring to the exhibit, what will happen to traffic that is less than the bandwidth
limit from source address 1.0.0.20?
a) The traffic will be discarded by the policer.
b) The traffic will be accepted by term 2.
c) The traffic will be discarded by term 1.
d) The traffic will be accepted by term 1.
Answer:

Question 02: What is the default action for packets not matching a firewall filter?
a) The packet will be silently discarded.
b) The packet will be accepted.
c) The packet will be rejected.
d) The packet will be ignored.
Answer:

Question 03: Which two statements about firewall filters are correct? (Choose
two.)
a) An input filter is used to control routes that are accepted by the local
routing table.
b) An output filter determines the routes in the local routing table that are
advertised to peers.
c) An input filter is used to control incoming traffic on a specific interface.
d) An output filter is used to control outgoing traffic on a specific interface.
Answer:
Question 04: Which three benefits are made possible by the separation of the
control plane and forwarding plane of a Junos device? (Choose three.)
a) graceful Routing Engine switchover
b) nonstop active routing
c) stateful firewall
d) in-service software upgrades
e) deep packet inspection
Answer:

Question 05: Click the Exhibit button.

Referring to the exhibit, which two statements are true? (Choose two.)
a) The interface is operating in full-duplex mode.
b) The interface MAC address has been changed from the default MAC
address.
c) The logical interface is running IPv6.
d) The address 172.25.11.255 is the broadcast address for the logical
interface.
Answer:
Question 06: What is a function of the PFE?
a) to monitor chassis components
b) to apply stateless firewall filters
c) to generate forwarding tables
d) to generate protocol control traffic
Answer:

Question 07: Click the Exhibit button.

What will happen when you commit the configuration shown in the exhibit?
a) All gigabit interfaces will inherit the family inet configuration.
b) Gigabit interfaces on FPC 2 will inherit the family .inet configuration.
c) VLAN 0 will be applied to all gigabit interfaces.
d) VLAN 0 will be applied to gigabit interfaces on FPC 2.
Answer:
Question 08: You are creating a route filter that will match the network address of
192.168.64.0/24.
In this scenario, which configuration statement will accomplish this task?
a) from route-filter 192.168.32.0/24 longer
b) from route-filter 192.168.128.0/24 orlonger
c) from route-filter 192.168.64.0/24 longer
d) from route-filter 192.168.64.0/24 orlonger
Answer:

Question 09: Which statement describes the ulst next-hop type that appears in
the output of the show route forwarding-table command?
a) A list of unicast or multicast forwarding entries waiting to be resolved.
b) A list of unicast destination prefixes for which packets will be silently
discarded.
c) A list of unicast next hops used for a given destination for which load
balancing is enabled.
d) A list of unicast or multicast destination prefixes for which packets will be
silently discarded.
Answer:
A list of unicast next hops used when you configure load balancing

Question 10: What are two functions of the transport layer? (Choose two.)
a) packet forwarding
b) data integrity
c) flow control
d) segmentation
Answer:
Question 11: Click the Exhibit button.

Referring to the exhibit, a firewall filter is configured and applied to the ge-0/0/1
interface.
In this scenario, which statement is correct?
a) All traffic entering on interface ge-0/0/1 is discarded.
b) All traffic to destination 10.10.10.0/24 is accepted.
c) All traffic from source 10.10.10.0/24 is accepted.
d) All traffic entering on interface ge-0/0/1 is accepted.
Answer:
Question 12: Click the Exhibit button.

Which two statements about the output shown in the exhibit are correct?
(Choose two.)
a) The router has two OSPF adjacencies.
b) The router ID of the neighbor connected to the ge-0/0/1.0 interface is
192.168.100.3.
c) The IP address assigned to the router's ge-0/0/1.0 interface is 172.25.1.9.
d) The neighbors are not using the Junos OS default OSPF priority value.
Answer:

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy