ExamGecko
Home / Cisco / 200-301 / List of questions
Ask Question

Cisco 200-301 Practice Test - Questions Answers, Page 14

Add to Whishlist

List of questions

Question 131

Report Export Collapse

Which command automatically generates an IPv6 address from a specified IPv6 prefix and MAC address of an interface?

ipv6 address dhcp

ipv6 address dhcp

ipv6 address 2001:DB8:5:112::/64 eui-64

ipv6 address 2001:DB8:5:112::/64 eui-64

Most voted
(1)
Most voted

ipv6 address autoconfig

ipv6 address autoconfig

ipv6 address 2001:DB8:5:112::2/64 link-local

ipv6 address 2001:DB8:5:112::2/64 link-local

Suggested answer: C
Explanation:

The "ipv6 address autoconfig" command causes the device to perform IPv6 stateless address autoconfiguration to discover prefixes on the link and then to add the EUI-64 based addresses to the interface.

Addresses are configured depending on the prefixes received in Router Advertisement (RA) messages.

The device will listen for RA messages which are transmitted periodically from the router (DHCP Server).

This RA message allows a host to create a global IPv6 address from:

+ Its interface identifier (EUI-64 address)

+ Link Prefix (obtained via RA)

Note: Global address is the combination of Link Prefix and EUI-64 address

asked 07/10/2024
George Weine Paulino Chaves
53 questions

Question 132

Report Export Collapse

An engineer is asked to protect unused ports that are configured in the default VLAN on a switch.

Which two steps will fulfill the request? (Choose two)

Configure the ports in an EtherChannel.

Configure the ports in an EtherChannel.

Administratively shut down the ports

Administratively shut down the ports

Configure the port type as access and place in VLAN 99

Configure the port type as access and place in VLAN 99

Configure the ports as trunk ports

Configure the ports as trunk ports

Enable the Cisco Discovery Protocol

Enable the Cisco Discovery Protocol

Suggested answer: B, C
asked 07/10/2024
Pieter Louw
45 questions

Question 133

Report Export Collapse

Which output displays a JSON data representation?

Cisco 200-301 image Question 31 109539 10072024004420000000

Option A

Option A

Option B

Option B

Option C

Option C

Option D

Option D

Suggested answer: C
Explanation:

JSON data is written as name/value pairs.

A name/value pair consists of a field name (in double quotes), followed by a colon, followed by a value:

"name":"Mark"

JSON can use arrays. Array values must be of type string, number, object, array, boolean or null.

For example:

{

"name":"John",

"age":30,

"cars":[ "Ford", "BMW", "Fiat" ]

}

JSON can have empty object like "taskId":{}

asked 07/10/2024
AHOPlvaro Zorrilla
43 questions

Question 134

Report Export Collapse

Which command is used to specify the delay time in seconds for LLDP to initialize on any interface?

lldp timer

lldp timer

lldp holdtimt

lldp holdtimt

lldp reinit

lldp reinit

lldp tlv-select

lldp tlv-select

Suggested answer: C
Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_37_ey/configuration/guide/scg/swlldp.pdf+ lldp holdtime seconds: Specify the amount of time a receiving device should hold the informationfrom your device before discarding it+ lldp reinit delay: Specify the delay time in seconds for LLDP to initialize on an interface+ lldp timer rate: Set the sending frequency of LLDP updates in seconds

asked 07/10/2024
Corey Workman
39 questions

Question 135

Report Export Collapse

A network engineer must back up 20 network router configurations globally within a customer environment. Which protocol allows the engineer to perform this function using the Cisco IOS MIB?

CDP

CDP

SNMP

SNMP

SMTP

SMTP

ARP

ARP

Suggested answer: B
Explanation:

SNMP is an application-layer protocol that provides a message format for communication between SNMP managers and agents. SNMP provides a standardized framework and a common language used for the monitoring and management of devices in a network.

The SNMP framework has three parts:

+ An SNMP manager

+ An SNMP agent

+ A Management Information Base (MIB)

The Management Information Base (MIB) is a virtual information storage area for network management information, which consists of collections of managed objects.

With SNMP, the network administrator can send commands to multiple routers to do the backup

asked 07/10/2024
Benjamin Colart
52 questions

Question 136

Report Export Collapse

