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

List of questions
Question 11

Which configuration restricts the amount of SSH that a router accepts 100 kbps?
CoPP protects the route processor on network devices by treating route processor resources as a separate entity with its own ingress interface (and in some implementations, egress also). CoPP is used to police traffic that is destined to the route processor of the router such as:
+ routing protocols like OSPF, EIGRP, or BGP.
+ Gateway redundancy protocols like HSRP, VRRP, or GLBP.
+ Network management protocols like telnet, SSH, SNMP, or RADIUS.
Therefore we must apply the CoPP to deal with SSH because it is in the management plane. CoPP must be put under "control-plane" command.
Question 12

A customer has several small branches and wants to deploy a WI-FI solution with local management using CAPWAP. Which deployment model meets this requirement?
Autonomous
Mobility Express
SD-Access wireless
Local mode
Question 13

Refer to the exhibit. Communication between London and New York is down. Which command set must be applied to the NewYork switch to resolve the issue?
Question 14

Which method of account authentication does OAuth 2.0 within REST APIs?
username/role combination
access tokens
cookie authentication
basic signature workflow
The most common implementations of OAuth (OAuth 2.0) use one or both of these tokens:
+ access token: sent like an API key, it allows the application to access a user's data; optionally, access tokens can expire.
+ refresh token: optionally part of an OAuth flow, refresh tokens retrieve a new access token if they have expired. OAuth2 combines Authentication and Authorization to allow more sophisticated scope and validity control.
Question 15

How does the RIB differ from the FIB?
The RIB is used to create network topologies and routing tables. The FIB is a list of routes to particular network destinations.
The FIB includes many routes a single destination. The RIB is the best route to a single destination.
The RIB includes many routes to the same destination prefix. The FIB contains only the best route
The FIB maintains network topologies and routing tables. The RIB is a Iist of routes to particular network destinations.
Question 16

A network engineer is configuring Flexible Netflow and enters these commands Sampler Netflow1 Mode random one-out-of 100 Interface fastethernet 1/0 Flow-sampler netflow1 Which are two results of implementing this feature instead of traditional Netflow? (Choose two.)
CPU and memory utilization are reduced.
Only the flows of top 100 talkers are exported
The data export flow is more secure.
The number of packets to be analyzed are reduced
The accuracy of the data to be analyzed is improved
Question 17

Which benefit is offered by a cloud infrastructure deployment but is lacking in an on-premises deployment?
efficient scalability
virtualization
storage capacity
supported systems
Question 18

Refer to the exhibit. Rapid PVST+ is enabled on all switches. Which command set must be configured on Switch1 to achieve the following results on port fa0/1? When a device is connected, the port transitions immediately to a forwarding state.
The interface should not send or receive BPDUs.
If a BPDU is received, it continues operating normally.
Question 19

Refer to the exhibit.
What is the Json syntax that is formed from the data?
{Name: Bob Johnson, Age: 75, Alive: true, Favorite Foods: [Cereal, Mustard, Onions]}
{"Name": "Bob Johnson", "Age": 75, "Alive": true, "Favorite Foods": ["Cereal", "Mustard", "Onions"]}
{"˜Name': "˜Bob Johnson', "˜Age': 75, "˜Alive': True, "˜Favorite Foods': "˜Cereal', "˜Mustard', "˜Onions'}
{"Name": "Bob Johnson", "Age": Seventyfive, "Alive": true, "Favorite Foods": ["Cereal", "Mustard", "Onions"]}
Question 20

In a wireless Cisco SD-Access deployment, which roaming method is used when a user moves from one access point to another on a different access switch using a single WLC?
Layer 3
inter-xTR
auto anchor
fast roam
A fabric edge node provides onboarding and mobility services for wired users and devices (including fabric-enabled WLCs and APs) connected to the fabric. It is a LISP tunnel router (xTR) that also provides the anycast gateway, endpoint authentication, and assignment to overlay host pools (static or DHCP), as well as group-based policy enforcement (for traffic to fabric endpoints).From Cisco's guide, under SDA roaming - When a client on a fabric enabled WLAN, roams from an access point to another access point on a different access-switch, it is called Inter-xTR, like a highway.Intra is within intra is between. Like interstate highways. That's how I remember.https://www.cisco.com/c/en/us/td/docs/wireless/
controller/9800/config- guide/b_wl_16_10_cg/mobility.html
Question