[Mar 04, 2023] 350-401 Practice Exam Dumps - 99% Marks In Cisco Exam [Q272-Q294]

Share

[Mar 04, 2023] 350-401 Practice Exam Dumps - 99% Marks In Cisco Exam

Updated Verified 350-401 Q&As - Pass Guarantee or Full Refund

NEW QUESTION 272
A client device roams between access points located on defferent floors in an atrium. The access points joined to the same controller and configuration in local mode. The access points are in different IP addresses, but the client VLAN in the group same. What type of roam occurs?

  • A. intra-VLAN
  • B. intra-controller
  • C. inter-subnet
  • D. inter-controller

Answer: C

 

NEW QUESTION 273
Refer to the exhibit.

Assuming that R is a CE router, which VRF is assigned to Gi0/0 on R1?

  • A. VRF VPN_A
  • B. VRF VPN_B
  • C. Default VRF
  • D. Management VRF

Answer: C

 

NEW QUESTION 274
Which statement about agent-based versus agentless configuration management tools is true?

  • A. Agent-based tools do not require a high-level language interpreter such as Python or Ruby on slave nodes.
  • B. Agent-based tools do not require installation of additional software packages on the slave nodes.
  • C. Agentless tools use proxy nodes to interface with slave nodes.
  • D. Agentless tools require no messaging systems between master and slaves.

Answer: B

 

NEW QUESTION 275
Which protocol infers that a YANG data model is being used?

  • A. RESTCONF
  • B. REST
  • C. SNMP
  • D. NX-API

Answer: A

Explanation:
Explanation
YANG (Yet another Next Generation) is a data modeling language for the definition of data sent over network management protocols such as the NETCONF and RESTCONF.

 

NEW QUESTION 276
Refer to the exhibit.

Which statement about the OPSF debug output is true?

  • A. The output displays OSPF hello messages which router R1 has sent or received on interface Fa0/1.
  • B. The output displays OSPF messages which router R1 has sent or received on interface Fa0/1.
  • C. The output displays OSPF hello and LSACK messages which router R1 has sent or received.
  • D. The output displays OSPF messages which router R1 has sent or received on all interfaces.

Answer: A

 

NEW QUESTION 277
Refer to exhibit.

VLANs 50 and 60 exist on the trunk links between all switches All access ports on SW3 are configured for VLAN 50 and SW1 is the VTP server Which command ensures that SW3 receives frames only from VLAN 50?

  • A. SW2 (config)#vtp pruning
  • B. SW1 (config)#vtp mode transparent
  • C. SW1 (config)#vtp pruning
  • D. SW3 (config)#vtp mode transparent

Answer: C

Explanation:
SW3 does not have VLAN 60 so it should not receive traffic for this VLAN (sent from SW2).
Therefore we should configure VTP Pruning on SW3 so that SW2 does not forward VLAN 60 traffic to SW3. Also notice that we need to configure pruning on SW1 (the VTP Server), not SW2.

 

NEW QUESTION 278
Which exhibit displays a valid JSON file?

  • A. Option C
  • B. Option A
  • C. Option B
  • D. Option D

Answer: D

 

NEW QUESTION 279
A network administrator is preparing a Python scrip to configure a Cisco IOS XE-based device on the network. The administrator is worried that colleagues will make changes to the device while the script is running. Which operation of he in client manager prevent colleague making changes to the device while the scrip is running?

  • A. m.freeze(target='running')
  • B. m.lock(config='running')
  • C. m.freeze(config='running')
  • D. m.lock(target='running')

Answer: D

Explanation:
The example below shows the usage of lock command:
def demo(host, user, names):
With manager. Connect(host=host, port=22, username=user) as m:
With m.locked(target='running'):
for n in names:
m.edit_config (target='running', config=template % n)
The command "m.locked (target='running')" causes a lock to be acquired on the running datastore.

 

NEW QUESTION 280
Drag and drop the characteristics from the left onto the correct infrastructure deployment types on the right.

Answer:

Explanation:

Explanation
On premise: customizable,specific requirements,resources
Cloud: scale, built-in automated backup, strong stable internet

 

NEW QUESTION 281
Witch two actions provide controlled Layer 2 network connectivity between virtual machines running on the same hypervisor? (Choose two.)

  • A. Use VXLAN fabric after installing VXLAN tunneling drivers on the virtual machines.
  • B. Use a virtual switch running as a separate virtual machine.
  • C. Use a single routed link to an external router on stick.
  • D. Use a virtual switch provided by the hypervisor.
  • E. Use a single trunk link to an external Layer2 switch.

Answer: D,E

 

NEW QUESTION 282
Which statement about an RSPAN session configuration is true?

  • A. Only incoming traffic can be monitored
  • B. A fitter mutt be configured for RSPAN Regions
  • C. Only one session can be configured at a time
  • D. A special VLAN type must be used as the RSPAN destination.

Answer: D

Explanation:
Explanation
in all participating switches -> This VLAN can be considered a special VLAN type -> Answer 'A special VLAN type must be used as the RSPAN destination' is correct.
Reference: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/r elease/12-2_55_se/configuration/guide/3750xscg/swspan.html We can configure multiple RSPAN sessions on a switch at a time, then continue configuring multiple RSPAN sessions on the other switch without any problem -> Answer 'Only one session can be configured at a time' is not correct.
This is how to configure Remote SPAN (RSPAN) feature on two switches. Traffic on FastEthernet0/1 of Switch 1 will be sent to Fa0/10 of Switch2 via VLAN 40.
+ Configure on both switches
Switch1,2(config)#vlan 40
Switch1,2(config-vlan)#remote-span
+ Configure on Switch1
Switch1(config)# monitor session 1 source interface FastEthernet 0/1
Switch1(config)# monitor session 1 destination remote vlan 40
+ Configure on Switch2
Switch2(config)#monitor session 5 source remote vlan 40
Switch2(config)# monitor session 5 destination interface FastEthernet 0/10

 

