[2023年04月]更新の300-410問題集PDFで300-410リアル試験問題解答 [Q172-Q191]

Share

[2023年04月]更新の300-410問題集PDFで300-410リアル試験問題解答

300-410問題集で100%合格保証と最新のお試しサンプル


Cisco 300-410認定試験は、高度なルーティングおよびサービス技術の実装に関するスキルと知識を向上させたいネットワークエンジニアにとって必須の認定試験です。この認定は、雇用主に高く評価され、保持者が複雑な企業ネットワークで作業するために必要なスキルと知識を持っていることを示します。試験に合格した候補者は、高度なルーティングおよびサービス技術について深い理解を得ることができ、複雑な企業ネットワークの設計、実装、およびトラブルシューティングに役立ちます。

 

質問 # 172
Refer to the exhibit. After applying IPsec, the engineer observed that the DMVPN tunnel went down, and both spoke-to-spoke and hub were not establishing. Which two actions resolve the issue? (Choose two.)

  • A. Change the mode from mode transport to mode tunnel on R2.
  • B. Remove the crypto isakmp key cisco address 10.1.1.1 on R2 and R3.
  • C. Configure the crypto isakmp key cisco address 192.1.1.1 on R2 and R3.
  • D. Configure the crypto isakmp key cisco address 0.0.0.0 on R2 and R3.
  • E. Change the mode from mode tunnel to mode transport on R3.

正解:D、E

解説:
Section: VPN Technologies


質問 # 173
Refer to the exhibit.

The OSPF routing protocol is redistributed into the BGP routing protocol, but not all the OSPF routes are distributed into BGP Which action resolves the issue?

  • A. Use a route-map command to redistribute OSPF external routes defined in a prefix list.
  • B. Use a route-map command to redistribute OSPF external routes defined in an access list
  • C. Include the word external in the redistribute command
  • D. Include the word internal external in the redistribute command

正解:D

解説:
Explanation
If you configure the redistribution of OSPF into BGP without keywords, only OSPF intra-area and inter-area routes are redistributed into BGP, by default. You can use the internal keyword along with the redistribute command under router bgp to redistribute OSPF intra- and inter-area routes.
Use the external keyword along with the redistribute command under router bgp to redistribute OSPF external routes into BGP.
-> In order to redistribute all OSPF routes into BGP, we must use both internal and external keywords. The full command would be (suppose we are using OSPF 1):
redistribute ospf 1 match internal external
Note: The configuration shows match internal external 1 external 2. This is normal because OSPF automatically appends "external 1 external 2" in the configuration. In other words, keyword external = external 1 external 2. External 1 = O E1 and External 2 = O E2.


質問 # 174
An engineer configured a Cisco router to send reliable and encrypted notifications for any events to the management server. It was noticed that the notification messages are reliable but not encrypted. Which action resolves the issue?

  • A. Configure all devices for SNMPv3 informs with auth.
  • B. Configure all devices for SNMPv3 informs with priv.
  • C. Configure all devices for SNMPv3 traps with priv.
  • D. Configure all devices for SNMPv3 traps with auth.

正解:B

解説:
Explanation
SNMP notifications can be sent as traps or inform requests. Traps are unreliable because the receiver does not send acknowledgments when this device receives traps."Send reliable and encrypted notifications for any events" so it is SNMP notifications. For encryption we need to configure "priv".


質問 # 175
Refer to the exhibit.

An engineer receives this error message when trying to access another router in-band from the serial interface connected to the console of R1. Which configuration is needed on R1 to resolve this issue?

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

正解:C

解説:
https://community.cisco.com/t5/other-network-architecture/out-of-band-router-access/td-p/333295 The "transport output none" command prevents any protocol connection made from R1.
Therefore our SSH connection to 192.168.12.2 was refused. In order to fix this problem we can configure "transport output ssh" under "line console 0" of R1.
Note: The parameter "-l" specifies the username to log in as on the remote machine.


質問 # 176
When determining if a system is capable of support, what is the minimum time spacing required for a BFD control packet to receive once a control packet is arrived?

  • A. Required Min RX Interval
  • B. Detect Mult
  • C. Required Min Echo RX Interval
  • D. Desired Min TX Interval

