πŸ”

200-301 β€” questions

Page 44 of 60 Β· 1182 total questions.

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

Which two features introduced in SNMPv2 provide the ability to retrieve large amounts of data in one request and acknowledge a trap using PDUs? (Choose two.)

  • AGet
  • BGetNext
  • CSet
  • DGetBulk (correct answer)
  • EInform (correct answer)
Reveal answer & explanation
Correct answer: D, E

The correct answer is D, E. Option D: GetBulk Option E: Inform

Topic 1 Β· Question 955

What is the purpose of configuring different levels of syslog for different devices on the network?

  • Ato set the severity of syslog messages from each device (correct answer)
  • Bto control the number of syslog messages from different devices that are stored locally
  • Cto identify the source from which each syslog message originated
  • Dto rate-limit messages for different severity levels from each device
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: to set the severity of syslog messages from each device

Explanation

Syslog sends timestamped device events to local or remote logging destinations by severity.

Topic 1 Β· Question 956

Refer to the exhibit. The DHCP server is configured with a DHCP pool for each of the subnets represented. Which command must be configured on switch SW1 to allow DHCP clients on VLAN 10 to receive dynamic IP addresses from the DHCP server?

Exhibit 1 for question 956
  • ASW1(config-if)#ip helper-address 192.168.10.1
  • BSW1(config-if)#ip helper-address 192.168.20.1
  • CSW1(config-if)#ip helper-address 192.168.20.2 (correct answer)
  • DSW1(config-if)#ip helper-address 192.168.10.2
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: SW1(config-if)#ip helper-address 192.168.20.2

Explanation

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

Topic 1 Β· Question 958

Refer to the exhibit. Which minimum configuration items are needed to enable Secure Shell version 2 access to R15?

  • ARouter(config)#hostname R15 -R15(config)#ip domain-name cisco.comR15(config)#crypto key generate rsa general-keys modulus 1024R15(config)#ip ssh version 2 -R15(config-line)#line vty 0 15 -R15(config-line)# transport input ssh (correct answer)
  • BRouter(config)#crypto key generate rsa general-keys modulus 1024Router(config)#ip ssh version 2 -Router(config-line)#line vty 015Router(config-line)# transport input sshRouter(contig)#ip ssh logging eventsR15(config)#ip ssh stricthostkeycheck
  • CRouter(config)#hostname R15 -R15(config)#crypto key generate rsa general-keys modulus 1024R15(config-line)#line vty 0 15 -R15(config-line)# transport input sshR15(config)#ip ssh source-interface Fa0/0R15(config)#ip ssh stricthostkeycheck
  • DRouter(config)#ip domain-name cisco.comRouter(config)#crypto key generate rsa general-keys modulus 1024Router(contig)#ip ssh version 2 -Router(config-line)#line vty 0 15Router(config-line)# transport input allRouter(config)#ip ssh logging events
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Router(config)#hostname R15 -R15(config)#ip domain-name cisco.comR15(config)#crypto key generate rsa general-keys modulus 1024R15(config)#ip ssh version 2 -R15(config-line)#line vty 0 15 -R15(config-line)# transport i...

Explanation

SSH provides encrypted remote CLI administration and should replace insecure Telnet. This option keeps traffic private / properly secured as required.

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

hostname CPE service password-encryption ip domain name ccna.cisco.com ip name-server 198.51.100.210 crypto key generate rsa modulus 1024 username admin privilege 15 secret s0m3s3cr3t line vty 0 4 transport input ssh login local Refer to the exhibit. An engineer executed the script and added commands that were not necessary for SSH and now must remove the commands. Which two commands must be executed to correct the configuration? (Choose two.)

  • Ano ip name-serveer 198.51.100.210 (correct answer)
  • Bno login local
  • Cno service password-encryption (correct answer)
  • Dno ip domain mame ccna.cisco.com
  • Eno hostname CPE
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: no ip name-serveer 198.51.100.210 Option C: no service password-encryption This option keeps traffic private / properly secured as required.

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

