πŸ”

200-301 β€” questions

Page 47 of 60 Β· 1182 total questions.

Topic 1 Β· Question 1025

Which QoS feature drops traffic that exceeds the committed access rate?

  • Apolicing (correct answer)
  • BFIFO
  • Cshaping
  • Dweighted fair queuing
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: policing

Topic 1 Β· Question 1026

What does traffic shaping do?

  • AIt queues excess traffic (correct answer)
  • BIt sets QoS attributes within a packet
  • CIt organizes traffic into classes
  • DIt modifies the QoS attributes of a packet
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: It queues excess traffic

Topic 1 Β· Question 1027

Refer to the exhibit. A Cisco engineer is asked to update the configuration on switch 1 so that the EtherChannel stays up when one of the links fails. Which configuration meets this requirement?

Exhibit 1 for question 1027
  • ASwitch1(config) # interface Fa0/0Switch1(config-if) # lacp port-priority 100Switch1(config) # interface Fa0/1Switch1(config-if) # lacp port-priority 200
  • BSwitch1(config) # interface port-channel 1Switch1(config-if) # port-channel min-links 1 (correct answer)
  • CSwitch1(config) # interface Fa0/0Switch1(config-if) # lacp port-priority 200Switch1(config) # interface Fa0/1Switch1(config-if) # lacp port-priority 100
  • DSwitch1(config) # interface port-channel 1Switch1(config-if) # lacp max-bundle 1
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Switch1(config) # interface port-channel 1Switch1(config-if) # port-channel min-links 1

Topic 1 Β· Question 1028 Β· Select all that apply

Which two protocols are supported on service-port interfaces? (Choose two.)

  • ATelnet (correct answer)
  • BSCP
  • CTACACS+
  • DSSH (correct answer)
  • ERADIUS
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: Telnet Option D: SSH

Explanation

SSH provides encrypted remote CLI administration and should replace insecure Telnet.

Topic 1 Β· Question 1029

What is the benefit of using private IPv4 addressing?

  • Ato enable secure connectivity over the Internet
  • Bto shield internal network devices from external access (correct answer)
  • Cto provide reliable connectivity between like devices
  • Dto be routable over an external network
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: to shield internal network devices from external access This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 1030

Two switches have been implemented and all interfaces are at the default configuration level. A trunk link must be implemented between two switches with these requirements: β€’ using an industry-standard trunking protocol β€’ permitting VLANs 1-10 and denying other VLANs How must the interconnecting ports be configured?

  • Aswitchport mode dynamicchannel-protocol lacpswitchport trunk allowed vlans 1-10
  • Bswitchport mode trunkswitchport trunk allowed vlans 1-10switchport trunk native vlan 11
  • Cswitchport mode trunkswitchport trunk encapsulation dot1qswitchport trunk allowed vlans 1-10 (correct answer)
  • Dswitchport mode dynamic desirablechannel-group 1 mode desirableswitchport trunk encapsulation islswitchport trunk allowed vlan except 11-4094
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: switchport mode trunkswitchport trunk encapsulation dot1qswitchport trunk allowed vlans 1-10

Explanation

A trunk carries traffic for multiple VLANs between network devices. A VLAN creates a separate Layer 2 broadcast domain on switched infrastructure.

Topic 1 Β· Question 1031

Refer to the exhibit. Traffic that is flowing over interface TenGigabitEthemet0/0/0 experiences slow transfer speeds. What is the cause of this issue?

Exhibit 1 for question 1031
  • Aspeed conflict
  • Bqueuing drops
  • Cduplex incompatibility (correct answer)
  • Dheavy traffic congestion
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: duplex incompatibility

Explanation

PAT distinguishes many inside sessions on one public address by translating transport-layer ports.

Topic 1 Β· Question 1032 Β· Select all that apply

Which two host addresses are reserved for private use within an enterprise network? (Choose two.)

  • A10.172.76.200 (correct answer)
  • B12.17.1.20
  • C172.15.2.250
  • D172.31.255.100 (correct answer)
  • E192.169.32.10
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: 10.172.76.200 Option D: 172.31.255.100 This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 1033

Refer to the exhibit. The iPv6 address for the LAN segment on router R2 must be configured using the EUI-64 format. Which address must be used?