正解:A

解説:
Explanation
Desired Min TX Interval: This is the minimum interval, in microseconds, that the local system would like to use when transmitting BFD Control packets, less any jitterapplied. The value zero is reserved.
Required Min Echo RX Interval: This is the minimum interval, in microseconds, between received BFD Echo packets that this system is capable of supporting, less anyjitter applied by the sender. If this value is zero, the transmitting system does not support the receipt of BFD Echo packets.


質問 # 177
Refer to the exhibit.

An engineer has configured DMVPN on a spoke router. What is the WAN IP address of another spoke router within the DMVPN network?

  • A. 192.168.1.4
  • B. 192.168.1.1
  • C. 172.18.46.2
  • D. 172.18.16.2

正解:C


質問 # 178
Refer to the exhibit.

An engineer has configured DMVPN on a spoke router. What is the WAN IP address of another spoke router within the DMVPN network?

  • A. 192.168.1.4
  • B. 192.168.1.1
  • C. 172.18.46.2
  • D. 172.18.16.2

正解:C


質問 # 179
Which function does LDP provide in an MPLS topology?

  • A. It provides hop-by-hop forwarding in an MPLS topology for LSRs.
  • B. It enables a MPLS topology to connect multiple VPNs to P routers.
  • C. It exchanges routes for MPLS VPNs across different VRFs.
  • D. It provides a means for LSRs to exchange IP routes.

正解:A


質問 # 180
Refer to the exhibit.

An engineer is trying to redistribute OSPF to BGP, but not all of the routes are redistributed. What is the reason for this issue?

  • A. By default, only internal routes and external type 1 routes are redistributed into BGP
  • B. By default, only internal OSPF routes are redistributed into BGP
  • C. Only classful networks are redistributed from OSPF to BGP
  • D. BGP convergence is slow, so the route will eventually be present in the BGP table

正解:B

解説:
Explanation
If you configure the redistribution of OSPF into BGP without keywords, only OSPF intra-area and inter-area routes are redistributed into BGP, by default.
You can redistribute both internal and external (type-1 & type-2) OSPF routes via this command:
Router(config-router)#redistribute ospf 1 match internal external 1 external 2


質問 # 181
Refer to the exhibit.

Refer to the exhibit. An engineer has successfully set up a floating static route from the BRANCH router to the HQ network using HQ_R1 as the primary default gateway When the g0/0 goes down on HQ_R1, the branch network cannot reach the HQ network 192.168.20.0/24. Which set of configurations resolves the issue?

  • A. HQ_R3(config)# ip sla responder
    HQ_R3(config)# ip sla responder icmp-echo 172.16.35.1
  • B. BRANCH(config)# Ip sla 1
    BRANCH(config-ip-sta)# Icmp-echo 192.168.100.1
  • C. HQ R3(config)# Ip sla responder
    HQ R3(config)# Ip sla responder Icmp-echo 172.16.35.5
  • D. BRANCH(config)# ip sla 1
    BRANCH(config-ip-sla)# icmp-echo 192.168.100.2

正解:B


質問 # 182

Refer to the exhibit. The OSPF neighbor relationship is not coming up What must be configured to restore OSPF neighbor adjacency?

  • A. OSPF on the remote router
  • B. matching MTU values
  • C. matching hello timers
  • D. use router ID

正解:B


質問 # 183
Refer to the exhibit.

The administrator noticed that the connection was flapping between the two ISPs instead of switching to ISP2 when the ISP1 failed. Which action resolves the issue?

  • A. Modify the static routes to refer both to the next hop and the outgoing intertace.
  • B. Modify the threshold to match the administrative distance of the ISP2 route.
  • C. Include a valid source-interface keyword in the icmp-echo statement.
  • D. Reference the track object 1 on the default route through ISP2 instead of ISP1.

正解:C

解説:
Explanation
https://www.cisco.com/c/en/us/support/docs/ip/ip-routing/200785-ISP-Failover-withdefault- routes-using-I.html


質問 # 184
An engineer configured a company's multiple area OSPF head office router and Site A cisco routers with VRF lite. Each site router is connected to a PE router of an MPLS backbone.

