ExamGecko
Home / Cisco / 350-401 / List of questions
Ask Question

Cisco 350-401 Practice Test - Questions Answers, Page 21

List of questions

Question 201

Report Export Collapse

An engineer is configuring a new SSID to present users with a splash page for authentication. Which WLAN Layer 3 setting must be configured to provide this functionally?

CCKM

CCKM

WPA2 Policy

WPA2 Policy

Local Policy

Local Policy

Web Policy

Web Policy

Suggested answer: D
asked 10/10/2024
Nicolas GARCIA
38 questions

Question 202

Report Export Collapse

An engineer must create an EEM script to enable OSPF debugging in the event the OSPF neighborship goes down. Which script must the engineer apply?

Cisco 350-401 image Question 202 115501 10102024232942000000

Option A

Option A

Option B

Option B

Option C

Option C

Option D

Option D

Suggested answer: C
asked 10/10/2024
Kaisheng Wang
32 questions

Question 203

Report Export Collapse

Cisco 350-401 image Question 203 115502 10102024232942000000


Refer to the exhibit. Router BRDR-1 is configured to receive the 0.0.0.0/0 and 172.17.1.0/24 network via BGP and advertise them into OSPF are 0. An engineer has noticed that the OSPF domain is receiving only the 172.17.1.0/24 route and default route 0.0.0.0/0 is still missing. Which configurating must engineer apply to resolve the problem?

Cisco 350-401 image Question 203 115502 10102024232942000000

Option A

Option A

Option B

Option B

Option C

Option C

Option D

Option D

Suggested answer: D
asked 10/10/2024
Biagio Masulo
35 questions

Question 204

Report Export Collapse

AN engineer is implementing a route map to support redistribution within BGP. The route map must configured to permit all unmatched routes. Which action must the engineer perform to complete this task?

Include a permit statement as the first entry

Include a permit statement as the first entry

Include at least one explicit deny statement

Include at least one explicit deny statement

Remove the implicit deny entry

Remove the implicit deny entry

Include a permit statement as the last entry

Include a permit statement as the last entry

Suggested answer: D
asked 10/10/2024
Akram Abou Soultan
37 questions

Question 205

Report Export Collapse

Cisco 350-401 image Question 205 115504 10102024232942000000

Refer to the exhibit. A network operator is attempting to configure an IS-IS adjacency between two routers, but the adjacency cannot be established. To troubleshoot the problem, the operator collects this debugging output. Which interfaces are misconfigured on these routers?

The peer router interface is configured as Level 1 only, and the R2 interface is configured as Level 2 only

The peer router interface is configured as Level 1 only, and the R2 interface is configured as Level 2 only

The R2 interface is configured as Level 1 only, and the Peer router interface is configured as Level 2 only

The R2 interface is configured as Level 1 only, and the Peer router interface is configured as Level 2 only

The R2 interface is configured as point-to-point, and the peer router interface is configured as multipoint.

The R2 interface is configured as point-to-point, and the peer router interface is configured as multipoint.

The peer router interface is configured as point-as-point, and the R2 interface is configured as multipoint.

The peer router interface is configured as point-as-point, and the R2 interface is configured as multipoint.

Suggested answer: C
asked 10/10/2024
Niall Dempsey
38 questions

Question 206

Report Export Collapse

AN engineer is implementing MPLS OAM to monitor traffic within the MPLS domain. Which action must the engineer perform to prevent from being forwarded beyond the service provider domain when the LSP is down?

Disable IP redirects only on outbound interfaces

Disable IP redirects only on outbound interfaces

Implement the destination address for the LSP echo request packet in the 127.x.y.z/8 network

Implement the destination address for the LSP echo request packet in the 127.x.y.z/8 network

Disable IP redirects on all ingress interfaces

Disable IP redirects on all ingress interfaces

Configure a private IP address as the destination address of the headend router of Cisco MPLS TE.

Configure a private IP address as the destination address of the headend router of Cisco MPLS TE.

Suggested answer: C
asked 10/10/2024
Kenneth Joines
43 questions

Question 207

Report Export Collapse

An engineer is implementing a Cisco MPLS TE tunnel to improve the streaming experience for the clients of a video-on-demand server. Which action must the engineer perform to configure extended discovery to support the MPLS LDP session between the headend and tailend routers?

Configure the interface bandwidth to handle TCP and UDP traffic between the LDP peers

Configure the interface bandwidth to handle TCP and UDP traffic between the LDP peers

Configure a Cisco MPLS TE tunnel on both ends of the session

Configure a Cisco MPLS TE tunnel on both ends of the session

Configure an access list on the interface to permit TCP and UDP traffic

Configure an access list on the interface to permit TCP and UDP traffic

Configure a targeted neighbor session.

Configure a targeted neighbor session.

Suggested answer: B
asked 10/10/2024
Adrian Chirtoc
46 questions

Question 208

Report Export Collapse

What occurs when a high bandwidth multicast stream is sent over an MVPN using Cisco hardware?

The traffic uses the default MDT to transmit the data only if it isa (S,G) multicast route entry

The traffic uses the default MDT to transmit the data only if it isa (S,G) multicast route entry

A data MDT is created to if it is a (*, G) multicast route entries

A data MDT is created to if it is a (*, G) multicast route entries

A data and default MDT are created to flood the multicast stream out of all PIM-SM neighbors.

A data and default MDT are created to flood the multicast stream out of all PIM-SM neighbors.

A data MDT is created to allow for the best transmission through the core for (S, G) multicast route entries.

A data MDT is created to allow for the best transmission through the core for (S, G) multicast route entries.

Suggested answer: D
asked 10/10/2024
Kaddy Kabuya
52 questions

Question 209

Report Export Collapse

Which protocol is used to encrypt control plane traffic between SD-WAN controllers and SD-WAN endpoints?

DTLS

DTLS

IPsec

IPsec

PGP

PGP

HTTPS

HTTPS

Suggested answer: A
Explanation:

DTLS protocol is used to encrypt control plane traffic between vSmart (controllers) and other SDWAN endpoints.

asked 10/10/2024
Joel Hernandez
46 questions

Question 210

Report Export Collapse

An engineer must configure the strongest password authentication to locally authenticate on a router. Which configuration must be used?

Cisco 350-401 image Question 210 115509 10102024232942000000

Option A

Option A

Option B

Option B

Option C

Option C

Option D

Option D

Suggested answer: D
Explanation:

Scrypt is safer than MD5, so answer A is wrong and answer D is correct R1(config)#username user secret ?

0 Specifies an UNENCRYPTED secret will follow

5 Specifies a MD5 HASHED secret will follow

8 Specifies a PBKDF2 HASHED secret will follow

9 Specifies a SCRYPT HASHED secret will follow

<0-9> Encryption types not explicitly specified

LINE The UNENCRYPTED (cleartext) user secret

LINE The UNENCRYPTED (cleartext) user secret

+ The enable password command should no longer be used. Use enable secret instead. username joeblow password mypass command should no longer be used. Use username joeblow secret mypass instead.

+ Type 4 Passwords should never be used!

+ Use Type 6, Type 8 and Type 9 wherever possible.

+ Type 0, Type 5 and Type 7 should be migrated to other stronger methods.

Reference: https://community.cisco.com/t5/networking-documents/understanding-the-differencesbetween-the-cisco-password-secret/ta-p/3163238

asked 10/10/2024
Budi Gunawan
49 questions
Total 983 questions
Go to page: of 99
Search

Related questions