Exhibit 1 for question 1033
  • Aipv6 address 2001:DB8:D8D2:1009:10A0:ABFF:FECC:1 eui-64 (correct answer)
  • Bipv6 address 2001:DB8:D8D2:1009:1230:ABFF:FECC:1 eui-64
  • Cipv6 address 2001:DB8:D8D2:1009:4347:31FF:FF47:0 eui-64
  • Dipv6 address 2001:DB8:D8D2:1009:12A0:AB34:FFCC:1 eui-64
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: ipv6 address 2001:DB8:D8D2:1009:10A0:ABFF:FECC:1 eui-64

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. IPv6 uses 128-bit addresses and relies on Neighbor Discovery rather than ARP.

Topic 1 Β· Question 1034 Β· Select all that apply

What are two reasons to configure PortFast on a switch port attached to an end host? (Choose two.)

  • Ato block another switch or host from communicating through the port
  • Bto enable the port to enter the forwarding state immediately when the host boots up (correct answer)
  • Cto prevent the port from participating in Spanning Tree Protocol operations
  • Dto protect the operation of the port from topology change processes (correct answer)
  • Eto limit the number of MAC addresses learned on the port to 1
Reveal answer & explanation
Correct answer: B, D

The correct answer is B, D. Option B: to enable the port to enter the forwarding state immediately when the host boots up Option D: to protect the operation of the port from topology change processes

Topic 1 Β· Question 1036

A network administrator wants the syslog server to filter incoming messages into different files based on their importance. Which filtering criteria must be used?

  • Amessage body
  • Blevel (correct answer)
  • Cfacility
  • Dprocess ID
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: level

Topic 1 Β· Question 1038

Which interface or port on the WLC is the default for in-band device administration and communications between the controller and access points?

  • Aconsole port
  • Bmanagement interface (correct answer)
  • Cvirtual interface
  • Dservice port
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: management interface

Topic 1 Β· Question 1039

Refer to the exhibit. A network administrator configures the CPE to provide internet access to the company headquarters. Traffic must be load-balanced via ISP1 and ISP2 to ensure redundancy. Which two command sets must be configured on the CPE router? (Choose two.)

Exhibit 1 for question 1039
  • Aip route 0.0.0.0 0.0.0.0 198.51.100.1 255ip route 0.0.0.0 0.0.0.0 203.0.113.1 255ip route 128.0.0.0 128.0.0.0 203.0.113.1
  • Bip route 0.0.0.0 128.0.0.0 198.51.100.1ip route 128.0.0.0 128.0.0.0 203.0.113.1ip route 0.0.0.0 0.0.0.0 198.51.100.1ip route 0.0.0.0 0.0.0.0 203.0.113.1
  • Cip route 0.0.0.0 0.0.0.0 198.51.100.1ip route 0.0.0.0 0.0.0.0 203.0.113.1 (correct answer)
  • Dip route 0.0.0.0 128.0.0.0 198.51.100.1ip route 128.0.0.0 128.0.0.0 203.0.113.1
  • Eip route 0.0.0.0 0.0.0.0 198.51.100.1ip route 0.0.0.0 0.0.0.0 203.0.113.1 2
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: ip route 0.0.0.0 0.0.0.0 198.51.100.1ip route 0.0.0.0 0.0.0.0 203.0.113.1

Topic 1 Β· Question 1040

Refer to the exhibit. A network engineer updates the existing configuration on interface fastethernet1/1 switch SW1. It must establish an EtherChannel by using the same group designation with another vendor switch. Which configuration must be performed to complete the process?

Exhibit 1 for question 1040
  • Ainterface port-channel 2channel-group 2 mode desirable
  • Binterface fastethernet 1/1channel-group 2 mode on
  • Cinterface fastethernet 1/1channel-group 2 mode active (correct answer)
  • Dinterface port-channel 2channel-group 2 mode auto
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: interface fastethernet 1/1channel-group 2 mode active

Topic 1 Β· Question 1041 Β· Select all that apply

