πŸ”

200-301 β€” questions

Page 40 of 60 Β· 1182 total questions.

Topic 1 Β· Question 861

Refer to the exhibit. Wireless LAN access must be set up to force all clients from the NA WLAN to authenticate against the local database. The WLAN is configured for local EAP authentication. The time that users access the network must not be limited. Which action completes this configuration?

Exhibit 1 for question 861
  • ACheck the Guest User Role check box.
  • BUncheck the Guest User check box. (correct answer)
  • CSet the Lifetime (seconds) value to 0.
  • DClear the Lifetime (seconds) value.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Uncheck the Guest User check box.

Topic 1 Β· Question 863

What is a specification for SSIDs?

  • AThey must include one number and one letter.
  • BThey are a Cisco proprietary security feature.
  • CThey are case sensitive. (correct answer)
  • DThey define the VLAN on a switch.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: They are case sensitive.

Topic 1 Β· Question 864

What is a reason to configure a trunk port that connects to a WLC distribution port?

  • AProvide redundancy if there is a link failure for out-of-band management.
  • BAllow multiple VLANs to be used in the data path. (correct answer)
  • CPermit multiple VLANs to provide out-of-band management.
  • DEliminate redundancy with a link failure in the data path.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Allow multiple VLANs to be used in the data path.

Explanation

A VLAN creates a separate Layer 2 broadcast domain on switched infrastructure. PAT distinguishes many inside sessions on one public address by translating transport-layer ports.

Topic 1 Β· Question 866

Refer to the exhibit. A Cisco WLC administrator is creating a new wireless network with enhanced SSID security. The new network must operate at 2.4 Ghz with 54 Mbps of throughput. Which set of tasks must the administrator perform to complete the configuration?

Exhibit 1 for question 866
  • AUncheck the Broadcast SSID check box and set the Radio Policy to 802.11a/g only.
  • BCheck the Broadcast SSID check box and set the Radio Policy to 802.11g only.
  • CUncheck the Broadcast SSID check box and set the Radio Policy to 802.11g only. (correct answer)
  • DCheck the Broadcast SSID check box and set the Radio Policy to 802.11a only.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Uncheck the Broadcast SSID check box and set the Radio Policy to 802.11g only. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 867

Which switching feature removes unused MAC addresses from the MAC address table, which allows new MAC addresses to be added?

  • AMAC address aging (correct answer)
  • BMAC move
  • CMAC address auto purge
  • Ddynamic MAC address learning
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: MAC address aging

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead.

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

Refer to the exhibit. A network engineer configures the CCNA WLAN so that clients must reauthenticate hourly and to limit the number of simultaneous connections to the WLAN to 10. Which two actions complete this configuration? (Choose two.)

Exhibit 1 for question 868
  • AEnable the Wi-Fi Direct Clients Policy option
  • BEnable the Enable Session Timeout option and set the value to 3600. (correct answer)
  • CEnable the Client Exclusion option and set the value to 3600.
  • DSet the Maximum Allowed Clients value to 10. (correct answer)
  • ESet the Maximum Allowed Clients Per AP Radio value to 10.
Reveal answer & explanation
Correct answer: B, D

The correct answer is B, D. Option B: Enable the Enable Session Timeout option and set the value to 3600. Option D: Set the Maximum Allowed Clients value to 10.

Topic 1 Β· Question 869

Refer to the exhibit. The SW1 and SW2 Gi0/0 ports have been preconfigured. An engineer is given these requirements: β€’ Allow all PCs to communicate with each other at Layer 3. β€’ Configure untagged traffic to use VLAN 5. β€’ Disable VLAN 1 from being used. Which configuration set meets these requirements?

Exhibit 1 for question 869
  • ASW1#interface Gi0/1switchport mode trunkswitchport trunk allowed vlan 5,7,9,108switchport trunk native vlan 5interface Gi0/2switchport mode trunkswitchport trunk allowed vlan 5,7,9,108SW2#interface Gi0/1switchport mode accessswitchport access vlan 7interface Gi0/7switchport mode trunkswitchport trunk allowed vlan 7,9,108
  • BSW1#interface Gi0/1switchport mode trunkswitchport trunk allowed vlan 5,7,9,108switchport trunk native vlan 5interface Gi0/2switchport mode accessswitchport trunk allowed vlan 7,9,108SW2#interface Gi0/1switchport mode accessno switchport access vlan 1switchport access vlan 7interface Gi0/7switchport mode trunkswitchport trunk allowed vlan 7,9,108switchport trunk native vlan 5
  • CSW#1 -interface Gi0/1switchport mode trunkswitchport trunk allowed vlan 5,7,9,108switchport trunk native vlan 5interface Gi0/2switchport mode trunkswitchport trunk allowed vlan 5,7,9,108SW2#interface Gi0/1switchport mode accessswitchport access vlan 7interface Gi0/7switchport mode trunkswitchport trunk allowed vlan 5,7,9,108switchport trunk native vlan 5 (correct answer)
  • DSW1#interface Gi0/1switchport mode trunkswitchport trunk allowed vian 5,7,9,108interface Gi0/2switchport mode trunkswitchport trunk allowed vlan 7,9,108SW2#interface Gi0/1switchport mode trunkswitchport trunk allowed vlan 7interface Gi0/7switchport mode trunkswitchport trunk allowed vlan 5,7,9,108
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: SW#1 -interface Gi0/1switchport mode trunkswitchport trunk allowed vlan 5,7,9,108switchport trunk native vlan 5interface Gi0/2switchport mode trunkswitchport trunk allowed vlan 5,7,9,108SW2#interface Gi0/1switchport m...

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.

