[Q93-Q108] 2022 Updated JN0-104 PDF for the JN0-104 Tests Free Updated Today!

Share

2022 Updated JN0-104 PDF for the JN0-104 Tests Free Updated Today!

Fully Updated Dumps PDF - Latest JN0-104 Exam Questions and Answers


Juniper JN0-104 Exam Topics:

SectionObjectives
User Interfaces- Identify the concepts, operation or functionality of the Junos OS user interface
  • CLI functionality
  • CLI modes
  • CLI navigation
  • CLI Help
  • Filtering output
  • Active versus candidate configuration
  • Reverting to previous configurations
  • Modifying, managing, and saving configuration files
  • Viewing, comparing, and loading configuration files
  • J-Web (core/common functionality only)
Configuration Basics- Identify the main elements for configuring Junos devices
  • Factory-default state
  • Initial configuration
  • User accounts
  • Login classes
  • User authentication methods
  • Interface types and properties
  • Configuration groups
  • Additional initial configuration elements, such as NTP, SNMP, and syslog
  • Configuration archival
  • Logging and tracing
  • Rescue configuration

- Describe how to configure basic components of a Junos device

Operational Monitoring and Maintenance- Identify methods of monitoring or maintaining Junos devices
  • Show commands
  • Monitor commands
  • Interface statistics and errors
  • Network tools, such as ping, traceroute, telnet, SSH, and so on
  • Junos OS installation and upgrades
  • Powering on and shutting down Junos devices
  • Root password recovery

- Describe monitoring or maintenance procedures for a Junos device



Juniper JN0-104 Exam Certification Details:

Exam CodeJN0-104 JNCIA-Junos
Exam Price$200 USD
Sample QuestionsJuniper JN0-104 Sample Questions
Recommended TrainingGetting Started with Networking
Introduction to the Junos OS (IJOS)
Number of Questions65
Duration90 minutes
Exam NameJunos Associate
Passing ScoreVariable (60-70% Approx.)

 

NEW QUESTION 93
What are two functions of the Routing Engine? (Choose two.)

  • A. to build OSPF and IS-IS adjacencies
  • B. to build the Layer 2 and Layer 3 forwarding tables
  • C. to receive and process packets that could not be forwarded by the PFE
  • D. to verify that packets arriving at the router are allowed by any configured firewall filters

Answer: A,B

 

NEW QUESTION 94
You are troubleshooting an issue and want to monitor syslog in real time.
Which operational command accomplish this task?

  • A. Monitor start message
  • B. Show log message | refresh i
  • C. Monitor traffic interface fxp0.0
  • D. Show log message

Answer: A

 

NEW QUESTION 95
Your firewall filters are not in the correct order, what would solve this problem?

  • A. Use the reject action to change the action of the filter
  • B. Use the commit parameter to ensure that terms are evaluated correctly
  • C. Use the next-term action to force an evaluation of the next-term
  • D. Use the filter command to reorder the terms with the filter

Answer: D

 

NEW QUESTION 96
Which step is required when performing a Junos software upgrade?

  • A. You must load the factory default configuration
  • B. You must zeroize the device.
  • C. You must reboot the device
  • D. You must create a user account named maintenance-user.

Answer: C

 

NEW QUESTION 97
Which three of the following are considered match criteria in a policy? (Choose three.)

  • A. prefix-list
  • B. prefix-term
  • C. protocol ospf
  • D. next-term
  • E. AS path

Answer: A,C,E

 

NEW QUESTION 98
Which of these happens when two devices send frames at the same time resulting in a collision? (Choose two)

  • A. Both devices stop transmitting, wait for a random period of time, verify that the wire is idle, and re-transmit.
  • B. The device with the lowest MAC address is allowed to re-transmit first.
  • C. Both devices send a jam signal to notify all other devices of the collision.
  • D. The device with the highest MAC address is allowed to re-transmit first.

Answer: A,C

 

NEW QUESTION 99
Which two statements are correct about the disable command and the deactivate commands? (Choose two.)

  • A. If the interface is disabled, the logical unit will administratively shut down.
  • B. If the interface is disabled, the logical unit configuration is ignored during commit.
  • C. If the interface is deactivated, the interface configuration is ignored during commit.
  • D. If the interface is deactivated, the physical interface will administratively shut down.