NEW QUESTION 283
Refer to the exhibit.

Which IP address becomes the active next hop for 192.168.102.0/24 when 192.168.101.2 fails?

  • A. 192.168.101.14
  • B. 192.168.101.6
  • C. 192.168.101.10
  • D. 192.168.101.18

Answer: D

 

NEW QUESTION 284
Refer to the exhibit.

A network engineer is enabling logging to a local buffer, to the terminal and to a syslog server for all debugging level logs filtered by facility code 7. Which command is needed to complete this configuration snippet?

  • A. logging discriminator Disc1 severity includes 7
  • B. logging discriminator Disc1 severity includes 7 facility includes fac7
  • C. logging buffered debugging
  • D. logging buffered discriminator Dlsd debugging

Answer: B

 

NEW QUESTION 285
Refer to the exhibit.

An engineer must ensure that all traffic leaving AS 200 will choose Link 2 as an entry point. Assuming that all BGP neighbor relationships have been formed and that the attributes have not been changed on any of the routers, which configuration accomplish task?

  • A. Option C
  • B. Option D
  • C. Option A
  • D. Option B

Answer: C

Explanation:
Explanation
R3 advertises BGP updates to R1 with multiple AS 100 so R3 believes the path to reach AS 200 via R3 is farther than R2 so R3 will choose R2 to forward traffic to AS 200.

 

NEW QUESTION 286
What do Cisco DNA southbound APIs provide?

  • A. RESful API interface for orchestrator communication
  • B. Interface between the controller and the consumer
  • C. NETCONF API interface for orchestration communication
  • D. Interface between the controller and the network devices

Answer: D

Explanation:
The Southbound API is used to communicate with network devices.

 

NEW QUESTION 287
How is a data modeling language used'

  • A. To enable data to be easily structured, grouped validated, and replicated
  • B. To model the flows of unstructured data within the infrastructure.
  • C. To represent finite and well-defined network elements that cannot be changed.
  • D. To provide human readability to scripting languages

Answer: A

Explanation:
Explanation
Customer needs are fast evolving. Typically, a network center is a heterogenous mix of various devices at multiple layers of the network. Bulk and automatic configurations need to be accomplished. CLI scraping is not flexible and optimal. Re-writing scripts many times, even for small configuration changes is cumbersome.
Bulk configuration changes through CLIs are error-prone and may cause system issues. The solution lies in using data models-a programmatic and standards-based way of writing configurations to any network device, replacing the process of manual configuration. Data models are written in a standard, industry-defined language. Although configurations using CLIs are easier (more human-friendly), automating the configuration using data models results in scalability.
Reference:
https://www.cisco.com/c/en/us/td/docs/optical/ncs1000/60x/b_Datamodels_cg_ncs1000/b_Datamodels_cg_ncs1

 

NEW QUESTION 288
A customer has recently implemented a new wireless infrastructure using WLC-5520 at a site directly next to a large commercial airport. Users report that they intermittently lose WI-FI connectivity, and troubleshooting reveals it is due to frequent channel changes. Which two actions fix this issue? (Choose two)

  • A. Disable DFS channels to prevent interference with Doppler radar
  • B. Configure channels on the UNIk2 and the Extended UNII-2 sub-bands of the 5 Ghz band only
  • C. Enable DFS channels because they are immune to radar interference.
  • D. Remove UNII-2 and Extended UNII-2 channels from the 5 Ghz channel list
  • E. Restore the DCA default settings because this automatically avoids channel interference.

Answer: A,D

 

NEW QUESTION 289
Refer to the exhibit.

Which network script automation option or tool is used in the exhibit?

  • A. NETCONF
  • B. EEM
  • C. Python
  • D. REST correct
  • E. Bash script

Answer: D

 

NEW QUESTION 290
Drag and drop the characteristics from the left onto the protocols they apply to on the right?

Answer:

Explanation:

 

NEW QUESTION 291
Drag and drop the characteristics from the left to the table types on the right.

Answer:

Explanation:

 

NEW QUESTION 292
Drag and drop the characteristics from the left onto the routing protocols they describe on the right.

Answer:

Explanation:

Explanation
Diagram Description automatically generated

 

NEW QUESTION 293
You are configuring a controller that runs Cisco IOS XE by using the CLI. Which three configuration options are used for 802.11w Protected Management Frames? (Choose three.)

  • A. mandatory
  • B. SA teardown protection
  • C. association-comeback
  • D. enable
  • E. comeback-time
  • F. saquery-retry-time

Answer: A,C,F

 

NEW QUESTION 294
......


What are the prestigious career opportunities?

With CCIE Enterprise Infrastructure, CCIE Enterprise Wireless, and/or CCNP Enterprise under your belt, you can boost your career to a higher level. Thus, the certified professionals can take up various positions, including an Enterprise IT Infrastructure Architect, an Infrastructure Automation Engineer, a Director of Infrastructure, an IT Infrastructure Security Engineer, a Senior Enterprise Architect, a CCIE Consultant, a Principal Wireless Network Engineer, an Infrastructure Solutions Architect, and many more. The average salary can be up to $120,000 per year, depending on your job role, related tasks, and working experience.

 

350-401 Real Valid Brain Dumps With 630 Questions: https://www.prep4pass.com/350-401_exam-braindumps.html

350-401 Certification with Actual Questions: https://drive.google.com/open?id=1k9wfSW6KJkkXNWEFj9YDcu5yx1PcrVRM