100%更新されたのはCisco 200-301限定版PDF問題集 [Q556-Q580]

Share

100%更新されたのはCisco 200-301限定版PDF問題集

有効な試験問題を試そう200-301には無料サイトで限定お試しチャンス


シスコ200-301認定試験は、ネットワーク分野でのキャリアの開始または発展を目指す個人にとって貴重な認定資格です。この認定は、ネットワークの基礎、セキュリティ、自動化、およびプログラマビリティにおける候補者の知識とスキルを検証します。ネットワークデバイスの構成とトラブルシューティング能力をテストする包括的な試験であり、ネットワーク分野での高度な認定を追求するための堅固な基礎を提供します。

 

質問 # 556
R1 has learned route 192.168.12.0/24 via IS-IS. OSPF, RIP. and Internal EIGRP Under normal operating conditions, which routing protocol is installed in the routing table?

  • A. RIP
  • B. IS-IS
  • C. Internal EIGRP
  • D. OSPF

正解:C

解説:
With the same route (prefix), the router will choose the routing protocol with lowest Administrative Distance (AD) to install into the routing table. The AD of Internal EIGRP (90) is lowest so it would be chosen. The table below lists the ADs of popular routing protocols.

Note: The AD of IS-IS is 115. The "EIGRP" in the table above is "Internal EIGRP". The AD of "External EIGRP" is 170. An EIGRP external route is a route that was redistributed into EIGRP.


質問 # 557
What is a DHCP client?

  • A. a server that dynamically assigns IP addresses to hosts.
  • B. a router that statically assigns IP addresses to hosts.
  • C. a workstation that requests a domain name associated with its IP address
  • D. a host that is configured to request an IP address automatically

正解:D


質問 # 558
Refer to the exhibit.

Router R4 is dynamically learning the path to the server. If R4 is connected to R1 via OSPF Area 20, to R2 v2ia R2 BGP, and to R3 via EIGRP 777, which path is installed in the routing table of R4?

  • A. the path through R1, because the OSPF administrative distance is 110
  • B. the path through R3. because the EIGRP administrative distance is lower than OSPF and BGP
  • C. the path through R2. because the IBGP administrative distance is 200
  • D. the path through R2 because the EBGP administrative distance is 20

正解:D


質問 # 559
What are two roles of the Dynamic Host Configuration Protocol (DHCP)? (Choose two)

  • A. The DHCP server offers the ability to exclude specific IP addresses from a pool of IP addresses
  • B. The DHCP client maintains a pool of IP addresses it can assign.
  • C. The DHCP server assigns IP addresses without requiring the client to renew them
  • D. The DHCP client can request up to four DNS server addresses
  • E. The DHCP server leases client IP addresses dynamically.

正解:C、E


質問 # 560
Drag drop the descriptions from the left onto the correct configuration-management technologies on the right.

正解:

解説:


質問 # 561
Refer to the exhibit.

Which route does R1 select for traffic that is destined to 192.168.16.2?

  • A. 192.168.16.0/21
  • B. 192.168.16.0/27
  • C. 192.168.26.0/26
  • D. 192.168.16.0/24

正解:B


質問 # 562
Refer to exhibit. Which statement explains the configuration error message that is received?

  • A. IT is a network IP address.
  • B. It is a broadcast IP address
  • C. The router does not support /28 mask.
  • D. It belongs to a private IP address range.

正解:B