Answer: A,C

 

NEW QUESTION 100
Which of these are true about Layer 2 broadcast frames? (Choose two)

  • A. Layer 2 broadcast frames are discarded by routers that connect to multiple VLANs.
  • B. Layer 2 broadcast frames are processed by all devices on the same VLAN.
  • C. Layer 2 broadcast frames are relayed by routers to all connected VLANs.
  • D. Layer 2 broadcast frames are relayed by switches to devices on the same VLAN.

Answer: B,D

 

NEW QUESTION 101
Which of these commands can be used to return to a previous version of the software?

  • A. request system software add
  • B. request system software downgrade
  • C. request system software replace
  • D. request system software rollback

Answer: D

 

NEW QUESTION 102
Given the following configuration, set system authentication-order [ tacplus ] Which two statements are correct? (Choose two.)

  • A. If the TACACS+ server is not available, the user is not allowed to access the device.
  • B. If the TACACS+ server is not available, the local user database is checked.
  • C. If the TACACS+ server is available and rejects the username/password provided, the user is not allowed to access the device.
  • D. If the TACACS+ server is available and rejects the username/password provided, the local password database is checked.

Answer: B,C

 

NEW QUESTION 103
Referring to the exhibit, what is the expected behavior for login attempts from users that receive a reject form from both the RADIUS and TACACS+ servers?

  • A. Users are granted limited access to the device using a guest account.
  • B. Users are prompted for the root authentication password.
  • C. Users are not prompted for a local authentication password.
  • D. Users are prompted for a local authentication password.

Answer: C

 

NEW QUESTION 104
Referring to the exhibit, you want to block HTTP access to Web-Server from the subnet where Mal-User is located. All other traffic should be permitted.

Which firewall filter configuration do you use?

  • A. [edit firewall family inet filter STOP-MAL-USER] user@router# show term one { from { source-address { 100.100.100.0/24; } destination-address { 200.200.200.1/32; } protocoltcp; destination-port http; } then accept; } term two { then { reject; } }
  • B. [edit firewall family inet filter STOP-MAL-USER] user@router# show term one { from { source-address { 200.200.200.0/24; } destination-address { 100.100.100.10/32; } protocoltcp; destination-port http; } then accept; } term two { then { reject; } }
  • C. [edit firewall family inet filter STOP-MAL-USER] user@router# show term one { from { source-address { 100.100.100.0/24; } destination-address { 200.200.200.1/32; } protocoltcp; destination-port http; } then reject; } term two { then { accept; } }
  • D. [edit firewall family inet filter STOP-MAL-USER] user@router# show term one { from { source-address { 200.200.200.0/24; } destination-address { 100.100.100.10/32; } protocoltcp; destination-port http; } then reject; } term two { then { accept; } }

Answer: D

 

NEW QUESTION 105
Which two interfaces are considered logical interfaces? (Choose two.)

  • A. et-5/0/0
  • B. ge-2/0/2.0
  • C. ae1.1
  • D. xe-1/1/1

Answer: A,C

 

NEW QUESTION 106
Which of these are true when using the configure exclusive command? (Choose three)

  • A. Multiple users can enter the configuration mode and have their own private configuration.
  • B. When a user commits, only the user's changes are committed.
  • C. Only a single user can make changes to the configuration.
  • D. A message indicates that another user has locked the configuration, the CLI displays the user and the hierarchy level the user is viewing or editing.

Answer: B,C,D

 

NEW QUESTION 107
Which two statements are true regarding trace options on Junos devices?

  • A. Trace options are limited to one protocol at a time.
  • B. You can see the contents of the log file by entering the show log <filename> command.
  • C. The file name and a set of flags may be specified when enabling traceoptions.
  • D. Trace options will send information to your screen automatically.

Answer: B,C

 

NEW QUESTION 108
......

Free JN0-104 Exam Questions JN0-104 Actual Free Exam Questions: https://actualtests.vceengine.com/JN0-104-vce-test-engine.html