Apr 28, 2024 Step by Step Guide to Prepare for 350-401 Exam BrainDumps
CCNP Enterprise 350-401 Real Exam Questions and Answers FREE Updated on 2024
NEW QUESTION # 92
Drag and drop the snippets onto the blanks within the code to create an EEM script that adds an entry to a locally stored text file with a timestamp when a configuration change is made. Not all options are used.
Answer:
Explanation:
NEW QUESTION # 93
Simulation 05
Refer to the exhibit.

Answer:
Explanation:
R1
enable
Config t
Int loop0
Ip ospf 1 area 0
Int et0/0
Ip ospf 1 area 0
Ip ospf network point-to-point
copy run start
R2
Enable
Config t
Int loop0
Ip ospf 1 area 0
Int et0/0
Ip ospf 1 area 0
Ip ospf network point-to-point
Int et0/1
Ip ospf 1 area 0
Ip ospf network point-to-point
copy run start
R3
Enable
Config t
Int loop0
Ip ospf 1 area 0
Int et0/1
Ip ospf 1 area 0
Ip ospf network point-to-point
copy run start
Verification:-
NEW QUESTION # 94
Refer to the exhibit.
What is the JSON syntax that is formed the data?
- A. {'Name'';''Bob johnon';''Age': Sevenfive,''Alive'': true,''FavoriteFoods';[''Cereal';''Mustard';''Onions'}}
- B. {'Name'': 'Bob johnon','Age': 75,'Alive': true,''FavoriteFoods': 'Cereal';'Mustard','Onions'}}
- C. {'Name'':''Bob johnon':''Age: 75,''Alive: true, FavoriteFoods;[Cereal, Mustard';''Onions}}
- D. {'Name'':''Bob johnon':''Age': 75 ''Alive'': true,''Favorite Foods';[''Cereal';''Mustard';''Onions'}}
Answer: D
NEW QUESTION # 95
Refer to the exhibit.
Which HTTP JSON response does the python code output give?
- A. 7.0(3)I7(4)
- B. 7.61
- C. KeyError: 'kickstart_ver_str'
- D. NameError: name 'json' is not defined
Answer: C
NEW QUESTION # 96
An engineer must create an EEM applet that sends a syslog message in the event a change happens in the network due to trouble with an OSPF process. Which action should the engineer use?
- A. action 1 syslog send "OSPF ROUTING ERROR"
- B. action 1 syslog msg "OSPF ROUTING ERROR"
- C. action 1syslog write "OSPF ROUTING ERROR"
- D. action 1 syslog pattern "OSPF ROUTING ERROR"
Answer: D
NEW QUESTION # 97
Refer to the exhibit.
What are two effect of this configuration? (Choose two.)
- A. The 10.1.1.0/27 subnet is assigned as the inside global address range.
- B. The 209.165.201.0/27 subnet is assigned as the outside local address range.
- C. It establishes a one-to-one NAT translation.
- D. The 10.1.1.0/27 subnet is assigned as the inside local addresses.
- E. Inside source addresses are translated to the 209.165.201.0/27 subnet.
Answer: D,E
NEW QUESTION # 98
Drag and drop the LISP components from the left onto the function they perform on the right. Not all options are used.
Answer:
Explanation:
Explanation
+ accepts LISP encapsulated map requests: LISP map resolver
+ learns of EID prefix mapping entries from an ETR: LISP map server
+ receives traffic from LISP sites and sends it to non-LISP sites: LISP proxy ETR
+ receives packets from site-facing interfaces: LISP ITR
Explanation
ITR is the function that maps the destination EID to a destination RLOC and then encapsulates the original packet with an additional header that has the source IP address of the ITR RLOC and the destination IP address of the RLOC of an Egress Tunnel Router (ETR).
After the encapsulation, the original packet become a LISP packet.
ETR is the function that receives LISP encapsulated packets, decapsulates them and forwards to its local EIDs. This function also requires EID-to-RLOC mappings so we need to point out an "map-server" IP address and the key (password) for authentication.
A LISP proxy ETR (PETR) implements ETR functions on behalf of non-LISP sites. A PETR is typically used when a LISP site needs to send traffic to non-LISP sites but the LISP site is connected through a service provider that does not accept no routable EIDs as packet sources. PETRs act just like ETRs but for EIDs that send traffic to destinations at non-LISP sites.
Map Server (MS) processes the registration of authentication keys and EID-to-RLOC mappings. ETRs sends periodic Map-Register messages to all its configured Map Servers.
Map Resolver (MR): a LISP component which accepts LISP Encapsulated Map Requests, typically from an ITR, quickly determines whether or not the destination IP address is part of the EID namespace
NEW QUESTION # 99
Refer to the exhibit.
Which network script automation option or tool is used in the exhibit?
- A. Python
- B. REST correct
- C. EEM
- D. Bash script
- E. NETCONF
Answer: B
NEW QUESTION # 100
What are two benefits of YANG? (Choose two.)
- A. It enforces the use of a specific encoding format for NETCONF
- B. It enforces configuration constraints.
- C. It enforces configuration semantics.
- D. It collects statistical constraint analysis information.
- E. It enables multiple leaf statements to exist within a leaf list
Answer: A,D
NEW QUESTION # 101
What does the Cisco DNA REST response indicate?
- A. Cisco DNA Center is unable to communicate with cat9000-1
- B. Cisco DNA Center has the Incorrect credentials for RouterASR-1
- C. Cisco DNA Center has the Incorrect credentials for cat3850-1
- D. Cisco DNA Center has the incorrect credentials for cat9000-1
Answer: D
NEW QUESTION # 102
A company has an existing Cisco 5520 HA cluster using SSO. An engineer deploys a new single Cisco Catalyst 9800 WLC to test new features. The engineer successfully configures a mobility tunnel between the 5520 cluster and 9800 WLC. Clients connected to the corporate WLAN roam seamlessly between access points on the 5520 and 9800 WLC. After a failure on the primary 5520 WLC, all WLAN services remain functional; however clients cannot roam between the 5520 and 9800 controllers without dropping their connection. Which feature must be configured to remedy the issue?
- A. mobility MAC on the 9800 WLC
- B. new mobility on the 9800 WLC
- C. new mobility on the 5520 cluster
- D. mobility MAC on the 5520 cluster
Answer: A
NEW QUESTION # 103
Which controller is the single plane of management for Cisco SD-WAN?
- A. vEdge
- B. vManage
- C. vSmart
- D. vBond
Answer: B
Explanation:
Explanation
The primary components for the Cisco SD-WAN solution consist of the vManage network management system (management plane), the vSmart controller (control plane), the vBond orchestrator (orchestration plane), and the vEdge router (data plane).
+ vManage - This centralized network management system provides a GUI interface to easily monitor, configure, and maintain all Cisco SD-WAN devices and links in the underlay and overlay network.
+ vSmart controller - This software-based component is responsible for the centralized control plane of the SD-WAN network. It establishes a secure connection to each vEdge router and distributes routes and policy information via the Overlay Management Protocol (OMP), acting as a route reflector. It also orchestrates the secure data plane connectivity between the vEdge routers by distributing crypto key information, allowing for a very scalable, IKE-less architecture.
+ vBond orchestrator - This software-based component performs the initial authentication of vEdge devices and orchestrates vSmart and vEdge connectivity. It also has an important role in enabling the communication of devices that sit behind Network Address Translation (NAT).
+ vEdge router - This device, available as either a hardware appliance or software-based router, sits at a physical site or in the cloud and provides secure data plane connectivity among the sites over one or more WAN transports. It is responsible for traffic forwarding, security, encryption, Quality of Service (QoS), routing protocols such as Border Gateway Protocol (BGP) and Open Shortest Path First (OSPF), and more.
Reference: https://www.cisco.com/c/dam/en/us/td/docs/solutions/CVD/SDWAN/CVD-SD-WANDesign-2018OCT.pdf
NEW QUESTION # 104
Drag and drop characteristics of PIM dense mode from the left to the right.
Answer:
Explanation:
NEW QUESTION # 105
Drag and drop the snippets onto the blanks within the code to construct a script that adds a prefix list to a route map and sets the local preference. Not all options are used
Answer:
Explanation:
NEW QUESTION # 106 
Refer to the exhibit. An engineer is configuring an EtherChannel between Switch1 and Switch2 and notices the console message on switch2. Based on the output, which action resolves this issue?
- A. Configure the same port channel interface number on both switches
- B. Configure more member ports on Switch1.
- C. Configure the same EtherChannel protocol on both switches
- D. Configure less member ports on Switch2.
Answer: C
Explanation:
Explanation
In this case, we are using your EtherChannel without a negotiation protocol on Switch2. As a result, if the opposite switch is not also configured for EtherChannel operation on the respective ports, there is a danger of a switching loop. The EtherChannel Misconfiguration Guard tries to prevent that loop from occuring by disabling all the ports bundled in the EtherChannel.
NEW QUESTION # 107
Which two methods are used to reduce the AP coverage area? (Choose two.)
- A. Disable 2.4 GHz and use only 5 GHz.
- B. Reduce AP transmit power
- C. Reduce channel width from 40 MHz to 20 MHz
- D. Increase minimum mandatory data rate
- E. Enable Fastlane.
Answer: B,C
NEW QUESTION # 108
Drag and drop the description from the left onto the correct QoS components on the right.
Answer:
Explanation:
Explanation
Traffic Policing: Drops excessive Traffic, causes TCP retransmissions, introduce no delay/jitter Shaping: buffers, excessive traffic, introduce delay and jitter, typically delays, rather than drops traffic
NEW QUESTION # 109
Refer to me exhibit.
Refer to the exhibit. Cisco IOS routers R1 and R2 are interconnected using interface Gi0/0. Which configuration allows R1 and R2 to form an OSPF neighborship on interface Gi0/0?
- A. Option C
- B. Option B
- C. Option D
- D. Option A
Answer: A
NEW QUESTION # 110
Refer to the exhibit.
Object tracking has been configured for VRRP-enabled routers Edge-01 and Edge-02 Which commands cause Edge-02 to preempt Edge-01 in the event that interface G0/0 goes down on Edge-01?
A)
B)
C)
D)
- A. Option C
- B. Option B
- C. Option D
- D. Option A
Answer: D
NEW QUESTION # 111
Drag and drop the characteristics from the left onto the routing protocols they describe on the right.
Answer:
Explanation:
NEW QUESTION # 112
When reason could cause an OSPF neighborship to be in the EXSTART/EXCHANGE state?
- A. Mismatched MTU size
- B. Mismatched OSPF link costs
- C. Mismatched areas
- D. Mismatched OSPF network type
Answer: A
NEW QUESTION # 113
Refer to the exhibit.
Which two commands ensure that DSW1 becomes root bridge for VLAN 10? (Choose two)
- A. DSW1(config)#spanning-tree vlan 10 priority 4096 Most Voted
- B. DSW1(config)#spanning-tree vlan 10 priority root
- C. DSW2(config)#spanning-tree vlan 10 priority 61440 Most Voted
- D. DSW1(config)#spanning-tree vlan 10 port-priority 0
- E. DSW2(config)#spanning-tree vlan 20 priority 0
Answer: C,D
Explanation:
Ref: Scaling Networks v6 Companion Guide
"STP
...
Extended System ID
...
Bridge Priority
The bridge priority is a customizable value that can be used to influence which switch becomes the root bridge. The switch with the lowest priority, which implies the lowest BID, becomes the root bridge because a lower priority value takes precedence.
...
The default priority value for all Cisco switches is the decimal value 32768. The range is 0 to 61440, in increments of 4096. Therefore, valid priority values are 0, 4096, 8192, 12288, 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, and 61440. A bridge priority of 0 takes precedence over all other bridge priorities. All other values are rejected.
NEW QUESTION # 114 
An engineer applies this configuration to router R1. How does R1 respond when the user 'cisco' logs in?
- A. It places the user into EXEC mode and permits the user to execute any command
- B. It places the user into EXEC mode but permits the user to execute only the show startup-config command
- C. It displays the startup config and then permits the user to execute commands
- D. It displays the startup config and then terminates the session.
Answer: C
NEW QUESTION # 115
......
Ultimate Guide to Prepare 350-401 Certification Exam for CCNP Enterprise: https://www.examdumpsvce.com/350-401-valid-exam-dumps.html
350-401 Ultimate Study Guide: https://drive.google.com/open?id=1mzT_ciwEurxCdDQ028N1UoBqv--96EuC
