Implementing Cisco Enterprise Network Core Technologies (350-401 ENCOR) Exam Materials-Question 82 Discussion
Comment Image Comment Image Comment Image

Guidelines
This is a lab item in which tasks will be performed on virtual devices.

1. Refer to the Tasks tab to view the tasks for this lab item.
2. Refer to the Topology tab to access the device console(s) and perform the tasks.
3. Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
4. All necessary preconfigurations have been applied.
5. Do not change the enable password or hostname for any device.
6. Save your configurations to NVRAM before moving to the next item.
7. Click Next at the bottom of the screen to submit this lab and move to the next question.
8. When Next is clicked, the lab closes and cannot be reopened.

Tasks
A colleague started configuring a new network. All configurations on R22 are complete and communication between R11 and R22 is functional. Complete the configurations on R11 for the tasks below.

Task 1
Extend the Finance VRF between R11 and R22 using Tunnel 10.

Task 2
Complete the Finance VRF configuration on R11 and configure static routing so that traffic between VLAN 111 and VLAN 222 uses Tunnel 10 exclusively.

Note: Sw11 can be used to validate traffic flow.

Answers:

On R11:

enable
configure terminal

interface e0/1
 vrf forwarding Finance
 ip address 10.11.11.1 255.255.255.252
 no shutdown
 exit

interface Tunnel10
 vrf forwarding Finance
 ip address 10.10.1.1 255.255.255.252
 tunnel source e0/0
 tunnel destination 209.165.201.2
 no shutdown
 exit

ip route vrf Finance 10.10.111.0 255.255.255.0 10.11.11.2
ip route vrf Finance 10.10.222.0 255.255.255.0 10.10.1.2

end
write memory

(Invalid number of answers)

  • A.
  • B.
  • C.
  • D.
Correct Answer:

Brave-Dump Clients Votes


Comments



Anonymous User 2026-08-16 18:29:24

Selected Answers: No answers selected


Seems there are so mistakes in the Ip addresses values configured. Can you critically review this
  • Brave-Dumps.com Admin 2026-08-16 23:18:03
    Thanks, we edited it.