Cisco Certified Network Associate (200-301 CCNA) – Question201

Refer to the exhibit. Which two commands when used together create port channel 10? (Choose two.)


A.
int range g0/0-1
channel-group 10 mode active
B. int range g0/0-1
channel-group 10 mode desirable
C. int range g0/0-1
channel-group 10 mode passive
D. int range g0/0-1
channel-group 10 mode auto
E. int range g0/0-1
channel-group 10 mode on

Correct Answer: AC

Cisco Certified Network Associate (200-301 CCNA) – Question200

Which two command sequences must be configured on a switch to establish a Layer 3 EtherChannel with an open-standard protocol? (Choose two.)

A.
interface GigabitEthernet0/0/1
channel-group 10 mode auto
B. interface GigabitEthernet0/0/1
channel-group 10 mode on
C. interface port-channel 10
no switchport
ip address 172.16.0.1 255.255.255.0
D. interface GigabitEthernet0/0/1
channel-group 10 mode active
E. interface port-channel 10
switchport
switchport mode trunk

Correct Answer: CD

Cisco Certified Network Associate (200-301 CCNA) – Question199

Refer to the exhibit. The network administrator wants VLAN 67 traffic to be untagged between Switch 1 and Switch 2, while all other VLANs are to remain tagged. Which command accomplishes this task?


A.
switchport access vlan 67
B. switchport trunk allowed vlan 67
C. switchport private-vlan association host 67
D. switchport trunk native vlan 67

Correct Answer: D

Cisco Certified Network Associate (200-301 CCNA) – Question198

Which design element is a best practice when deploying an 802.11b wireless infrastructure?

A.
allocating nonoverlapping channels to access points that are in close physical proximity to one another
B. disabling TCP so that access points can negotiate signal levels with their attached wireless devices
C. configuring access points to provide clients with a maximum of 5 Mbps
D. setting the maximum data rate to 54 Mbps on the Cisco Wireless LAN Controller

Correct Answer: A

Cisco Certified Network Associate (200-301 CCNA) – Question197

A Cisco IP phone receives untagged data traffic from an attached PC. Which action is taken by the phone?

A.
It drops the traffic.
B. It allows the traffic to pass through unchanged.
C. It tags the traffic with the native VLAN.
D. It tags the traffic with the default VLAN.

Correct Answer: B

Explanation:

Explanation:
Untagged traffic from the device attached to the Cisco IP Phone passes through the phone unchanged, regardless of the trust state of the access port on the phone.
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/sof…

Cisco Certified Network Associate (200-301 CCNA) – Question196

Two switches are connected and using Cisco Dynamic Trunking Protocol. SW1 is set to Dynamic Auto and SW2 is set to Dynamic Desirable. What is the result of this configuration?

A.
The link becomes an access port.
B. The link is in an error disabled state.
C. The link is in a down state.
D. The link becomes a trunk port.

Correct Answer: D

Cisco Certified Network Associate (200-301 CCNA) – Question195


Refer to the exhibit. Based on the LACP neighbor status, in which mode is the SW1 port channel configured?

A.
mode on
B. active
C. passive
D. auto

Correct Answer: B

Explanation:

Explanation:
From the neighbor status, we notice the “Flags” are SP. “P” here means the neighbor is in Passive mode. In order to create an Etherchannel interface, the (local) SW1 ports should be in Active mode. Moreover, the “Port State” in the exhibit is “0x3c” (which equals to “00111100 in binary format). Bit 3 is “1” which means the ports are synchronizing -> the ports are working so the local ports should be in Active mode.

Cisco Certified Network Associate (200-301 CCNA) – Question194


Refer to the exhibit. How does SW2 interact with other switches in this VTP domain?

A.
It transmits and processes VTP updates from any VTP clients on the network on its trunk ports.
B. It processes VTP updates from any VTP clients on the network on its access ports.
C. It receives updates from all VTP servers and forwards all locally configured VLANs out all trunk ports.
D. It forwards only the VTP advertisements that it receives on its trunk ports.

Correct Answer: D

Explanation:

Explanation:
The VTP mode of SW2 is transparent so it only forwards the VTP updates it receives to its trunk links without processing them.
Reference:
https://www.cisco.com/c/en/us/support/docs/lan-switching/vtp/10558-…

Cisco Certified Network Associate (200-301 CCNA) – Question193

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

A.
lldp timer
B. lldp tlv-select
C. lldp reinit
D. lldp holdtime

Correct Answer: C

Explanation:

Explanation:
lldp holdtime seconds: Specify the amount of time a receiving device should hold the information from 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
Reference:
https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3560/sof…

Cisco Certified Network Associate (200-301 CCNA) – Question192

Which two values or settings must be entered when configuring a new WLAN in the Cisco Wireless LAN Controller GUI? (Choose two.)

A.
QoS settings
B. IP address of one or more access points
C. SSID
D. profile name
E. management interface settings

Correct Answer: CD