Refer to the exhibit.

Cisco 200-301 image Question 34 109542 10072024004420000000

An extended ACL has been configured and applied to router R2 The configuration failed to work as intended Which two changes stop outbound traffic on TCP ports 25 and 80 to 10.0.20 0 26 from the 10.0.10 0/26 subnet while still allowing all other traffic? (Choose two )

Add a "permit ip any any" statement to the begining of ACL 101 for allowed traffic.

Add a "permit ip any any" statement to the begining of ACL 101 for allowed traffic.

Add a "permit ip any any" statement at the end of ACL 101 for allowed traffic

Add a "permit ip any any" statement at the end of ACL 101 for allowed traffic

The source and destination IPs must be swapped in ACL 101

The source and destination IPs must be swapped in ACL 101

The ACL must be configured the Gi0/2 interface inbound on R1

The ACL must be configured the Gi0/2 interface inbound on R1

The ACL must be moved to the Gi0/1 interface outbound on R2

The ACL must be moved to the Gi0/1 interface outbound on R2

Suggested answer: B, C
asked 07/10/2024
Edgar Garcia Tobias
41 questions

Question 137

Report Export Collapse

Refer to the exhibit.

Cisco 200-301 image Question 35 109543 10072024004420000000

Which type of route does R1 use to reach host 10.10.13.10/32?

floating static route

floating static route

host route

host route

default route

default route

network route

network route

Suggested answer: D
Explanation:

From the output, we see R1 will use the entry "O 10.10.13.0/25 [110/4576] via 10.10.10.1, …" to reach host 10.10.13.10. This is a network route.

Note: "B* 0.0.0.0/0 …" is a default route.

asked 07/10/2024
Andrew Vogel
48 questions

Question 138

Report Export Collapse

Which mode must be used to configure EtherChannel between two switches without using a negotiation protocol?

on

on

auto

auto

active

active

desirable

desirable

Suggested answer: A
Explanation:

The Static Persistence (or "on" mode) bundles the links unconditionally and no negotiation protocol is used. In this mode, neither PAgP nor LACP packets are sent or received.

asked 07/10/2024
Anna Pytka
38 questions

Question 139

Report Export Collapse


Which IPv6 address block sends packets to a group address rather than a single address?

2000::/3

2000::/3

FC00::/7

FC00::/7

FE80::/10

FE80::/10

FF00::/8

FF00::/8

Suggested answer: D
Explanation:

FF00::/8 is used for IPv6 multicast and this is the IPv6 type of address the question wants to ask.

FE80::/10 range is used for link-local addresses. Link-local addresses only used for communications within the local subnetwork (automatic address configuration, neighbor discovery, router discovery, and by many routing protocols). It is only valid on the current subnet.

It is usually created dynamically using a link-local prefix of FE80::/10 and a 64-bit interface identifier (based on 48-bit MAC address).

asked 07/10/2024
Ibrahim Ramku
52 questions

Question 140

Report Export Collapse

Which two capacities of Cisco DNA Center make it more extensible as compared to traditional campus device management? (Choose two)

adapters that support all families of Cisco IOS software

adapters that support all families of Cisco IOS software

SDKs that support interaction with third-party network equipment

SDKs that support interaction with third-party network equipment

customized versions for small, medium, and large enterprises

customized versions for small, medium, and large enterprises

REST APIs that allow for external applications to interact natively with Cisco DNA Center

REST APIs that allow for external applications to interact natively with Cisco DNA Center

modular design that is upgradable as needed

modular design that is upgradable as needed

Suggested answer: B, D
Explanation:

Cisco DNA Center offers 360-degree extensibility through four distinct types of platform capabilities:

+ Intent-based APIs leverage the controller and enable business and IT applications to deliver intent to the network and to reap network analytics and insights for IT and business innovation.

+ Process adapters, built on integration APIs, allow integration with other IT and network systems to streamline IT operations and processes.

+ Domain adapters, built on integration APIs, allow integration with other infrastructure domains such as data center, WAN, and security to deliver a consistent intent-based infrastructure across the entire IT environment.

+ SDKs allow management to be extended to third-party vendor's network devices to offer support for diverse environments.

asked 07/10/2024
Jon Jones
40 questions
Total 1.026 questions
Go to page: of 103