Which two characteristics are representative of virtual machines (VMs)? (Choose two.)

  • Amultiple VMs operate on the same underlying hardware (correct answer)
  • BEach VMs operating system depends on its hypervisor
  • CA VM on a hypervisor is automatically interconnected to other VMs
  • DA VM on an individual hypervisor shares resources equally
  • EEach VM runs independently of any other VM in the same hypervisor (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: multiple VMs operate on the same underlying hardware Option E: Each VM runs independently of any other VM in the same hypervisor

Topic 1 Β· Question 1042

What is the recommended switch load-balancing mode for Cisco WLCs?

  • Asource-destination IP address
  • Bdestination IP address
  • Cdestination MAC address
  • Dsource-destination MAC address (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: source-destination MAC address

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. NAT translates addresses between network domains, commonly conserving public IPv4 addresses.

Topic 1 Β· Question 1043

What must be considered when using 802.11a?

  • AIt is chosen over 802.11b when a lower-cost solution is necessary
  • BIt is susceptible to interference from 2.4 GHz devices such as microwave ovens
  • CIt is compatible with 802.11b- and 802 11g-compliant wireless devices
  • DIt is used in place of 802.11b/g when many nonoverlapping channels are required (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: It is used in place of 802.11b/g when many nonoverlapping channels are required

Topic 1 Β· Question 1044

Refer to the exhibit. An engineer configures interface fa0/1 on SW1 and SW2 to pass traffic from two different VLANs. For security reasons, company policy requires the native VLAN to be set to a nondefault value. Which configuration meets this requirement?

Exhibit 1 for question 1044
  • ASwitch(config-if)#switchport mode trunkSwitch(config-if)#switchport trunk encapsulation dot1qSwitch(config-if)#switchport trunk allowed vlan 100,105Switch(config-if)#switchport trunk native vlan 3 (correct answer)
  • BSwitch(config-if)#switchport mode trunkSwitch(config-if)#switchport trunk encapsulation islSwitch(config-if)#switchport trunk allowed vlan 100,105Switch(config-if)#switchport trunk native vlan 1
  • CSwitch(config-if)#switchport mode dynamicSwitch(config-if)#switchport access vlan 100,105Switch(config-if)#switchport trunk native vlan 1
  • DSwitch(config-if)#switchport mode accessSwitch(config-if)#switchport trunk encapsulation dot1qSwitch(config-if)#switchport access vlan 100,105Switch(config-if)#switchport trunk native vlan 3
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Switch(config-if)#switchport mode trunkSwitch(config-if)#switchport trunk encapsulation dot1qSwitch(config-if)#switchport trunk allowed vlan 100,105Switch(config-if)#switchport trunk native vlan 3

Explanation

A trunk carries traffic for multiple VLANs between network devices. Frames in the native VLAN are untagged by default on an 802.1Q trunk. A VLAN creates a separate Layer 2 broadcast domain on switched infrastructure. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 1045

Refer to the exhibit A new VLAN and switch are added to the network. A remote engineer configures OldSwitch and must ensure that the configuration meets these requirements: β€’ accommodates current configured VLANs β€’ expands the range to include VLAN 20 β€’ allows for IEEE standard support for virtual LANs Which configuration on the NewSwitch side of the link meets these requirements?

Exhibit 1 for question 1045
  • Aswitch port mode dynamicchannel group 1 mode activeswitchport trunk allowed vlan 5,10,15, 20
  • Bno switchport mode trunkswitchport trunk encapsulation islswitchport mode access vlan 20
  • Cswitchport nonegotiateno switchport trunk allowed vlan 5,10switchport trunk allowed vlan 5,10,15,20
  • Dno switchport trunk encapsulation islswitchport trunk encapsulation dot1qswitchport trunk allowed vlan add 20 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: no switchport trunk encapsulation islswitchport trunk encapsulation dot1qswitchport trunk allowed vlan add 20

Explanation

A trunk carries traffic for multiple VLANs between network devices. A VLAN creates a separate Layer 2 broadcast domain on switched infrastructure.

Topic 1 Β· Question 1047

Refer to the exhibit. A network engineer is adding another physical interface as a new member to the existing Port-Channel1 bundle. Which command set must be configured on the new interface to complete the process?

Exhibit 1 for question 1047
  • Ano switchportchannel group 1 mode active (correct answer)
  • Bno switchportchannel-group 1 mode on
  • Cswitchport mode trunkchannel-group 1 mode active
  • Dswitchportswitchport mode trunk
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: no switchportchannel group 1 mode active

Showing questions 921–940 of 1182 Β· Page 47 of 60