IA-Junos JN0-104
IA-Junos JN0-104
You want to make the OSPF route shown in the exhibit the active route for the 10.10.10.0/24 IP
address.
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.
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:
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.
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.
Q13:
A device receives a route update for network 172.19.0.0/16 from two different routing
information sources.
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:
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:
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:
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.
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:
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.
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:
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.
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.
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.
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:
Q60:
You want to temporarily apply a candidate configuration to the active configuration and
automatically roll back after 10 minutes.
Q61:
What is an example of an exterior gateway protocol (EGP)?
OSPF
RIP
BGP
IS-IS
Q62:
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.
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:
You must apply the policy shown in the exhibit to readvertise BGP routes to OSPF neighbors.
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:
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.
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?
C. You must use the dst 100.0.0.2 match condition instead of the src 100.0.0.2 match condition.
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
Q82:
What are two benefits of a modular operating system? (Choose two.)
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?
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 one level up to the [edit protocols ospf area 0.0.0.51] hierarchy level.
You move to the most recent higher level of the [edit protocols ospf] hierarchy.
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?
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.
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?
Q94:
You are asked to enable the configuration archival feature on your device running Junos OS.
Which two backup scenarios exist? (Choose two.)
Q95:
What will happen when you commit the configuration shown in the exhibit?
Q96:
What does the commit check command do?
It validates the syntax of a candidate configuration without actually committing the configuration.
Q97:
You loaded the factory-default configuration on your Junos device.
Which single element must be configured before a commit command will succeed?
Q98:
In the show | compare rollback 49 command, what is the purpose of the |?
The | changes the command from an operational command to a configuration mode command.
Q99:
Click the Exhibit button.
Referring to the exhibit, which two statements are correct? (Choose two.)
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 dropped and a UDP message sent back to the source.
All traffic will be dropped and an ICMP notification sent back to the source.
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?
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:
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:
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: