[2024年08月]更新のJuniper JN0-351問題集とリアルな試験問題 [Q20-Q37]

Share

[2024年08月]更新のJuniper JN0-351問題集とリアルな試験問題

2024年最新のJN0-351のPDF最近更新された問題


Juniper JN0-351 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • BGP の構成、監視、またはトラブルシューティングの方法に関する知識を実証する
  • IP トンネルの構成、監視、またはトラブルシューティングの方法に関する知識を実証する
トピック 2
  • 概念、利点、操作について説明する
  • 構成、監視方法の知識を実証する
トピック 3
  • MAC 制限、DHCP スヌーピングなどのポート セキュリティの設定、監視、方法に関する知識を実証します。
トピック 4
  • IS-IS の設定、監視、またはトラブルシューティングの方法に関する知識を実証する
  • OSPF の設定、監視、またはトラブルシューティングの方法に関する知識の実証
トピック 5
  • レイヤ 2 ファイアウォール フィルタの概念、利点、操作を特定する
  • スパニング ツリーの設定、監視、トラブルシューティング方法の知識を実証する
トピック 6
  • VLAN
  • STP および Rapid Spanning Tree Protocol (RSTP) の概念、利点、または機能について説明する
トピック 7
  • BGP の概念、操作、または機能について説明する
  • IP トンネリングの概念、要件、または機能を特定する
トピック 8
  • IS-IS の概念、操作、または機能について説明する
  • OSPF の概念、操作、または機能について説明する

 

質問 # 20
Exhibit.

You have configured the four EX Series switches with RSTP, as shown in the exhibit. You discover that whenever a link between switches goes up or down, the switches take longer than expected for RSTP to converge, using the default settings.
In this scenario, which action would solve the delay in RSTP convergence?

  • A. The bridge priority for EX-4 must be set at 4000.
  • B. The force-version must be removed.
  • C. The max-age must be increased to 20
  • D. The hello-time must be increased.

正解:B

解説:
The exhibit shows the configuration of RSTP on EX-4, which has the command force-version stp. This command forces the switch to use the legacy STP protocol instead of RSTP, even though the switch supports RSTP1. This means that EX-4 will not be able to take advantage of the faster convergence and enhanced features of RSTP, such as edge ports, link type, and proposal/agreement sequence2.
The other switches in the network are likely to be running RSTP, as it is the default protocol for EX Series switches3. Therefore, there will be a compatibility issue between EX-4 and the other switches, which will result in longer convergence times and suboptimal performance. The switch will also generate a warning message that says "Warning: STP version mismatch with neighbor" when it receives a BPDU from a RSTP neighbor1.
To solve this problem, the force-version command must be removed from EX-4, so that it can run RSTP natively and interoperate with the other switches in the network. This will enable faster convergence and better stability for the network topology. To remove the command, you can use the delete protocols rstp force-version command in configuration mode1.


質問 # 21
In RSTP, which three port roles are associated with the discarding state? (Choose three.)

  • A. disabled
  • B. designated
  • C. backup
  • D. alternate
  • E. root

正解:A、C、D

解説:
Explanation
In Rapid Spanning Tree Protocol (RSTP), there are several port roles that determine the behavior of the port in the spanning tree123. The roles include root, designated, alternate, backup, and disabled123.
The discarding state is associated with the backup, alternate, and disabled roles123. In a stable topology with consistent port roles throughout the network, RSTP ensures that every root port and designated port immediately transition to the forwarding state while all alternate and backup ports are always in the discarding state2. Disabled ports are also in the discarding state3.
Therefore, options B, C, and D are correct.


質問 # 22
Which two statements are true about the default VLAN on Juniper switches? (Choose two.)

  • A. The default VLAN is set to a VLAN ID of 1 by default
  • B. The default VLAN ID is not assigned to any interface.
  • C. The default VLAN ID is not visible.
  • D. The default VLAN ID can be changed.

正解:A、D

解説:
Explanation
On Juniper switches, the default VLAN is set to a VLAN ID of 1 by default12. This means that all interfaces on the switch are members of VLAN 1 until they are specifically assigned to another VLAN12. Therefore, option A is correct.
The default VLAN ID can be changed12. This allows network administrators to configure the switch to use a different VLAN as the default, if necessary12. Therefore, option D is correct.


質問 # 23
You are asked to connect an IP phone and a user computer using the same interface on an EX Series switch.
The traffic from the computer does not use a VLAN tag, whereas the traffic from the IP phone uses a VLAN tag.
Which feature enables the interface to receive both types of traffic?

  • A. native VLAN
  • B. MAC limiting
  • C. DHCP snooping
  • D. voice VLAN

正解:D

解説:
Explanation
The feature that enables an interface on an EX Series switch to receive both untagged traffic (from the computer) and tagged traffic (from the IP phone) is the voice VLAN12.
The voice VLAN feature in EX-series switches enables access ports to accept both data (untagged) and voice (tagged) traffic and separate that traffic into different VLANs12. This allows the switch to differentiate between voice and data traffic, ensuring that voice traffic can be treated with a higher priority12. Therefore, option D is correct.


質問 # 24
Exhibit

You are troubleshooting an issue where traffic to 192.168.10.0/24 is being sent to R1 instead of your desired path through R2.
Referring to the exhibit, what is the reason for the problem?

  • A. R1's route is the best path due to the shorter AS path.
  • B. R2's route is not the best path due to loop prevention.
  • C. R2's route is not the best path due to a lower origin code.
  • D. R1's route is the best path due to a higher local preference

正解:D

解説:
The exhibit shows the output of the command show ip bgp, which displays information about the BGP routes in the routing table1. The output shows two routes for the destination 192.168.10.0/24, one from R1 and one from R2.
The route from R1 has a local preference of 200, while the route from R2 has a local preference of
100. Local preference is a BGP attribute that indicates the degree of preference for a route within an autonomous system (AS)2. A higher local preference means a more preferred route2.
BGP uses a best path selection algorithm to choose the best route for each destination among multiple paths. The algorithm compares different attributes of the routes in a specific order of precedence3. The first attribute that is compared is weight, which is a Cisco-specific attribute that is local to the router3. If the weight is equal or not set, the next attribute that is compared is local preference3.
In this case, both routes have the same weight of 0, which means that they are learned from external BGP (eBGP) peers3. Therefore, the next attribute that is compared is local preference. Since R1's route has a higher local preference than R2's route, it is chosen as the best path and installed in the routing table3. The other attributes, such as origin code and AS path, are not considered in this case.


質問 # 25
You implemented the MAC address limit feature with the shutdown action on all interfaces on your switch.
In this scenario, which statement is correct when a violation occurs?

  • A. By default, the interface will continue to send and receive traffic for all connected devices after a violation has occurred.
  • B. By default, you must manually clear the violation for the interface to send and receive traffic again.
  • C. By default, devices that are learned before the violation occurs are still allowed to send and receive traffic through the specific interface.
  • D. By default, the violation will automatically be cleared after 300 seconds and the interface will resume sending and receiving traffic for all learned devices.

正解:B

解説:
Explanation
When the MAC address limit feature with the shutdown action is implemented on a switch, if a violation occurs, the interface is disabled and a system log entry is generated1. If the switch has been configured with the port-error-disable statement, the disabled interface recovers automatically upon expiration of the specified disable timeout1. However, if the switch has not been configured for auto-recovery from port error disabled conditions, you must manually clearthe violation by running the clear ethernet-switching port-error command for the interface to send and receive traffic again1. This explanation is based on the Enterprise Routing and Switching Specialist (JNCIS-ENT) documents and learning resources available at Juniper Networks1.


質問 # 26
Exhibit.

Which router will become the OSPF BDR if all routers are powered on at the same time?

  • A. R1
  • B. R3
  • C. R4
  • D. R2

正解:C

解説:
Explanation
OSPF DR/BDR election is a process that occurs on multi-access data links. It is intended to select two OSPF nodes: one to be acting as the Designated Router (DR), and another to be acting as the Backup Designated Router (BDR).The DR and BDR are responsible for generating network LSAs for the multi-access network and synchronizing the LSDB with other routers on the same network1.
The DR/BDR election is based on two criteria: the OSPF priority and the router ID. The OSPF priority is a value between 0 and 255 that can be configured on each interface participating in OSPF. The default priority is
1. A priority of 0 means that the router will not participate in the election and will never become a DR or BDR. The router with the highest priority will become the DR, and the router with the second highest priority will become the BDR. If there is a tie in priority, then the router ID is used as a tie-breaker. The router ID is a
32-bit number that uniquely identifies each router in an OSPF domain.It can be manually configured or automatically derived from the highest IP address on a loopback interface or any active interface2.
In this scenario, all routers have the same priority of 1, so the router ID will determine the outcome of the election. The router IDs are shown in the exhibit as RID values. The highest RID belongs to R4 (10.10.10.4), so R4 will become the DR. The second highest RID belongs to R3 (10.10.10.3), so R3 will become the BDR.
References:
1:OSPF DR/BDR Election: Process, Configuration, and Tuning2:OSPF Designated Router (DR) and Backup Designated Router (BDR)


質問 # 27
You deployed a new EX Series switch with DHCP snooping enabled and you do not see any entries in the snooping databases for an interface. Which two Juniper configurations for that interface caused this issue?
(Choose two.)

  • A. The interface is configured as a disabled port.
  • B. MAC limiting is enabled on the interface.
  • C. The interface is configured as a trunk port.
  • D. Dynamic ARP inspection is enabled on the interface.

正解:A、C

解説:
A is correct because the interface is configured as a disabled port. A disabled port does not forward any traffic, including DHCP packets. Therefore, DHCP snooping cannot learn any MAC addresses or lease information from a disabled port1.
C is correct because the interface is configured as a trunk port. By default, all trunk ports on the switch are trusted for DHCP snooping2. This means that DHCP snooping does not inspect or filter any DHCP packets received on a trunk port. Therefore, DHCP snooping does not add any entries to the snooping database for a trunk port2.


質問 # 28
A new network requires multiple topology support. You decide to use IS-IS in this situation. Which three protocol topologies are supported in this scenario? (Choose three.)

  • A. anycast
  • B. IPv4
  • C. multicast
  • D. IPv6
  • E. IPsec

正解:B、C、D

解説:
Explanation
IS-IS (Intermediate System to Intermediate System) is a routing protocol that is designed to move information efficiently within a computer network12. It supports multiple protocol topologies, including IPv4, IPv6, and multicast12. Therefore, options C, E, and D are correct.


質問 # 29
Which two statements are correct about generated routes? (Choose two.)

  • A. Generated routes require a contributing route.
  • B. Generated routes cannot be redistributed into dynamic routing protocols.
  • C. Generated routes show a next hop in the routing table.
  • D. Generated routes appear in the routing table as static routes

正解:A、C

解説:
A is correct because generated routes require a contributing route. A contributing route is a route that matches the destination prefix of the generated route and has a valid next hop1. A generated route is only installed in the routing table if there is at least one contributing route available2. This ensures that the generated route is reachable and useful. If there is no contributing route, the generated route is not added to the routing table2.
B is correct because generated routes show a next hop in the routing table. A generated route inherits the next hop of its primary contributing route, which is the most preferred route among all the contributing routes2. The next hop of the generated route can be either an IP address or an interface name, depending on the type of the contributing route2. The next hop of the generated route can also be modified by a routing policy3.


質問 # 30
Which statement about aggregate routes is correct?

  • A. Aggregate routes are automatically generated for all of the subnets in a routing table.
  • B. Aggregate routes are used for advertising summarized network prefixes.
  • C. Aggregate routes are always preferred over more specific routes, even when the specific routes have a better path.
  • D. Aggregate routes can only be used for static routing but not for dynamic routing protocols.

正解:B

解説:
Explanation
Aggregate routes are used for advertising summarized network prefixes12. They help minimize the number of routing tables in an IP network by consolidating selected multiple routes into a single route advertisement1. This approach is in contrast to non-aggregation routing, in which every routing table contains a unique entry for each route1.
Therefore, option D is correct. Options A, B, and C are not correct because:
Aggregate routes can be used with both static routing and dynamic routing protocols1.
Aggregate routes are not automatically generated for all of the subnets in a routing table. They need to be manually configured1.
Aggregate routes are not always preferred over more specific routes. The route selection process in Junos OS considers several factors, including route preference and metric, before determining the active route1.


質問 # 31
Exhibit.

The ispi _ inet. 0 route table has currently no routes in it.
What will happen when you commit the configuration shown on the exhibit?

  • A. The inet. 0 route table will be imported into the ispi . inet. 0 route table.
  • B. The inet. 0 route table will be completely overwritten by the ispi . inet. 0 route table.
  • C. The ISPI . inet. 0 route table will be imported into the inet. 0 route table.
  • D. The ISPI . inet. 0 route table will be completely overwritten by the inet. o route table.

正解:A

解説:
Explanation
The configuration shown in the exhibit is an example of a routing instance of type virtual-router. A routing instance is a collection of routing tables, interfaces, and routing protocol parameters that create a separate routing domain on a Juniper device1. A virtual-router routing instance allows administrators to divide a device into multiple independent virtual routers, each with its own routing table2.
The configuration also includes a rib-group statement, which is used to import routes from one routing table to another. A rib-group consists of an import-rib statement, which specifies the source routing table, and an export-rib statement, which specifies the destination routing table.
In this case, the rib-group name is inet-to-ispi, and the import-rib statement specifies inet.0 as the source routing table. The export-rib statement specifies ispi.inet.0 as the destination routing table. This means that the routes from inet.0 will be imported into ispi.inet.0.
Therefore, the correct answer is B. The inet.0 route table will be imported into the ispi.inet.0 route table.
References:
1: Routing Instances Overview 2: Virtual Routing Instances : [rib-group (Routing Options)]


質問 # 32
Exhibit

Referring to the exhibit, which statement is correct?

  • A. The local device is using a bridge priority of 4k.
  • B. The root bridge is using a bridge priority of 4k.
  • C. The local device is the root bridge for this RSTP topology.
  • D. The root bridge has not been elected for this RSTP topology.

正解:C

解説:
Explanation
In a Rapid Spanning Tree Protocol (RSTP) topology, the root bridge is determined by the switch with the lowest bridge priority value12. If all switches have the same priority, then the root bridge is assigned to the switch whose MAC address's hex value is the lowest2. The default bridge priority value is 3276832. However, without the actual exhibit, it's difficult to definitively determine which device is the root bridge. But based on the options provided, if we assume that the local device has a lower bridge priority or a lower MAC address than other devices in the network, then it could be considered as the root bridge for this RSTP topology45.


質問 # 33
You are attempting to configure the initial two aggregated Ethernet interfaces on a router but there are no aggregated Ethernet interfaces available.
In this scenario, which configuration will enable these interfaces on this router?

  • A.
  • B.
  • C.
  • D.

正解:C

解説:
Explanation
The correct answer to your question is
Option C shows the configuration of the statement, which defines the properties of the router chassis, such as the number of aggregated Ethernet interfaces, the number of FPCs, and the number of PICs1.
To enable aggregated Ethernet interfaces on a router, you need to specify the aggregated-devices statement under the chassis parameter to the desired number of interfaces2. For example, to enable two aggregated Ethernet interfaces, you can use the following configuration:
chassis { aggregated-devices { ethernet { device-count 2; } } }
Option C shows this configuration with the device-count set to 2, which will enable two aggregated Ethernet interfaces on the router. The other options do not show this configuration and will not enable any aggregated Ethernet interfaces on the router.
Therefore, option C is the correct answer to your question.