After finishing both site router configurations, none of the LSA 3,4 5, and 7 are installed at Site A router. Which configuration resolves this issue?

  • A. configure capability vrf-lite on Head Office and Site A routers under router ospf 1 vrf abc
  • B. configure capability vrf-lite on Head Office and its connected PE router under router ospf 1 vrf abc
  • C. configure capability vrf-lite on Site A and its connected PE router under router ospf 1 vrf abc
  • D. configure capability vrf-lite on both PE routers connected to Head Office and Site A routers under routtr ospf 1 vrf abc

正解:A


質問 # 185

Refer to the exhibit. Which subnet is redistributed from EIGRP to OSPF routing protocols?

  • A. 10.2.3.0/26
  • B. 10.2.2.0/24
  • C. 10.1.2.0/24
  • D. 10.1.4.0/26

正解:B

解説:
Section: Layer 3 Technologies


質問 # 186
Refer to the exhibit.

AS65510 iBGP is configured for directly connected neighbors. R4 cannot ping or traceroute network 192 168.100.0/24 Which action resolves this issue?

  • A. Configure R1 as a route reflector server and configure R2 and R3 as route reflector clients
  • B. Configure R1 as a route reflector server and configure R4 as a route reflector client
  • C. Configure R4 as a route reflector server and configure R1 as a route reflector client
  • D. Configure R4 as a route reflector server and configure R2 and R3 as route reflector clients.

正解:C


質問 # 187
Drag and drop the operations from the left onto the locations where the operations are performed on the right.

正解:

解説:

Explanation
Label Switch Router 1. Reads labels and forwards the packet based on the based on the label.
2. Performs PHP
Label Edge Router: 1 Assigns labels and unlabeled packets.
2. Handles traffic between multiple VPNs


質問 # 188
Refer to the exhibit.

An IP SLA is configured to use the backup default route when the primary is down, but it is not working as desired. Which command fixes the issue?

  • A. R1(config)#ip sla track 1
  • B. R1(config)# ip route 0.0.0.0.0.0.0.0.2.2.2.2
  • C. R1(config)# ip route 0.0.0.0.0.0.0.0.1.1.1.1 track 1
  • D. R1(config)# ip route 0.0.0.0.0.0.0.0.2.2.2.2 10 track 1

正解:C


質問 # 189
Refer to the exhibit.

The R1 and R2 configurations are:

The neighbor is not coming up. Which two sets of configurations bring the neighbors up? (Choose two.)

  • A. R2
    ip route 10.1.1.2 255.255.255.255 192.168.1.2
    router bgp 100neighbor 10.1.1.2 ttl-security hops 1
    neighbor 10.1.1.2 update-source loopback 0
  • B. R2
    ip route 10.1.1.1 255.255.255.255 192.168.1.1
    router bgp 200
    neighbor 10.1.1.1 disable-connected-check
    neighbor 10.1.1.1 update-source loopback 0
  • C. R2
    ip route 10.1.1.1 255.255.255.255 192.168.1.1
    router bgp 200
    neighbor 10.1.1.1 tti-security hops 1
    neighbor 10.1.1.1 update-source loopback 0
  • D. R1
    ip route 10.1.1.2 255.255.255.255 192.168.1.2
    router bgp 100
    neighbor 10.1.1.1 ttl-security hops 1
    neighbor 10.1.1.2 update-source loopback 0
  • E. R1
    ip route 10.1.1.2 255.255.255.255 192.168.1.2
    router bgp 100
    neighbor 10.1.1.2 disable-connected-check
    neighbor 10.1.1.2 update-source Loopback0

正解:B、E

解説:


質問 # 190
Refer to the exhibit.

Which set of commands restore reachability to loopback0?
A)

B)

C)

D)

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

正解:A


質問 # 191
......

問題集でリアルCisco 300-410試験問題 [更新されたのは2023年]:https://jp.fast2test.com/300-410-premium-file.html

試験準備には欠かさない!300-410問題解答無料更新には100%試験合格保証 [2023年更新]:https://drive.google.com/open?id=1r22EN5ItOwvQtswIdaeGaoEszCrpFCtL


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어