Clear your concepts with JN0-105 Questions Before Attempting Real exam
Get professional help from our JN0-105 Dumps PDF
NEW QUESTION # 38
You are creating a new policy to accept and redistribute routes into your IGP.
In this scenario, which match criteria would you use to identify the route prefixes to select?
- A. route-type
- B. instance
- C. neighbor
- D. route-filter
Answer: D
Explanation:
When creating a policy to accept and redistribute routes into your IGP, "route-filter" (D) is the match criteria used to identify specific route prefixes. Route filters enable you to specify which routes should be accepted, rejected, or modified based on their attributes, such as prefix length or value.
NEW QUESTION # 39
Click the Exhibit button.
Referring the exhibit, what does the highlighted number indicate?
- A. route preference is 5
- B. hop count is 5
- C. cost is 5
- D. metric is 5
Answer: A
Explanation:
In the exhibit shown, the highlighted number next to the route type (Static) within the square brackets indicates the route preference, also known as the administrative distance. In Junos, the route preference is a value that determines the priority of the route source. Lower numbers indicate a higher priority when the routing table is being calculated. The route preference is used to select the best route when multiple paths to the same destination exist from different routing sources. The number 5 is unusually low for a static route by default, suggesting it has been manually configured to override other route types.
NEW QUESTION # 40
You issue the telnet 10.10.10.1 source 192.168.100.1 command.
Which two statements are correct in this scenario? (Choose two.)
- A. The telnet session will have a source address of 10.10.10.1.
- B. The telnet session will have a source address of 192.168.100.1.
- C. The telnet session will have a destination address of 192.168.100.1.
- D. The telnet session will have a destination address of 10.10.10.1.
Answer: B,D
Explanation:
In the given telnet command, "telnet 10.10.10.1 source 192.168.100.1," the destination address of the telnet session is 10.10.10.1, and the source address of the session is specified as 192.168.100.1, making C and D the correct answers. This command instructs the telnet client to use the specified source IP address when establishing the connection to the destination.
NEW QUESTION # 41
You are logged in to a Junos OS device with SSH and issued the show protocols | compare command in the configuration, but no output is shown.
Which statement is correct in this scenario?
- A. There are no changes to the candidate configuration.
- B. You must commit the configuration before any output will be shown.
- C. The command only works for interface configuration differences.
- D. Someone accidentally deleted the active configuration.
Answer: A
Explanation:
If issuing the "show | compare" command in configuration mode yields no output, it indicates that there are no changes to the candidate configuration (B). This command is used to compare the current candidate configuration with the active configuration, and a lack of output suggests that the candidate configuration matches the active one, meaning no changes have been made or the changes have already been committed.
NEW QUESTION # 42
Which two fields are you required to enter when you create a new user account? (Choose two.)
- A. login class
- B. full name
- C. username
- D. user ID
Answer: A,C
Explanation:
In Junos OS, when creating a new user account, the minimum required fields are theusernameand thelogin class. The username is the identifier for the account, while the login class specifies the level of access or permissions the user has on the device. Login classes allow for the differentiation between various roles, such as read-only access or full administrative rights. Other information, such as full name or user ID, is optional and not strictly necessary for the creation of a functional user account.
NEW QUESTION # 43
Exhibit
[edit]
user@routerl set interfaces ge-0/1/2 unit 0 family inet address 172.16.101.1/24 [edit] user@router# commit check configuration check succeeds
[edit]
user@router#
You need to configure interface ge-0/1/2 with an IP address of 172.16.100.1/24. You have accidentally entered
172.16.101.1/24 as shown in the exhibit.
Which command should you issue to solve the problem?
- A. [edit] userOrouter# rollback 0
- B. (edit] user@router# rollback 1
- C. [edit] user@router# rollback 2
- D. [edit] user@routeri rollback rescue
Answer: B
Explanation:
If you've committed a configuration and then need to revert to the previous configuration, therollback command is used. Since the incorrect IP address has not been committed, as indicated by thecommit check command being successful, issuingrollback 1will undo the changes made in the current session, which includes the accidental entry of the IP address.
NEW QUESTION # 44
What are two functions of the routing protocol daemon (rpd)? (Choose two.)
- A. It creates forwarding tables.
- B. It provides access to the CLI.
- C. It generates chassis alarms.
- D. It maintains routing tables.
Answer: A,D
Explanation:
The Routing Protocol Daemon (rpd) is a critical component in Juniper Networks devices, responsible for all routing operations. It maintains routing tables, which hold information about network paths and destinations derived from various routing protocols. These tables are used to make decisions about where to send packets.
Additionally, rpd generates forwarding tables based on the information in the routing tables. The forwarding tables are then used by the Packet Forwarding Engine (PFE) to actually forward packets to their next hop or final destination.
NEW QUESTION # 45
Which type of device uses the destination IP address to forward packets?
- A. Layer 3 router
- B. hub
- C. Layer 2 switch
- D. repeater
Answer: A
Explanation:
A Layer 3 router uses the destination IP address to forward packets. The correct answer is A. Routers operate at Layer 3 of the OSI model and make forwarding decisions based on IP addresses. They are responsible for routing packets across different networks by examining the destination IP address contained in the packet's header.
NEW QUESTION # 46
Which process in the Junos OS is responsible for maintaining routing protocols and tables?
- A. dcd
- B. mgd
- C. rpd
- D. chassisd
Answer: C
Explanation:
The Routing Protocol Daemon (rpd) in Junos OS is responsible for maintaining routing protocols and tables. It handles all routing information, including the calculation of routes and the population of the routing table, making it crucial for dynamic routing operations.
NEW QUESTION # 47
How many rescue configuration files are supported on a Junos device?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
Explanation:
Junos OS supports only 1 rescue configuration file on a device. This rescue configuration is a safeguard feature that allows network administrators to revert to a known good configuration in case of a configuration error or issue, ensuring network stability.
NEW QUESTION # 48
Which process in the Junos OS is responsible for device management tasks including the CLI and commit operations?
- A. mgd
- B. dcd
- C. rpd
- D. chassisd
Answer: A
Explanation:
In Junos OS, the management daemon (mgd) is responsible for handling all the device management tasks, including processing CLI commands and handling commit operations. The mgd daemon interacts with the Junos OS configuration database and provides the necessary logic to ensure that configuration changes are syntactically correct and do not conflict with each other. When a user commits a configuration, mgd validates the changes, applies them to the running configuration, and ensures that the necessary daemons are notified of the changes to apply them accordingly.
NEW QUESTION # 49
You have logged on to a Junos device and are at the operational mode prompt.
Which two commands are used at this prompt? (Choose two.)
- A. show interface ge-0/0/0
- B. set interface ge-0/0/0 unit 0 family inet
- C. run show interface terse
- D. request system shutdown
Answer: A
Explanation:
At the operational mode prompt on a Junos device, you can use various commands to view the device's status and request system operations. Theshow interface ge-0/0/0command is used to display information about a specific interface, while therequest system shutdowncommand is used to properly shut down the device. The setcommand is used in configuration mode, not operational mode, and theruncommand is used to execute operational mode commands from configuration mode.
NEW QUESTION # 50
Which protocol would you configure to synchronize the time and date on a Junos device?
- A. NTP
- B. NMP
- C. RIP
- D. SNMP
Answer: A
Explanation:
The Network Time Protocol (NTP) is designed to synchronize the clocks of computers over a network.
Configuring NTP on a Junos device ensures that its clock is set accurately, which is crucial for logging, troubleshooting, and maintaining the integrity of time-sensitive operations and security protocols. NTP allows devices to use a hierarchy of time sources, from primary servers synchronized to a reference clock (such as an atomic clock or GPS time) to secondary servers that distribute the time to other devices on the network.
NEW QUESTION # 51
Which two components are included in a transport header? (Choose two.)
- A. destination MAC address
- B. destination port number
- C. source MAC address
- D. source port number
Answer: B,D
Explanation:
The transport layer in the OSI model is responsible for end-to-end communication and error recovery. In a transport header, such as TCP or UDP, the key components include the source port number and the destination port number. These port numbers are used to identify sending and receiving applications. The source port number indicates the port of the sending application, and the destination port number refers to the port of the receiving application. MAC addresses, on the other hand, are part of the data link layer (Layer 2) and would be included in an Ethernet header, not a transport header.
NEW QUESTION # 52
Which two statements are correct about the empioyee@Ri> prompt? (Choose two.)
- A. You are at a shell prompt.
- B. You are in configuration mode.
- C. You are in operational mode.
- D. R1 is the hostname of your device.
Answer: C,D
Explanation:
In Junos OS, the prompt employee@R1> indicates the current context of the user interface. The 'R1' part of the prompt signifies the hostname of the device, which in this case is 'R1'. The absence of a '#' symbol at the end of the prompt suggests that the user is in operational mode, as opposed to configuration mode which is indicated by a prompt ending in '#'. Operational mode allows users to view the status of the device and execute operational commands, but does not allow for configuration changes.
NEW QUESTION # 53
When considering routing policies, which two statements are correct? (Choose two.)
- A. Policy terms are evaluated from top to bottom with action taken on the first match found.
- B. An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base.
- C. Routing policies are applied to interfaces as input or export filters.
- D. Policy terms are evaluated from top to bottom with the most restrictive action taken of all the matching terms.
Answer: A,B
Explanation:
Routing policies in Junos OS are crucial for controlling route advertisements and path selection. The correct answers are B and C. An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base (RIB), and policy terms are evaluated from top to bottom, with action taken on the first match found. This sequential evaluation allows for precise control over routing decisions.
NEW QUESTION # 54
Exhibit
term limit-icmp { from {
source-address {
172.25.11.0/24;
}
protocol icmp;
}
then {
count count-icmp; discard;
}
}
Referring to the exhibit, which two actions will occur when a packet matches the firewall filter? (Choose two.)
- A. An ICMP destination unreachable message will be returned.
- B. The packet will be discarded.
- C. A counter will be incremented.
- D. The packet will be forwarded.
Answer: B
Explanation:
Referring to the firewall filter configuration in the exhibit, when a packet matches the specified term limit-icmp, two actions are defined in thethenstatement:count count-icmpanddiscard. Thecount count-icmp action means that each time a packet matches this term, a counter namedcount-icmpwill be incremented, providing a tally of how many packets have matched the term. Thediscardaction means that the packet will be dropped and not forwarded through the device. This effectively prevents the packet from reaching its intended destination. There is no action specified that would cause an ICMP destination unreachable message to be returned, nor is there any action that would allow the packet to be forwarded.
NEW QUESTION # 55
Which two actions happen when multiple users issue the configure exclusive command to enter configuration mode on a Junos device? (Choose two.)
- A. The candidate configuration is unlocked.
- B. Other users can enter configuration mode.
- C. The candidate configuration is locked.
- D. Other users cannot enter configuration mode.
Answer: C,D
Explanation:
In Junos OS, when a user issues the configure exclusive command, it locks the candidate configuration for that user, preventing other users from making concurrent configuration changes. This exclusive lock ensures that configuration changes are managed in a controlled manner, reducing the risk of conflicting changes. As a result, while one user is in exclusive configuration mode, other users are prevented from entering configuration mode until the lock is released, either by the user committing the changes or exiting configuration mode.
NEW QUESTION # 56
Which two statements are true about the Junos OS? (Choose two.)
- A. Routing tables are stored in the forwarding plane.
- B. Exception traffic is sent to the control plane.
- C. Exception traffic is never sent to the control plane.
- D. Routing tables are stored in the control plane.
Answer: B,D
Explanation:
In Junos OS, as with many network operating systems, the control plane is responsible for processes that determine how to route traffic. This includes maintaining routing tables, which store information about network paths and protocols. Therefore, routing tables are indeed stored in the control plane.
Exception traffic refers to packets that cannot be processed by the normal fast-path processing of the Packet Forwarding Engine (PFE) in the forwarding plane, and thus are sent to the control plane for further processing.
This might include packets destined for the router itself, packets that need to be fragmented, or packets that match certain firewall filter criteria, among other reasons.
Routing tables are not stored in the forwarding plane. However, the forwarding plane contains the forwarding table (sometimes referred to as the forwarding informationbase or FIB), which is a distilled version of the routing table optimized for fast packet forwarding. The forwarding plane uses this information to perform the actual transfer of packets across the network device interfaces.
NEW QUESTION # 57
Which two statements about firewall filters are correct? (Choose two.)
- A. Firewall filters are stateless.
- B. Firewall filters are stateful.
- C. Firewall filters can match Layer 7 parameters.
- D. Firewall filters can match Layer 4 parameters.
Answer: A,D
Explanation:
Firewall filters in Junos OS are stateless, meaning they process each packet individually without regard to the state of a connection or sequence of packets. These filters can match various packet attributes, including those at Layer 4, such as TCP and UDP port numbers. This allows for granular control over traffic based on the type of service or application. Unlike stateless filters, stateful firewalls keep track of the state of active connections and make decisions based on the context of the traffic flow, which is not a capability of Junos firewall filters.
Additionally, Junosfirewall filters primarily operate up to Layer 4 and do not natively inspect Layer 7 parameters, which involve application-level data.
NEW QUESTION # 58
Which component is considered part of the data plane?
- A. the Routing Engine
- B. the power supply
- C. the fan tray
- D. the Packet Forwarding Engine
Answer: D
Explanation:
The Packet Forwarding Engine (PFE) is an integral component of Juniper Networks devices, responsible for the data plane operations. The data plane, also known as the forwarding plane, is where the actual processing and forwarding of packets occur based on the routing and forwarding tables. The PFE executes the forwarding decisions made by the Routing Engine (RE), handling all packet transmissions, including routing, filtering, and switching packets towards their destination. This contrasts with the control plane operations handled by the RE, which involve routing table maintenance, system management, and control protocol processing.
NEW QUESTION # 59
......
Achieve the JN0-105 Exam Best Results with Help from Juniper Certified Experts: https://www.freepdfdump.top/JN0-105-valid-torrent.html
Give You Free Regular Updates on JN0-105 Exam Questions: https://drive.google.com/open?id=1ZhHMMAQDv4x48wo12XKYHsi-TKBTe4FL