Which two actions are taken as the result of traffic policing? (Choose two.)

  • Abursting
  • Bdropping (correct answer)
  • Cremarking (correct answer)
  • Dfragmentation
  • Ebuffering
Reveal answer & explanation
Correct answer: B, C

The correct answer is B, C. Option B: dropping Option C: remarking

Explanation

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

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

Which two server types support domain name to IP address resolution? (Choose two.)

  • Aauthoritative (correct answer)
  • Bweb
  • Cfile transfer
  • Dresolver (correct answer)
  • EESX host
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: authoritative Option D: resolver

Topic 1 Β· Question 962

What is a purpose of traffic shaping?

  • AIt enables policy-based routing.
  • BIt enables dynamic flow identification.
  • CIt provides best-effort service.
  • DIt limits bandwidth usage. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: It limits bandwidth usage.

Topic 1 Β· Question 963

An engineering team asks an implementer to configure syslog for warning conditions and error conditions. Which command does the implementer configure to achieve the desired result?

  • Alogging trap 5
  • Blogging trap 2
  • Clogging trap 3
  • Dlogging trap 4 (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: logging trap 4

Topic 1 Β· Question 965

Which WLC management connection type is vulnerable to man-in-the-middle attacks?

  • Aconsole
  • BTelnet (correct answer)
  • CSSH
  • DHTTPS
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Telnet

Topic 1 Β· Question 966

Refer to the exhibit. An engineer booted a new switch and applied this configuration via the console port. Which additional configuration must be applied to allow administrators to authenticate directly to global configuration mode via Telnet using a local username and password?

Exhibit 1 for question 966
  • AR1(config)#username admin -R1(config-if)#line vty 0 4 -R1(config-line)#password p@ss1234R1(config-line)#transport input telnet
  • BR1(config)#username admin privilege 15 secret p@ss1234R1(config-if)#line vty 0 4 -R1(config-line)#login local (correct answer)
  • CR1(config)#username admin secret p@ss1234R1(config-if)#line vty 0 4 -R1(config-line)#login local -R1(config)#enable secret p@ss1234
  • DR1(config)#username admin -R1(config-if)#line vty 0 4 -R1(config-line)#password p@ss1234
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: R1(config)#username admin privilege 15 secret p@ss1234R1(config-if)#line vty 0 4 -R1(config-line)#login local

Topic 1 Β· Question 967

Which type of encryption does WPA1 use for data protection?

  • APEAP
  • BTKIP (correct answer)
  • CAES
  • DEAP
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: TKIP This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 968

Refer to the exhibit. A network administrator must permit traffic from the 10.10.0.0/24 subnet to the WAN on interface Serial0. What is the effect of the configuration as the administrator applies the command?

Exhibit 1 for question 968
  • AThe router accepts all incoming traffic to Serial0 with the last octet of the source IP set to 0.
  • BThe permit command fails and returns an error code.
  • CThe router fails to apply the access list to the interface. (correct answer)
  • DThe sourced traffic from IP range 10.0.0.0 - 10.0.0.255 is allowed on Serial0.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: The router fails to apply the access list to the interface.

Topic 1 Β· Question 970

A network engineer must configure an access list on a new Cisco IOS router. The access list must deny HTTP traffic to network 10.125.128.32/27 from the 192.168.240.0/20 network, but it must allow the 192.168.240.0/20 network to reach the rest of the 10.0.0.0/8 network. Which configuration must the engineer apply?

  • Aip access-list extended deny_outbound10 permit ip 192.168.240.0 255.255.240.0 10.0.0.0 255.0.0.020 deny tcp 192.168.240.0 255.255.240.0 10.125.128.32 255.255.255.224 eq 44330 permit ip any any
  • Bip access-list extended deny_outbound10 deny tcp 192.168.240.0 0.0.15.255 10.125.128.32 0.0.0.31 eq 8020 permit ip 192.168.240.0 0.0.15.255 10.0.0.0 0.255.255.25530 deny ip any any log (correct answer)
  • Cip access-list extended deny_outbound10 deny tcp 10.125.128.32 255.255.255.224 192.168.240.0 255.255.240.0 eq 44320 deny tcp 192.168.240.0 255.255.240.0 10.125.128.32 255.255.255.224 eq 44330 permit ip 192.168.240.0 255.255.240.0 10.0.0.0 255.0.0.0
  • Dip access-list extended deny_outbound10 deny tcp 192.168.240.0 0.0.15.255 any eq 8020 deny tcp 192.168.240.0 0.0.15.255 10.125.128.32 0.0.0.31 eq 8030 permit ip 192.168.240.0 0.0.15.255 10.0.0.0 0.255.255.255
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: ip access-list extended deny_outbound10 deny tcp 192.168.240.0 0.0.15.255 10.125.128.32 0.0.0.31 eq 8020 permit ip 192.168.240.0 0.0.15.255 10.0.0.0 0.255.255.25530 deny ip any any log

Topic 1 Β· Question 971

What is the definition of backdoor malware?

  • Amalicious code that is installed onto a computer to allow access by an unauthorized user (correct answer)
  • Bmalicious program that is used to launch other malicious programs
  • Cmalicious code that infects a user machine and then uses that machine to send spam
  • Dmalicious code with the main purpose of downloading other malicious code
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: malicious code that is installed onto a computer to allow access by an unauthorized user

Topic 1 Β· Question 972

What does WPA3 provide in wireless networking?

  • Abackward compatibility with WPA and WPA2
  • Bsafeguards against brute force attacks with SAE (correct answer)
  • Cincreased security and requirement of a complex configuration
  • Doptional Protected Management Frame negotiation
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: safeguards against brute force attacks with SAE

Topic 1 Β· Question 973

Which global command encrypts all passwords in the running configuration?

  • Aservice password-encryption (correct answer)
  • Benable password-encryption
  • Cenable secret
  • Dpassword-encrypt
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: service password-encryption This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 974

Refer to the exhibit. A network administrator is configuring a router for user access via SSH. The service-password encryption command has been issued. The configuration must meet these requirements: β€’ Create the username as CCUser. β€’ Create the password as NA!2$cc. β€’ Encrypt the user password. What must be configured to meet the requirements?

Exhibit 1 for question 974
  • Ausername CCUser privilege 10 password NA!2$cc
  • Busername CCUser privilege 15 password NA!2$ccenable secret 0 NA!2$cc
  • Cusername CCUser secret NA!2Sce (correct answer)
  • Dusername CCUser password NA!2$ccenable password level 5 NA!2$cc
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: username CCUser secret NA!2Sce This option keeps traffic private / properly secured as required.

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

Refer to the exhibit. A network engineer started to configure port security on a new switch. These requirements must be met: β€’ MAC addresses must be learned dynamically. β€’ Log messages must be generated without disabling the interface when unwanted traffic is seen. Which two commands must be configured to complete this task? (Choose two.)

Exhibit 1 for question 975
  • ASW(config-if)#switchport port-security violation restrict (correct answer)
  • BSW(config-if)#switchport port-security mac-address 0010.7B84.45E6
  • CSW(config-if)#switchport port-security maximum 2
  • DSW(config-if)#switchport port-security violation shutdown
  • ESW(config-if)#switchport port-security mac-address sticky (correct answer)
Reveal answer & explanation
Correct answer: A, E

The correct answer is A, E. Option A: SW(config-if)#switchport port-security violation restrict Option E: SW(config-if)#switchport port-security mac-address sticky

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead. REST APIs commonly manipulate resources over HTTP using methods such as GET, POST, PUT, PATCH, and DELETE. This option keeps traffic private / properly secured as required.

Topic 1 Β· Question 976

Which type of security program is violated when a group of employees enters a building using the ID badge of only one person?

  • Aintrusion detection
  • Bnetwork authorization
  • Cphysical access control (correct answer)
  • Duser awareness
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: physical access control This option keeps traffic private / properly secured as required.

Showing questions 861–880 of 1182 Β· Page 44 of 60