Cisco 200-301 Real Exam Questions
The questions for 200-301 were last updated at Nov 19,2024.
- Exam Code: 200-301
- Exam Name: Implementing and Administering Cisco Solutions
- Certification Provider: Cisco
- Latest update: Nov 19,2024
What event has occurred if a router sends a notice level message to a syslog server?
- A . A TCP connection has been torn down
- B . An ICMP connection has been built
- C . An interface line has changed status
- D . A certificate has expired.
Which command prevents passwords from being stored in the configuration as plain text on a router or switch?
- A . enable secret
- B . service password-encryption
- C . username Cisco password encrypt
- D . enable password
Which two command sequences must you configure on switch to establish a Layer 3 EtherChannel with an open-standard protocol? (Choose two)
- A . interface GigabitEthernet0/0/1
channel-group 10 mode on - B . interface GigabitEthernet0/0/1
channel-group 10 mode active - C . interface GigabitEthernet0/0/1
channel-group 10 mode auto - D . interface port-channel 10 switchport
switchport mode trunk - E . interface port-channel 10 no switchport
ip address 172.16.0.1.255.255.255.0
Which type of wireless encryption is used for WPA2 in preshared key mode?
- A . TKIP with RC4
- B . RC4
- C . AES-128
- D . AES-256
Which QoS Profile is selected in the GUI when configuring a voice over WLAN deployment?
- A . Bronze
- B . Platinum
- C . Silver
- D . Gold
Refer to the exhibit.
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)
- A . Add a "permit ip any any" statement to the begining of ACL 101 for allowed traffic.
- B . Add a "permit ip any any" statement at the end of ACL 101 for allowed traffic
- C . The source and destination IPs must be swapped in ACL 101
- D . The ACL must be configured the Gi0/2 interface inbound on R1
- E . The ACL must be moved to the Gi0/1 interface outbound on R2
Which API is used in controller-based architectures to interact with edge devices?
- A . overlay
- B . northbound
- C . underlay
- D . southbound
Which command is used to specify the delay time in seconds for LLDP to initialize on any interface?
- A . lldp timer
- B . lldp holdtimt
- C . lldp reinit
- D . lldp tlv-select
What is the difference regarding reliability and communication type between TCP and UDP?
- A . TCP is reliable and is a connection-oriented protocol UDP is not reliable and is a connectionless protocol
- B . TCP is not reliable and is a connection-oriented protocol; UDP is reliable and is a connectionless protocol
- C . TCP is not reliable and is a connectionless protocol; UDP is reliable and is a connection-oriented protocol
- D . TCP is reliable and is a connectionless protocol; UDP is not reliable and is a connection-oriented protocol
How do TCP and UDP differ in the way that they establish a connection between two endpoints?
- A . TCP uses synchronization packets, and UDP uses acknowledgment packets.
- B . UDP uses SYN, SYN ACK and FIN bits in the frame header while TCP uses SYN, SYN ACK and ACK bits
- C . UDP provides reliable message transfer and TCP is a connectionless protocol
- D . TCP uses the three-way handshake and UDP does not guarantee message delivery