質問 # 34
What is the default keepalive time for BGP?

  • A. 90 seconds
  • B. 30 seconds
  • C. 10 seconds
  • D. 60 seconds

正解:D

解説:
Explanation
The default keepalive time for BGP is 60 seconds1. The keepalive time is the interval at which BGP sends keepalive messages to maintain the connection with its peer1. If the keepalive message is not received within the hold time, the connection is considered lost1. By default, the hold time is three times the keepalive time, which is 180 seconds1.


質問 # 35
Which two statements about redundant trunk groups on EX Series switches are correct? (Choose two.)

  • A. Redundant trunk groups load-balance traffic across two designated uplink interfaces.
  • B. Layer 2 control traffic is permitted on the secondary link
  • C. If the active link fails, then the secondary link automatically takes over.
  • D. Redundant trunk groups must be connected to the same aggregation switch.

正解:C、D

解説:
Explanation
Redundant Trunk Groups (RTGs) on EX Series switches provide a simple solution for network recovery when a trunk port on a switch goes down1. They are configured on the access switch and contain two links: a primary or active link, and a secondary link1. Therefore, option B is correct because if the active link fails, the secondary link automatically starts forwarding data traffic without waiting for normal spanning-tree protocol convergence1.
Option D is also correct. In a typical enterprise network composed of distribution and access layers, RTGs are used where one Access switch is connected to two different uplink switches2. This implies that RTGs must be connected to the same aggregation switch2.


質問 # 36
Exhibit.

You want to enable redundancy for the EBGP peering between the two routers shown in the exhibit. Which three actions will you perform in this scenario? (Choose three.)

  • A. Configure an MD5 peer authentication.
  • B. Configure a cluster ID.
  • C. Configure BGP multihop.
  • D. Configure routes for the peer loopback interface IP addresses.
  • E. Configure loopback interface peering.

正解:C、D、E

解説:
A is correct because you need to configure BGP multihop to enable redundancy for the EBGP peering between the two routers. BGP multihop is a feature that allows BGP peers to establish a session over multiple hops, instead of requiring them to be directly connected1. By default, EBGP peers use a time-to-live (TTL) value of 1 for their packets, which means that they can only reach adjacent neighbors1. However, if you configure BGP multihop with a higher TTL value, you can allow EBGP peers to communicate over multiple routers in between1. This can provide redundancy in case of a link failure or a router failure between the EBGP peers.
B is correct because you need to configure loopback interface peering to enable redundancy for the EBGP peering between the two routers. Loopback interface peering is a technique that uses loopback interfaces as the source and destination addresses for BGP sessions, instead of physical interfaces2. Loopback interfaces are virtual interfaces that are always up andreachable as long as the router is operational2. By using loopback interface peering, you can avoid the dependency on a single physical interface or link for the BGP session, and use multiple paths to reach the loopback address of the peer2. This can provide redundancy and load balancing for the EBGP peering.
C is correct because you need to configure routes for the peer loopback interface IP addresses to enable redundancy for the EBGP peering between the two routers. Routes for the peer loopback interface IP addresses are necessary to ensure that the routers can reach each other's loopback addresses over multiple hops2. You can use static routes or dynamic routing protocols to advertise and learn the routes for the peer loopback interface IP addresses2. Without these routes, the routers will not be able to establish or maintain the BGP session using their loopback interfaces.


質問 # 37
......

最新のJN0-351合格保証される試験問題集認証サンプル問題:https://www.passtest.jp/Juniper/JN0-351-shiken.html

JN0-351試験合格保証最新67問題:https://drive.google.com/open?id=1lXVPK7AEBLan-_HU3Tc4K5ky_Z_uqJfd