Topic 1 Β· Question 870

Refer to the exhibit. How must router A be configured so that it only sends Cisco Discovery Protocol information to router C?

Exhibit 1 for question 870
  • A#config tRouter A (config)#no cdp run -Router A (config)#interface gi0/0/1Router A (config-if)#cdp enable -
  • B#config tRouter A (config)#cdp run -Router A (config)#interface gi0/0/0Router A (config-if)#no cdp enableC.#config t -Router A (config)#cdp run -Router A (config)#interface gi0/0/1Router A (config-if)#cdp enable - (correct answer)
  • D#config tRouter A (config)#cdp run -Router A (config)#interface gi0/0/0Router A (config-if)#cdp enable
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: #config tRouter A (config)#cdp run -Router A (config)#interface gi0/0/0Router A (config-if)#no cdp enableC.#config t -Router A (config)#cdp run -Router A (config)#interface gi0/0/1Router A (config-if)#cdp enable -

Explanation

CDP is Cisco's proprietary Layer 2 neighbor discovery protocol.

Topic 1 Β· Question 871

Refer to the exhibit. An administrator must turn off the Cisco Discovery Protocol on the port configured with address last usable address in the 10.0.0.0/30 subnet. Which command set meets the requirement?

Exhibit 1 for question 871
  • Ainterface gi0/1no cdp enable (correct answer)
  • Binterface gi0/0no cdp run
  • Cinterface gi0/0no cdp advertise-v2
  • Dinterface gi0/1clear cdp table
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: interface gi0/1no cdp enable

Explanation

CDP is Cisco's proprietary Layer 2 neighbor discovery protocol.

Topic 1 Β· Question 872

Which WLC port connects to a switch to pass normal access-point traffic?

  • Aredundancy
  • Bservice
  • Cconsole
  • Ddistribution system (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: distribution system

Topic 1 Β· Question 873

Which default condition must be considered when an encrypted mobility tunnel is used between two Cisco WLCs?

  • AThe tunnel uses the IPses protocol for encapsulation.
  • BControl and data traffic encryption are enabled. (correct answer)
  • CThe tunnel uses the EoIP protocol to transmit data traffic.
  • DTCP port 443 and UDP 21 are used.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Control and data traffic encryption are enabled. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 874

Refer to the exhibit. After a recent internal security audit, the network administrator decided to block all P2P-capable devices from the selected SSID. Which configuration setting must the administrator apply?

Exhibit 1 for question 874
  • ASet the Wi-Fi Direct Client Policy to Not-Allow.
  • BSelect a correctly configured Layer 2 ACL.
  • CSet the MFP Client Protection to Required.
  • DSet the P2P Block Action to Drop. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Set the P2P Block Action to Drop.

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 875

What is the primary purpose of a console port on a Cisco WLC?

  • Ain-band management via an asynchronous transport
  • Bin-band management via an IP transport
  • Cout-of-band management via an asynchronous transport (correct answer)
  • Dout-of-band management via an IP transport
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: out-of-band management via an asynchronous transport

Topic 1 Β· Question 876

Which port type does a lightweight AP use to connect to the wired network when it is configured in local mode?

  • AEtherChannel
  • Baccess (correct answer)
  • CLAG
  • Dtrunk
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: access

Topic 1 Β· Question 877

Which step immediately follows receipt of the EAP success message when session resumption is disabled for an EAP-TLS connection?

  • APMKID caching
  • Bfour-way handshake
  • C802.1X authentication
  • DEAPOL-key frame (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: EAPOL-key frame

Topic 1 Β· Question 878

Refer to the exhibit. All interfaces are in the same VLAN. All switches are configured with the default STP priorities. During the STP elections, which switch becomes the root bridge?

Exhibit 1 for question 878
  • AMDF-DC-1: 08:E0:43:42:70:13
  • BMDF-DC-2: 08:0E:18:22:05:97
  • CMDF-DC-4: 08:E0:19:A1:B3:19
  • DMDF-DC-3: 08:0E:18:1A:3C:9D (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: MDF-DC-3: 08:0E:18:1A:3C:9D

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

What are two port types used by a Cisco WLC for out-of-band management? (Choose two.)

  • Aservice (correct answer)
  • Bconsole (correct answer)
  • Cmanagement
  • Ddistribution system
  • Eredundant
Reveal answer & explanation
Correct answer: A, B

The correct answer is A, B. Option A: service Option B: console

Topic 1 Β· Question 880

What is a reason to implement LAG on a Cisco WLC?

  • AAllow for stateful failover between WLCs.
  • BIncrease security by encrypting management frames.
  • CIncrease the available throughput on the link. (correct answer)
  • DEnable the connected switch ports to use different Layer 2 configurations.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Increase the available throughput on the link.

Topic 1 Β· Question 881

A wireless access point is needed and must meet these requirements: β€’ β€œzero-touch” deployed and managed by a WLC β€’ process only real-time MAC functionality β€’ used in a split-MAC architecture Which access point type must be used?

  • Amesh
  • Bautonomous
  • Clightweight (correct answer)
  • Dcloud-based
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: lightweight This option meets the real-time / low-latency performance requirement.

Topic 1 Β· Question 882

Which interface is used for out-of-band management on a WLC?

  • Amanagement
  • Bvirtual
  • Cdynamic
  • Dservice port (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: service port

Showing questions 781–800 of 1182 Β· Page 40 of 60