解説:
For /28 network, There (2^4)=16 Subnets with each having (2^4-2)=14 host (14 +1 Network ID+
1Broadcast ID)=16
Subnets are
192.168.16.0
192.168.16.16
.....
192.168.16.128
192.168.16.144 (Above this network ID there will be address 192.168.16.143 which is a broadcast ID of Network 192.168.16.128


質問 # 563
If a router has four interfaces and each interface is connected to four switches, how many broadcast domains are present on the router?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:A


質問 # 564
Why would a network administrator choose to implement automation in a network environment?

  • A. To simplify the process of maintaining a consistent configuration state across all devices
  • B. To centralize device information storage
  • C. To deploy the management plane separately from the rest of the network
  • D. To implement centralized user account management

正解:A


質問 # 565
Refer to the exhibit.

Router R2 is configured with multiple routes to reach network 10 1.1 0/24 from router R1. What protocol is chosen by router R2 to reach the destination network 10.1 1 0/24?

  • A. eBGP
  • B. static
  • C. EIGRP
  • D. OSPF

正解:B


質問 # 566
Refer to the Exhibit.


Connectivity between three routers has been established, and IP services must be configured jn the order presented to complete the implementation Tasks assigned include configuration of NAT, NTP, DHCP, and SSH services.
1. All traffic sent from R3 to the R1 Loopback address must be configured for NAT on R2. All source addresses must be translated from R3 to the IP address of Ethernet0/0 on R2, while using only a standard access list named NAT To verify, a ping must be successful to the R1 Loopback address sourced from R3. Do not use NVI NAT configuration.
2. Configure R1 as an NTP server and R2 as a client, not as a peer, using the IP address of the R1 Ethernet0/2 interface. Set the clock on the NTP server for midnight on January 1, 2019.
3. Configure R1 as a DHCP server for the network 10.1.3.0/24 in a pool named TEST. Using a single command, exclude addresses 1-10 from the range. Interface Ethernet0/2 on R3 must be issued the IP address of 10.1.3.11 via DHCP.
4. Configure SSH connectivity from R1 to R3, while excluding access via other remote connection protocols. Access for user root and password Cisco must be set on router R3 using RSA and 1024 bits. Verify connectivity using an SSH session from router R1 using a destination address of 10.1.3.11. Do NOT modify console access or line numbers to accomplish this task.

  • A. See the Explanation below

正解:A

解説:
Answer as below configuration:
conf t
R1(config)#ntp master 1
R2(config)#ntp server 10.1.2.1
Exit
Router#clock set 00:00:00 jan 1 2019
ip dhcp pool TEST
network 10.1.3.0 255.255.255.0
ip dhcp exluded-address 10.1.3.1 10.1.3.10
R3(config)#int e0/3
R3(config)#int e0/2
ip address dhcp
no shut
crypto key generate RSA
1024
Copy run start


質問 # 567
When OSPF learns multiple paths to a network, how does it select a route?

  • A. For each existing interface, it adds the metric from the source router to the destination to calculate the route with the lowest bandwidth.
  • B. It divides a reference bandwidth of 100 Mbps by the actual bandwidth of the exiting interface to calculate the route with the lowest cost.
  • C. It counts the number of hops between the source router and the destination to determine the route with the lowest metric.
  • D. It multiples the active K values by 256 to calculate the route with the lowest metric.

正解:B


質問 # 568
Refer to the exhibit.

What action establishes the OSPF neighbor relationship without forming an adjacency?

  • A. modify process ID
  • B. modify hello interval
  • C. modify priority
  • D. modify network type

正解:B


質問 # 569
Refer to the exhibit.

An engineer booted a new switch and applied this configuration via the console port. Which additional configuration must be applied to allow administrators to authenticate directly to enable privilege mode via Telnet using a local username and password?

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

正解:A


質問 # 570
DRAG DROP
Drag and drop the characteristics of a cloud environment from the left onto the correct examples on the right.
Select and Place:

正解:

解説:

Section: Automation and Programmability


質問 # 571
A packet from a company s branch office is destined to host 172.31.0.1 at headquarters. The sending router has three possible matches in its routing table for the packet prefixes: 172. 31.0 .0/16.72.31.0.0724. and
172.31 0 0/25. How does the router handle the packet?

  • A. It sends the traffic via prefix 172.31.0.0/25
  • B. It sends the traffic via prefix 172.31.0.0/16
  • C. It sends the traffic via the default gateway 0.0.0.070.
  • D. It sends the traffic via prefix 172.31.0.0/24

正解:A


質問 # 572
Refer to the exhibit. Routers R1 and R2 have been configured with their respective LAN interfaces.
The two circuits are operational and reachable across WAN.
Which command set establishes failover redundancy if the primary circuit goes down?

  • A. R1(config)#ip route 10.10.13.10 255.255.255.255 10.10.10.2
    R2(config)#ip route 192.168.0.100 255.255.255.255 10.10.10.1
  • B. R1(config)#ip route 10.10.13.10 255.255.255.255 10.10.10.6
    R2(config)#ip route 192.168.0.100 255.255.255.255 10.10.10.5
  • C. R1(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.6 2
    R2(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.5 2
  • D. R1(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.6
    R2(config)#ip route 0.0.0.0 0.0.0.0 10.10.10.5

正解:C


質問 # 573
Which statement about QoS default behavior is true?

  • A. Packets that arrive with a tag are untagged at the edge of an administrative domain.
  • B. VoIP traffic is passed without being tagged.
  • C. Ports are untrusted by default.
  • D. Packets are classified internally with an environment.
  • E. Video traffic is passed with a well-known DSCP value of 46.

正解:A


質問 # 574
Drag and drop the descriptions of file-transfer protocols from the left onto the correct protocols on the right.

正解:

解説:


質問 # 575
Refer to the exhibit. Users in your office are complaining that they cannot connect to the severs at a remote site.
When troubleshooting,you find that you can successfully reach the severs from router R2.
What is the most likely reason that the other users are experiencing connection failure?

  • A. The DHCP address pool has been exhausted
  • B. The ip helper-address command is missing on the R2 interface that connects to the switch
  • C. interface ports are shut down on the remote servers
  • D. VLSM is misconfigured between the router interface and the DHCP pool.

正解:D


質問 # 576
Refer to the exhibit.

What is represented by the word "switch'' in line 2 of the JSON schema?

  • A. value
  • B. array
  • C. object
  • D. key

正解:A


質問 # 577
Drag and drop the IPv6 address description from the left onto the IPv6 address types on the right. Not all options are used.

正解:

解説:


質問 # 578
Drag and drop to the characteristics of networking from the left onto the correct networking types on the right.

正解:

解説:


質問 # 579
Refer to the exhibit.

Refer to the exhibit. All routers in the network are configured R2 must be the DR. After the engineer connected the devices, R1 was elected as the DR. Which command sequence must be configure on R2 to Be elected as the DR in the network?

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

正解:A


質問 # 580
......


試験は120の質問で構成されており、時間制限は120分です。質問は、複数選択、ドラッグアンドドロップ、シミュレーション、テストレットの質問が組み合わされているため、試験のトピックをよく理解することが重要です。この試験は、英語、日本、中国語など、いくつかの言語で利用できます。

 

Cisco 200-301公式認定ガイドPDF:https://www.goshiken.com/Cisco/200-301-mondaishu.html

無料CCNA 200-301公式認定ガイドPDFダウンロード:https://drive.google.com/open?id=12uBwerzLXd_3tvlv1IFW9j0iE9GAYTvt