[2025年01月06日] 無料ダウンロードJuniper JN0-105リアル試験問題
あなたを合格させる試験には100%確認済みJN0-105試験問題
質問 # 41
Which type of device uses the destination IP address to forward packets?
- A. Layer 2 switch
- B. hub
- C. repeater
- D. Layer 3 router
正解:D
解説:
A Layer 3 router forwards packets based on the destination IP address. It operates at the network layer of the OSI model and uses routing tables to determine the best path for packet delivery. Unlike Layer 2 switches, which forward packets based on MAC addresses, routers handle logical addressing, making them crucial for inter-network communication.
Reference:
Junos OS Documentation on Routing Fundamentals.
質問 # 42
Which two statements are correct about Junos traceoptions? (Choose two.)
- A. Traceoptions cannot be enabled in a production environment.
- B. Traceoption output, by default, is stored in /var/iog/<fiie-name>.
- C. Traceoptions are enabled by default.
- D. Traceoptions are enabled through configuration.
正解:B、D
解説:
Traceoptions in Junos OS are used for detailed debugging and troubleshooting of protocols and processes within the system. They are not enabled by default due to the potential performance impact and volume of data generated. Instead, traceoptions are enabled through specific configuration settings under the relevant protocol or process hierarchy. This allows administrators to target their troubleshooting efforts and control the scope of logging. By default, the output generated by traceoptions is stored in files located in the /var/log directory, with the file name typically specified in the traceoptions configuration. This structured approach to logging and debugging helps in diagnosing complex issues without overwhelming the system or the administrator with irrelevant data.
質問 # 43
You need to recover the root password on a Junos router without losing the current configuration settings.
Which three statements describe what you should perform in this scenario? (Choose three.)
- A. Use a console connection to reboot the device.
- B. Hit the space bar and enter recovery when prompted.
- C. Upgrade the Junos OS to the latest version.
- D. Enter and commit the new root password.
- E. Load the factory-default configuration.
正解:A、B、D
解説:
To recover the root password on a Junos router without losing the configuration, you should (A) enter and commit the new root password once you have gained access to the system, (D) hit the space bar to interrupt the boot process and enter recovery mode when prompted during the boot process, and (E) use a console connection to reboot the device and access the bootloader prompt. These steps allow you to reset the root password while preserving the existing configuration.
質問 # 44
What is the maximum number of rollback configuration files that the Junos OS will store?
- A. 0
- B. 1
- C. 2
- D. 3
正解:B
解説:
Junos OS can store up to 50 rollback configuration files, making B the correct answer. These rollback files allow administrators to revert to previous configurations, providing a safety net that facilitates recovery from configuration errors or undesired changes
質問 # 45
Which two external authentication methods does Junos support for administrative access? (Choose two.)
- A. TACACS+
- B. NIS
- C. RADIUS
- D. ACE
正解:A
解説:
Junos OS supports several external authentication methods for administrative access, with TACACS+ (Terminal Access Controller Access-Control System Plus) and RADIUS (Remote Authentication Dial-In User Service) being among the most commonly used. Both TACACS+ and RADIUS are protocols that allow network devices to communicate with a central authentication server, enabling centralized control over user authentication and authorization. This centralization simplifies the management of user credentials and access policies, especially in larger networks with multiple devices.
質問 # 46
Which two fields are you required to enter when you create a new user account? (Choose two.)
- A. login class
- B. full name
- C. user ID
- D. username
正解:A、D
解説:
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.
質問 # 47
You want to find out the chassis serial number of a Junos device.
Which command would display this information?
- A. show chassis hardware
- B. show chassis location
- C. show chassis routing-engine
- D. show chassis environment
正解:A
解説:
Theshow chassis hardwarecommand in Junos OS displays detailed information about the hardware installed in the device, including the chassis itself. This command provides a list of all hardware components, their serial numbers, part numbers, and version information. When looking for the chassis serial number specifically, this command is the most direct and comprehensive way to retrieve that information, as it includes the serial number of the chassis among the details provided.
質問 # 48
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. set interface ge-0/0/0 unit 0 family inet
- B. run show interface terse
- C. show interface ge-0/0/0
- D. request system shutdown
正解:C
解説:
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.
質問 # 49
You want to redeploy a Junos device by clearing the existing configuration and resetting it to factory defaults.
In this scenario, which command would help to accomplish this task?
- A. show system storage
- B. request systemzeroize media
- C. request systemstorage cleanup
- D. request systemstorage cleanup dry-run
正解:B
解説:
Therequest system zeroize mediacommand on a Junos device securely erases all data, including configuration and log files, and resets the device to its factory default settings. This command is used when redeploying a device to ensure no residual data remains from its previous deployment. It's a comprehensive and secure way to clear all configurations and data, making the device as if it were new. The other commands listed do not perform a full reset to factory defaults; for example,show system storagedisplays storage information, andrequest system storage cleanupoffers to delete unnecessary files without resetting the device to factory settings.
質問 # 50
Which prompt indicates that you are using configuration mode?
- A. %
- B. #
- C. >
- D. $
正解:B
解説:
In Junos OS, the # prompt indicates that you are in configuration mode. This mode is used for making changes to the configuration of the device.
Reference:
"The # prompt indicates that you are in configuration mode."
質問 # 51
You have completed the initial configuration of your new Junos device. You want to be able to load this configuration at a later time.
Which action enables you to perform this task?
- A. Enter the request system zeroize command.
- B. Enter the load factory-default command.
- C. Enter the request system reboot command.
- D. Enter the request system configuration rescue save command.
正解:D
解説:
In Junos OS, the request system configuration rescue save command is used to save the current active configuration as a rescue configuration. This feature is particularly useful for preserving a known good configuration state that can be quickly reverted to in case of configuration errors or issues. By saving a rescue configuration, administrators can ensure that they have a reliable fallback option that can be loaded in the future to restore the device's operation without having to reconfigure from scratch. This is an essential practice for maintaining network stability and quick recovery.
質問 # 52
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.
正解:A、D
解説:
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.
質問 # 53
Which process in the Junos OS is responsible for maintaining routing protocols and tables?
- A. rpd
- B. chassisd
- C. dcd
- D. mgd
正解:A
解説:
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.
質問 # 54
When considering routing policies, which two statements are correct? (Choose two.)
- A. Routing policies are applied to interfaces as input or export filters.
- B. An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base.
- C. Policy terms are evaluated from top to bottom with action taken on the first match found.
- D. Policy terms are evaluated from top to bottom with the most restrictive action taken of all the matching terms.
正解:B、C
解説:
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.
質問 # 55
Which Junos feature limits the amount of exception traffic that is sent from the PFE to the RE?
- A. policer
- B. CoS markings
- C. routing policy
- D. scheduler
正解:A
解説:
In Junos OS, a policer is a feature used to limit the rate of traffic flow in the network, including exception traffic sent from the Packet Forwarding Engine (PFE) to the Routing Engine (RE). Exception traffic consists of packets that cannot be processed by the PFE alone and requireintervention by the RE, such as control packets or packets destined for the device itself. A policer can be configured to enforce bandwidth limits and drop or mark packets that exceed specified rate limits, thus protecting the RE from being overwhelmed by excessive exception traffic.
質問 # 56
Click the Exhibit button.
How is traffic, sourced from 10.0.0.0/8, treated by the firewall filter shown in the exhibit?
- A. logged and accepted
- B. logged and rejected
- C. logged and discarded
- D. logged with no further action
正解:A
解説:
The firewall filter configuration in the exhibit specifies a filter with two terms. Term 1 matches traffic from the source address 10.0.0.0/8 and has two actions: 'log' and 'next term'. The 'log' action will record the match to a log file, and 'next term' indicates that the firewall should evaluate the next term after logging. There is no explicit action such as 'accept' or 'reject' in term 1, so by default, the traffic will be accepted unless subsequently rejected by another term.
Term 2 has the action 'reject', which discards packets that reach this term. Since there is no 'from' condition in term 2, it acts as a default rule for all traffic not matched by term 1.
Because the traffic sourced from 10.0.0.0/8 matches term 1 and there is no reject action in that term, it will be logged and then accepted by the firewall filter. There is no subsequent term that rejects this specific traffic, so the action from term 2 does not apply to it.
質問 # 57
Click the Exhibit button.
Referring to the exhibit, OSPF has three export policies that match different static route prefixes. The
10.10.10.0/24 static route does not match any terms in the policyl routing policy.
What happens next in this scenario?
- A. Thestaticrouteisevaluated by the poiicy2 routing policy.
- B. Thestaticrouteisevaluated by the poiicy3 routing policy.
- C. Thestaticrouteisrejected by the policyl routing policy.
- D. Thestaticrouteisrejected by the default routing policy.
正解:A
解説:
In Junos, when multiple policies are applied to a routing protocol for route export, the routes are evaluated in the order in which the policies are listed. In the exhibit, the OSPF configuration has three export policies listed: policy1, policy2, and policy3. The static route 10.10.10.0/24 does not match any terms in policy1; therefore, it is not rejected by policy1 but is instead passed on to the next policy in the sequence, which is policy2.
If the static route matches a term in policy2 that permits the route, it will be exported into OSPF. If it does not match in policy2, it will then be evaluated by policy3. If there is no match in policy3 as well, and assuming there are no more policies listed, the route would then be subject to the default routing policy behavior, which typically rejects the route unless an explicit accept statement is present in the policies.
質問 # 58
Which two statements about route preference in Junos are correct? (Choose two.)
- A. Both OSPF internal and OSPF AS external routes have the same preference.
- B. Both direct and local routes have the same preference.
- C. Both EBGP and IBGP routes have the same preference.
- D. Both direct and static routes have the same preference.
正解:A、B
解説:
In Junos OS, route preference (also known as administrative distance) is used to determine the preferred route among multiple routes to the same destination learned via different routing protocols. Direct and local routes, which represent directly connected networks and interfaces, typically share the same low preference value, indicating high trustworthiness because they are directly connected to the router. OSPF internal routes (routes within the same OSPF area) and OSPF AS external routes (routes that are external to the OSPF autonomous system but redistributed into OSPF) also share the same preference value, although this value is higher (indicating less trust) than for direct and local routes. This distinction helps the routing engine decide which routes to use when multiple paths are available.
質問 # 59
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-filter
- B. neighbor
- C. route-type
- D. instance
正解:A
解説:
When creating a new policy to accept and redistribute routes into your Interior Gateway Protocol (IGP), the route-filter match criteria is used to identify the route prefixes to select. The route-filter statement specifies which prefixes should be matched in a policy. This allows for precise control over which routes are accepted and redistributed, facilitating efficient and secure routing policies within the network.
Reference:
"show | display set | match ge-0/0/2" indicating command examples and match criteria from Useful Juniper Commands.txt.
Juniper official documentation: Routing Policy and Firewall Filters Configuration Guide.
質問 # 60
Which two statements are true about the candidate configuration? (Choose two.)
- A. You can deploy multiple changes at the same time.
- B. Multiple users cannot modify the same candidate configuration.
- C. Candidate configuration changes are automatically applied.
- D. You can discard changes before committing them.
正解:A、D
解説:
The candidate configuration in Junos OS is a temporary configuration that allows network administrators to make and stage multiple configuration changes before applying them to the device. This approach enables the deployment of multiple changes in a single operation, ensuring that all configurations work together as intended before making them active. Additionally, the candidate configuration can be discarded if the administrator decides not to apply the staged changes, allowing for a "trial and error" approach without affecting the currently active configuration. This feature provides flexibility and reduces the risk of disruptive changes to the network.
質問 # 61
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-filter
- B. neighbor
- C. route-type
- D. instance
正解:A
解説:
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.
質問 # 62
Click the Exhibit button.
How is traffic, sourced from 10.0.0.0/8, treated by the firewall filter shown in the exhibit?
- A. logged and accepted
- B. logged and rejected
- C. logged and discarded
- D. logged with no further action
正解:A
解説:
The firewall filter configuration in the exhibit specifies a filter with two terms. Term 1 matches traffic from the source address 10.0.0.0/8 and has two actions: 'log' and 'next term'. The 'log' action will record the match to a log file, and 'next term' indicates that the firewall should evaluate the next term after logging. There is no explicit action such as 'accept' or 'reject' in term 1, so by default, the traffic will be accepted unless subsequently rejected by another term.
Term 2 has the action 'reject', which discards packets that reach this term. Since there is no 'from' condition in term 2, it acts as a default rule for all traffic not matched by term 1.
Because the traffic sourced from 10.0.0.0/8 matches term 1 and there is no reject action in that term, it will be logged and then accepted by the firewall filter. There is no subsequent term that rejects this specific traffic, so the action from term 2 does not apply to it.
質問 # 63
Your network infrastructure transports data, voice, and video traffic. Users are complaining that voice and video calls are not performing to their expectations.
In this scenario, which technology would you implement to improve voice and video performance on your network?
- A. NAT
- B. CoS
- C. STP
- D. IPv6
正解:B
解説:
In a network that carries diverse types of traffic like data, voice, and video, ensuring the performance of latency-sensitive applications such as voice and video calls is crucial. Class of Service (CoS) is a technology designed to prioritize network traffic, ensuring that critical applications like voice and video receive the necessary bandwidth and minimal latency. CoS mechanisms can include traffic classification, traffic policing, queue management, and scheduling. By implementing CoS, network administrators can assign higher priority to voice and video traffic, thus improving their performance across the network and addressing the users' complaints about call quality.
質問 # 64
Which two statements are true about the PFE? (Choose two.)
- A. The PFE implements various services such as policing, stateless firewall filtering, and class of service.
- B. The PFE is responsible for performing protocol updates and system management.
- C. The PFE uses Layer 2 and Layer 3 forwarding tables to forward traffic toward its destination.
- D. The PFE handles all processes that control the chassis components.
正解:A、C
解説:
The Packet Forwarding Engine (PFE) in Juniper Networks devices is the heart of the data plane, handling the actual forwarding of packets based on pre-computed forwarding tables. It provides several critical services to manage and control traffic flow, including policing (to enforce bandwidth limits for certain traffic types), stateless firewall filtering (to permit or deny traffic based on predefined criteria), and Class of Service (CoS) (to prioritize traffic to ensure quality of service for critical applications). The PFE utilizes both Layer 2 (MAC addresses) and Layer 3 (IP addresses) forwarding tables to make intelligent forwarding decisions, ensuring that packets are efficiently routed toward their final destination.
質問 # 65
......
JN0-105問題集100パー合格保証には最新のサンプル:https://www.passtest.jp/Juniper/JN0-105-shiken.html
JN0-105問題PDFでJN0-105リアル試験問題解答:https://drive.google.com/open?id=12z37koVh0BgrmOP26OsZvwWyB2ZCfwUX