Cisco 350-401 Practice Test - Questions Answers, Page 15
List of questions
Question 141

Where is radio resource management performed in a cisco SD-access wireless solution?
DNA Center
control plane node
wireless controller
Cisco CMX
Fabric wireless controllers manage and control the fabric-mode APs using the same general model as the traditional local-mode controllers which offers the same operational advantages such as mobility control and radio resource management. A significant difference is that client traffic from wireless endpoints is not tunnelled from the APs to the wireless controller. Instead, communication from wireless clients is encapsulated in VXLAN by the fabric APs which build a tunnel to their first-hop fabric edge node. Wireless traffic it tunneled to the edge nodes as the edge nodes provide fabric services such as the Layer 3 Anycast Gateway, policy, and traffic enforcement.
https://www.cisco.com/c/en/us/td/docs/solutions/CVD/Campus/cisco-sda-design-guide.html
Question 142

How does EIGRP differ from OSPF?
EIGRP is more prone to routing loops than OSPF
EIGRP supports equal or unequal path cost, and OSPF supports only equal path cost.
EIGRP has a full map of the topology, and OSPF only knows directly connected neighbors
EIGRP uses more CPU and memory than OSPF
Question 143

Refer to the exhibit.
Which HTTP JSON response does the python code output give?
NameError: name 'json' is not defined
KeyError 'kickstart_ver_str'
7.61
7.0(3)I7(4)
Question 144

Refer to the exhibit. The connecting between SW1 and SW2 is not operational. Which two actions resolve the issue? (Choose two)
configure switchport mode access on SW2
configure switchport nonegotiate on SW2
configure switchport mode trunk on SW2
configure switchport nonegotiate on SW1
configure switchport mode dynamic desirable on SW2
Question 145

Refer to the exhibit.
An engineer is troubleshooting a connectivity issue and executes a traceoute. What does the result confirm?
The destination server reported it is too busy
The protocol is unreachable
The destination port is unreachable
The probe timed out
In Cisco routers, the codes for a traceroute command reply are:
! - success
* - time out
N - network unreachable
H - host unreachable
P - protocol unreachable
A - admin denied
Q - source quench received (congestion)
? - unknown (any other ICMP message)In Cisco routers, the codes for a traceroute command reply are:
! - success
* - time out
N - network unreachable
H - host unreachable
P - protocol unreachable
A - admin denied
Q - source quench received (congestion)
? - unknown (any other ICMP message)
Question 146

Which device makes the decision for a wireless client to roam?
wireless client
wireless LAN controller
access point
WCS location server
Question 147

How is MSDP used to interconnect multiple PIM-SM domains?
MSDP depends on BGP or multiprotocol BGP for mterdomam operation
MSDP SA request messages are used to request a list of active sources for a specific group
SDP allows a rendezvous point to dynamically discover active sources outside of its domain
MSDP messages are used to advertise active sources in a domain
Question 148

Refer to the exhibit. A network engineer must configure a password expiry mechanism on the gateway router for all local passwords to expire after 60 days. What is required to complete this task?
The password expiry mechanism is on the AAA server and must be configured there.
Add the aaa authentication enable default Administrators command.
Add the username admin privilege 15 common-criteria*policy Administrators password 0 Cisco13579! command.
No further action Is required. The configuration is complete.
Perform this task to create a password security policy and to apply the policy to a specific user profile.
Device> enable
Device# configure terminal
Device(config)# aaa new-model
Device(config)# aaa common-criteria policy policy1
Device(config-cc-policy)# char-changes 4
Device(config-cc-policy)# max-length 20
Device(config-cc-policy)# min-length 6
Device(config-cc-policy)# numeric-count 2
Device(config-cc-policy)# special-case 2
Device(config-cc-policy)# exit
Device(config)# username user1 common-criteria-policy policy1 password password1 Device(config)# end
Question 149

Which action is the vSmart controller responsible for in an SD-WAN deployment?
handle, maintain, and gather configuration and status for nodes within the SD-WAN fabric
distribute policies that govern data forwarding performed within the SD-WAN fabric
gather telemetry data from vEdge routers
onboard vEdge nodes into the SD-WAN fabric
Question 150

What is the function of the LISP map resolver?
to send traffic to non-LISP sites when connected to a service provider that does not accept nonroutable ElDs as packet sources
to connect a site to the LISP-capable part of a core network publish the EID-to-RLOC mappings for the site, and respond to map-request messages
to decapsulate map-request messages from ITRs and forward the messages to the MS.
to advertise routable non-LISP traffic from one address family to LISP sites in a different address family
Map resolver (MR): The MR performs the following functions: Receives MAP requests, which are encapsulated by ITRs. Provides a service interface to the ALT router, de-encapsulates MAP requests, and forwards on the ALT topology.
Question