Courseiva

ENCOR 350-401 (350-401) — Questions 76150

1175 questions total · 16pages · All types, answers revealed

Page 1

Page 2 of 16

Page 3
76
Drag & Dropmedium

Drag and drop the steps of FlexVPN spoke-to-spoke dynamic tunnel creation into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

In FlexVPN, the spoke-to-spoke dynamic tunnel creation process uses IKEv2, not IKEv1. The correct sequence: Spoke1 sends an IKEv2 request to the hub for information about Spoke2. The hub responds with a redirect notification containing Spoke2's address.

Spoke1 then initiates a direct IKEv2 SA with Spoke2. Authentication is performed directly between spokes (typically using certificates or pre-shared keys), not via the hub. After authentication, they establish an IPsec SA for secure data transfer.

Exam trap

A common trap is confusing IKE versions: FlexVPN exclusively uses IKEv2, so any reference to IKEv1 in the steps is incorrect. Also, authentication in FlexVPN is direct between spokes, not proxied through the hub.

77
Matchingmedium

Drag and drop each PAgP port mode on the left to its matching negotiation behavior on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Sends PAgP packets and responds to PAgP packets

Responds to PAgP packets but does not initiate

Both sides send PAgP, forms channel

One side initiates, other responds, forms channel

Neither side initiates, no channel formed

Why these pairings

Desirable initiates negotiation; auto waits. At least one side must be desirable to form channel.

78
Multi-Selecthard

Which three statements about IP SLA probe types and their characteristics are true? (Choose three.)

Select 3 answers
A.The UDP jitter operation measures one-way delay, jitter, and packet loss in both directions.
B.The ICMP echo operation measures round-trip time and can also provide jitter calculations.
C.The TCP connect operation measures the time to establish a TCP three-way handshake.
D.The HTTP operation measures the time to resolve the DNS name of the target web server.
E.The ICMP echo operation requires the IP SLA responder to be enabled on the target device.
AnswersA, B, C

Correct because UDP jitter probes timestamp packets at both ends to compute one-way metrics and can detect packet loss.

Why this answer

Different IP SLA probe types measure different network metrics. UDP jitter measures one-way delay, jitter, and packet loss. ICMP echo measures round-trip time and packet loss.

TCP connect measures the time to establish a TCP connection. HTTP probes measure the time to retrieve a web page. The probe type determines what metrics are available and how the probe is configured.

79
Matchingmedium

Drag and drop each DSCP value on the left to its matching Per-Hop Behavior (PHB) on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

EF

AF11

AF21

AF31

AF41

Why these pairings

DSCP 46 maps to EF (Expedited Forwarding), DSCP 10 maps to AF11 (Assured Forwarding class 1 low drop), DSCP 18 maps to AF21 (Assured Forwarding class 2 low drop), DSCP 26 maps to AF31 (Assured Forwarding class 3 low drop), DSCP 34 maps to AF41 (Assured Forwarding class 4 low drop).

80
Drag & Dropmedium

Drag and drop the steps of configuring Control Plane Policing (CoPP) on a Cisco IOS router into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

CoPP protects the control plane by filtering traffic. First, define an access-list to match the traffic of interest (e.g., SSH, BGP). Second, create a class-map to reference the access-list.

Third, create a policy-map that assigns a police action (rate-limit) to the class. Fourth, apply the policy-map to the control plane in the inbound direction. Finally, verify the policy with show commands to ensure correct operation.

81
Drag & Dropmedium

Drag and drop the steps of SNMP community-based access control setup into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

First define the community string, then associate it with an ACL, then apply it to views or groups, and finally verify.

82
Drag & Drophard

Drag and drop the steps of gNMI Subscribe RPC using Python gRPC library into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

The correct order starts with generating gNMI protobuf stubs, then creating a gRPC channel and stub. Next, a SubscribeRequest is built with paths and mode, the Subscribe RPC is called, and finally responses are iterated from the stream.

83
Drag & Dropmedium

Drag and drop the steps of MPLS VPN (L3VPN) service provisioning into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

First, the provider edge (PE) router must have IGP and LDP running in the core. Then the VRF is defined with route distinguisher and import/export RTs. The customer edge (CE) interface is placed into the VRF.

MP-BGP is configured between PEs to exchange VPNv4 routes. Finally, the CE routes are redistributed into the VRF and advertised via MP-BGP.

84
Multi-Selectmedium

Which two statements about Network Function Virtualization (NFV) architecture are true? (Choose two.)

Select 2 answers
A.NFV decouples network functions from proprietary hardware appliances.
B.NFV requires specialized ASICs to achieve line-rate performance.
C.Virtual Network Functions (VNFs) run on top of the NFV Infrastructure (NFVI).
D.The VNF Manager is solely responsible for resource orchestration across multiple VIMs.
E.NFV mandates the use of virtual machines and cannot use container-based deployments.
AnswersA, C

Correct because the core principle of NFV is to run network functions as software on standard servers, eliminating dependence on dedicated hardware.

Why this answer

NFV decouples network functions from dedicated hardware, running them as software on standard servers. The NFV Infrastructure (NFVI) includes compute, storage, and networking resources, while VNFs are the software implementations of network functions. Option A is correct because NFV indeed separates software from hardware.

Option C is correct because VNFs run on NFVI. Option B is incorrect because NFV does not require proprietary hardware; it uses standard servers. Option D is incorrect because the NFV Orchestrator handles lifecycle management, not just the VNF Manager.

Option E is incorrect because NFV can use both virtual machines and containers.

85
Multi-Selectmedium

Which two statements about Ansible inventory and variables are true? (Choose two.)

Select 2 answers
A.Variables defined in the inventory file override variables defined in group_vars/ for the same group.
B.The 'ansible_host' variable can be used to specify the IP address or FQDN for a managed node.
C.Host variables can be defined in the inventory file using the 'host_vars' directory.
D.Group variables can be stored in YAML files under the 'group_vars' directory.
E.Ansible facts are only gathered when the 'gather_facts: no' option is set in the playbook.
AnswersB, D

Correct: 'ansible_host' overrides the hostname in the inventory for connection purposes.

Why this answer

Group variables can be defined in group_vars/ files or directly in the inventory. Host variables can be set inline in the inventory or in host_vars/. The 'ansible_host' variable overrides the hostname for SSH connection.

Variables defined in playbooks override inventory variables. Ansible facts are gathered automatically unless disabled.

86
Matchingmedium

Drag and drop each ACL action on the left to its matching result on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Packet is allowed to pass through the ACL

Packet is discarded and not forwarded

Adds a descriptive comment to the ACL entry

Generates a syslog message when a packet matches the entry

Assigns a numeric identifier to the ACL line for insertion/deletion

Why these pairings

Permit allows the packet; Deny discards the packet; Remark adds a comment; Log generates a log message for matched packets; Sequence-number assigns a line number for editing.

87
MCQmedium

A network engineer runs the following command on switch SW3: SW3# show cts role-based permissions IPv4 Role-based permissions: Source Group Dest Group Action 10 20 PERMIT 10 30 DENY 20 30 PERMIT Based on this output, what can be concluded?

A.Traffic from SGT 10 to SGT 20 is denied.
B.Traffic from SGT 10 to SGT 30 is permitted.
C.Traffic from SGT 20 to SGT 30 is permitted.
D.Traffic from SGT 30 to SGT 10 is denied.
AnswerC

The output shows PERMIT for source 20 to dest 30.

Why this answer

The output from 'show cts role-based permissions' displays a policy table where each row defines a rule for traffic from a specific Source Group (SGT) to a specific Dest Group (SGT). The third row shows Source Group 20, Dest Group 30, and Action PERMIT, meaning traffic from SGT 20 to SGT 30 is explicitly permitted. This is a Cisco TrustSec role-based access control (RBAC) policy enforced at the switch level.

Exam trap

Cisco often tests the ability to read the directionality of the policy table correctly—candidates mistakenly reverse the source and destination groups or assume that a missing rule implies permit, when in TrustSec the default action is deny unless explicitly permitted.

How to eliminate wrong answers

Option A is wrong because the first row shows Source Group 10 to Dest Group 20 with action PERMIT, not DENY; traffic from SGT 10 to SGT 20 is permitted. Option B is wrong because the second row shows Source Group 10 to Dest Group 30 with action DENY, so traffic from SGT 10 to SGT 30 is denied, not permitted. Option D is wrong because the table only defines rules for source groups 10 and 20, not for source group 30; there is no rule for traffic from SGT 30 to SGT 10, so it cannot be concluded that it is denied (Cisco TrustSec defaults to deny if no explicit rule matches, but the question asks what can be concluded from the output, and no such rule is listed).

88
Matchingeasy

Drag and drop each protocol number on the left to its matching protocol on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Internet Control Message Protocol (ICMP)

Transmission Control Protocol (TCP)

User Datagram Protocol (UDP)

Open Shortest Path First (OSPF)

Enhanced Interior Gateway Routing Protocol (EIGRP)

Why these pairings

Protocol 1 is ICMP, 6 is TCP, 17 is UDP, 89 is OSPF, 88 is EIGRP.

89
Matchingeasy

Drag and drop each Ansible task return value on the left to its matching meaning on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

The task made a change to the target system

The task completed successfully without making changes

The task encountered an error and did not complete

The task was not executed due to a condition (e.g., when clause)

The target host could not be reached via the connection method

Why these pairings

changed indicates a modification was made, ok means no change but success, failed means error, skipped means condition not met, and unreachable means host could not be contacted.

90
Drag & Dropmedium

Drag and drop the steps of IGMP v3 SSM membership report process into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

IGMPv3 SSM membership reports are sent by hosts to request traffic from specific sources. The host first sends a Membership Report listing desired (S,G) pairs. The router processes the report, updates its multicast routing table, and then sends PIM (S,G) Joins toward the source.

The source forwards traffic, which is then delivered to the host.

91
Multi-Selecthard

Which three statements about Python functions and modules for network automation are true? (Choose three.)

Select 3 answers
A.Using functions helps avoid code duplication and improves script maintainability.
B.The os module is used to parse JSON data from network device responses.
C.The json module is used to convert JSON strings to Python dictionaries.
D.The csv module is used to parse JSON data from network devices.
E.The re module is useful for extracting specific patterns from device show command output.
AnswersA, C, E

Correct because functions encapsulate reusable logic, reducing duplication and making scripts easier to maintain.

Why this answer

Correct answers: A, C, and E. A is correct because functions promote code reuse and readability by encapsulating logic. C is correct because the json module is essential for parsing JSON responses from REST APIs.

E is correct because the re module allows pattern matching in device outputs, such as parsing 'show' command results. B is incorrect because the os module is for operating system interactions, not for parsing JSON. D is incorrect because the csv module is for reading/writing CSV files, not for parsing JSON.

92
Matchingmedium

Drag and drop each EtherChannel port state on the left to its matching description on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Port is part of the channel and forwards traffic

Port is not part of the channel, operates as normal switchport

Port is disabled due to incompatible parameters

Port is in process of negotiation (LACP/PAgP)

Port has been added to the port-channel interface

Why these pairings

Bundled ports actively forward traffic; stand-alone ports operate individually; suspended ports are disabled due to misconfiguration.

93
Matchingmedium

Drag and drop each DNA Center package on the left to its matching function on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Provides network analytics, health scores, and troubleshooting insights

Automates device onboarding, configuration deployment, and software image management

Defines network hierarchy, site profiles, and global settings

Enforces access control, QoS, and segmentation policies

Orchestrates workflows for device provisioning and configuration changes

Why these pairings

Cisco DNA Center packages: Assurance provides analytics and troubleshooting; Provision automates device configuration; Design creates network hierarchies and settings; Policy manages access and segmentation.

94
Matchingmedium

Drag and drop each WAN transport type on the left to its matching SD-WAN characteristic on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Provides guaranteed SLA, low jitter, and private connectivity

Cost-effective transport with variable latency and potential packet loss

Cellular transport enabling mobility and rapid deployment with moderate bandwidth

High-bandwidth, low-latency cellular transport with network slicing capabilities

High-latency transport used for remote or maritime connectivity

Why these pairings

MPLS offers predictable performance; broadband Internet provides low-cost but variable quality; LTE offers mobility; 5G adds low latency and high bandwidth.

95
Multi-Selectmedium

Which three statements about BGP peering are true? (Choose three.)

Select 3 answers
A.eBGP peers are typically directly connected, but can be multi-hop with the ebgp-multihop command.
B.iBGP peers can be non-directly connected and often use loopback interfaces for reachability.
C.The default TTL for eBGP packets is 255.
D.In iBGP, all routers within the same AS must be fully meshed unless route reflectors or confederations are used.
E.The BGP router ID is used only for OSPF, not for BGP.
AnswersA, B, D

Correct because eBGP by default assumes direct connection, but multi-hop is possible.

Why this answer

eBGP peers typically use a directly connected interface or a loopback with proper routing. iBGP peers can be non-directly connected and often use loopback interfaces for stability. The TTL for eBGP is set to 1 by default, but can be increased with the ebgp-multihop command. iBGP requires that all routers in the same AS are fully meshed or use route reflectors to avoid loops. The BGP identifier (router ID) is used to identify the BGP speaker and is used in loop prevention for iBGP.

96
Drag & Dropmedium

Drag and drop the steps of MPLS L3VPN packet forwarding steps into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

The correct order begins with the ingress PE receiving an IP packet from the CE, looking up the VRF and imposing the inner VPN label and outer MPLS label, then forwarding the MPLS packet across the core. The P router swaps the outer label, and the egress PE pops the outer label, looks up the inner VPN label, and forwards the IP packet to the destination CE.

97
MCQmedium

Examine the following OSPF configuration on a Cisco IOS-XE router: router ospf 1 router-id 1.1.1.1 network 10.0.0.0 0.255.255.255 area 0 network 192.168.1.0 0.0.0.255 area 1 default-information originate always metric 10 metric-type 1 What is the effect of the 'default-information originate always' command?

A.A default route is advertised into OSPF only if the router has a default route in its routing table.
B.A default route is unconditionally advertised into OSPF with metric 10 and type E1.
C.The router will redistribute static default routes into OSPF.
D.The router will generate a default route only for area 1.
AnswerB

The 'always' keyword ensures unconditional advertisement, and metric-type 1 means E1.

Why this answer

This command injects a default route (0.0.0.0/0) into the OSPF domain unconditionally, even if the router does not have a default route in its routing table. The metric and type are set as specified.

98
MCQeasy

What is the default OSPF hello interval on an Ethernet link?

A.10 seconds
B.30 seconds
C.40 seconds
D.5 seconds
AnswerA

This is the standard default for Ethernet and other broadcast networks.

Why this answer

OSPF uses different hello intervals depending on the network type. On broadcast and point-to-point networks (like Ethernet), the default hello interval is 10 seconds.

99
Matchingmedium

Drag and drop each DTP mode on the left to its matching trunking behavior on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Actively sends DTP frames; forms trunk if neighbor is trunk, desirable, or auto

Passively waits for DTP frames; forms trunk only if neighbor is trunk or desirable

Forces the interface to be a trunk regardless of DTP negotiation

Forces the interface to be an access port; never forms a trunk

Disables DTP; requires manual trunk configuration

Why these pairings

Dynamic desirable actively sends DTP frames and forms a trunk if the neighbor is trunk, dynamic desirable, or dynamic auto. Dynamic auto forms a trunk only if the neighbor is trunk or dynamic desirable. Trunk always forms a trunk.

Access never forms a trunk. None disables DTP.

100
Multi-Selecthard

Which three statements about BGP route selection are true? (Choose three.)

Select 3 answers
A.A route with a lower MED is preferred over a route with a higher MED when all other factors are equal.
B.A route with a higher LOCAL_PREF is preferred over a route with a lower LOCAL_PREF.
C.A route with a shorter AS_PATH is preferred over a route with a longer AS_PATH.
D.A route with a lower weight is preferred over a route with a higher weight.
E.A route with ORIGIN code EGP is preferred over a route with ORIGIN code IGP.
AnswersA, B, C

Correct: MED is used to influence inbound traffic; a lower MED is preferred.

Why this answer

The BGP best-path selection algorithm considers the highest weight first, then highest LOCAL_PREF, then locally originated routes (network or aggregate), then shortest AS_PATH, then lowest ORIGIN code (IGP < EGP < incomplete), then lowest MED, and so on. Routes with a lower MED are preferred. The highest LOCAL_PREF is preferred.

The shortest AS_PATH is preferred. The lowest ORIGIN code is preferred. The lowest weight is not preferred; weight is Cisco-specific and higher weight is preferred.

101
Multi-Selecthard

Which two statements about Cisco QoS classification and marking are true? (Choose two.)

Select 2 answers
A.A class map can match traffic based on DSCP, CoS, IP precedence, or ACL.
B.Marking should be performed as close to the source as possible, typically at the access layer.
C.Marking can only be applied to Layer 2 frames using CoS bits.
D.Marking is a congestion avoidance mechanism that uses tail drop.
E.A class map is used to apply marking actions to classified traffic.
AnswersA, B

Correct because class maps support multiple match criteria including DSCP, CoS, IP precedence, and ACLs.

Why this answer

Classification identifies traffic based on fields like DSCP, CoS, or IP precedence. Marking sets the DSCP or CoS value for subsequent actions. The 'class-map' command matches traffic, and 'policy-map' applies marking.

Option A is correct because class maps can match on DSCP, CoS, IP precedence, or even ACLs. Option B is correct because marking is typically done at the trust boundary (access layer) to set the initial QoS marking. Option C is incorrect because marking is not limited to Layer 2; Layer 3 DSCP marking is common.

Option D is incorrect because marking does not use tail drop; tail drop is a congestion avoidance mechanism. Option E is incorrect because class maps do not apply actions; policy maps do.

102
Drag & Dropmedium

Drag and drop the steps of configuring an iBGP route reflector cluster into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

First, enable BGP on the route reflector. Second, configure the route reflector's cluster ID (if not using router-id). Third, configure the route reflector clients.

Fourth, establish iBGP peerings between the route reflector and its clients. Finally, verify that the route reflector is advertising routes correctly.

103
Multi-Selecthard

Which two statements about VRF route leaking are true? (Choose two.)

Select 2 answers
A.Route leaking between VRFs can be achieved by configuring static routes with the 'global' keyword.
B.BGP can be used to leak routes between VRFs by using import and export route-targets.
C.Route leaking merges the routing tables of two VRFs into one.
D.VRF-lite automatically supports route leaking without any additional configuration.
E.Route leaking requires MPLS to be enabled.
AnswersA, B

Correct because 'ip route vrf A X.X.X.X Y.Y.Y.Y global' leaks a route to the global table.

Why this answer

Correct: Route leaking can be done using static routes or BGP with import/export maps. Incorrect: Route leaking does not merge routing tables; VRF-lite does not inherently support it; it does not require MPLS; it is not automatic.

104
Drag & Dropmedium

Drag and drop the steps of SD-WAN overlay routing protocol (OMP) route advertisement sequence into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

In OMP, the sequence starts with the edge device learning routes locally (connected, static, or dynamic), then redistributing them into OMP and sending to vSmart. vSmart processes and installs routes in its RIB, then advertises the best routes to other edge devices. The receiving edge device installs the route in its forwarding table and optionally redistributes into its local routing protocol.

105
Drag & Dropmedium

Drag and drop the steps of PIM DM (Dense Mode) flood and prune steps into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

PIM Dense Mode initially floods multicast traffic to all PIM-enabled interfaces. Routers that do not have interested receivers send Prune messages upstream. The upstream router then stops forwarding traffic on the pruned interface.

If a new receiver appears, a Graft message re-adds the branch.

106
Matchingmedium

Drag and drop each WPA security version on the left to its matching authentication method on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Pre-Shared Key (PSK)

802.1X/EAP

Pre-Shared Key (PSK)

802.1X/EAP

Simultaneous Authentication of Equals (SAE)

Why these pairings

WPA Personal uses Pre-Shared Key (PSK); WPA Enterprise uses 802.1X/EAP; WPA2 Personal uses PSK; WPA2 Enterprise uses 802.1X/EAP; WPA3 Personal uses Simultaneous Authentication of Equals (SAE).

107
Drag & Dropmedium

Drag and drop the steps of RSPAN VLAN propagation across trunk links into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

The RSPAN VLAN must be created, allowed on trunks, and the remote switch must have the VLAN and monitor session configured.

108
Matchingmedium

Drag and drop each TrustSec component on the left to its matching function on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

16-bit security tag embedded in Ethernet or IP packets

Access control list based on source and destination SGT

Protocol to propagate SGT bindings between network devices

IEEE 802.1AE encryption for point-to-point links

Cisco TrustSec architecture that combines SGT, SGACL, and MACsec

Why these pairings

SGT tags traffic, SGACL enforces policy, SXP propagates SGTs, and MACsec encrypts at Layer 2.

109
Multi-Selecteasy

Which three statements about Cisco SD-WAN architecture components and their roles are true? (Choose three.)

Select 3 answers
A.vManage provides a centralized dashboard for configuration, monitoring, and troubleshooting of the entire SD-WAN fabric.
B.vSmart controllers are responsible for distributing routing information and policies to all WAN Edge routers in the overlay.
C.vBond orchestrators authenticate WAN Edge routers and assist in NAT traversal for establishing tunnels.
D.vSmart controllers are responsible for NAT traversal and public IP discovery for WAN Edge routers behind NAT.
E.vManage distributes OMP routes to vEdge routers to populate the overlay routing table.
AnswersA, B, C

Correct because vManage is the management plane that offers a GUI and API for network administrators to manage all devices.

Why this answer

The vManage is the management plane for centralized configuration and monitoring. vSmart is the control plane for route and policy distribution. vBond orchestrates initial authentication and NAT traversal. vEdge routers are data plane devices that forward traffic. vSmart does not handle NAT traversal; that is vBond's role. vManage does not distribute routes; that is vSmart's role.

110
Matchingmedium

Drag and drop each MPLS router role on the left to its matching function on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Forwards packets based on label lookups

Imposes and removes labels at the edge of the MPLS domain

Transits labeled packets without examining the IP header

Connects to customer edge routers and provides VPN services

Customer router that connects to the provider edge

Why these pairings

LSR performs label switching, LER is at the edge, P is a core transit router, PE provides service to CE, and CE is the customer edge.

111
Drag & Dropmedium

Drag and drop the steps of MPLS Layer 3 VPN VRF configuration on a PE router into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

First, you enable MPLS globally on the PE router. Then, you create the VRF and assign an RD. Next, you configure the route-target import and export policies.

After that, you apply the VRF to the customer-facing interface. Finally, you redistribute routes between the VRF and the MPLS backbone using BGP.

112
Matchingmedium

Drag and drop each route-target action on the left to its matching behavior on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Controls which routes from MP-BGP are placed into the VRF

Attached to VRF routes when they are advertised via MP-BGP

Applies a route-map to filter or modify routes being imported

Applies a route-map to modify RTs or attributes before export

Required for two VRFs to exchange routes in MPLS VPN

Why these pairings

Import RT determines which routes are accepted into a VRF; Export RT is attached to routes sent from a VRF; Both import and export can be configured per VRF; Import map can filter routes based on extended communities; Export map can modify RTs before advertisement.

113
MCQeasy

What is the purpose of the 'ip sla schedule' command in IP SLA configuration?

A.It defines the type of IP SLA operation.
B.It sets the frequency of the IP SLA operation.
C.It starts the IP SLA operation and sets its lifetime and start time.
D.It configures threshold monitoring for the IP SLA operation.
AnswerC

'ip sla schedule' activates the operation with parameters like 'life' and 'start-time'.

Why this answer

The 'ip sla schedule' command is used to start an IP SLA operation and configure its lifetime and start time. Without this command, the IP SLA operation is configured but remains inactive. This command controls when the operation begins and how long it runs, which is essential for scheduled monitoring.

Exam trap

Cisco often tests the distinction between configuration commands (like defining the operation type or frequency) and the activation command ('ip sla schedule'), leading candidates to confuse the purpose of each command in the IP SLA workflow.

How to eliminate wrong answers

Option A is wrong because the type of IP SLA operation is defined by the 'ip sla' command followed by the operation type (e.g., 'icmp-echo', 'udp-jitter'), not by the 'ip sla schedule' command. Option B is wrong because the frequency of the IP SLA operation is set using the 'frequency' command within the IP SLA configuration mode, not by 'ip sla schedule'. Option D is wrong because threshold monitoring is configured using the 'threshold' and 'timeout' commands within the IP SLA configuration, or via the 'ip sla reaction-configuration' command, not by 'ip sla schedule'.

114
Multi-Selectmedium

Which three statements about VRF path isolation in a service provider network are true? (Choose three.)

Select 3 answers
A.VRFs allow multiple customers to share the same physical infrastructure while keeping their traffic isolated.
B.In MPLS VPN, VRFs are combined with route targets to control route distribution between PE routers.
C.VRF-aware features such as NAT, QoS, and ACLs can be applied per VRF to enforce path isolation policies.
D.VRF can be used to replace VLANs for Layer 2 isolation.
E.In VRF-lite, path isolation is achieved using MPLS labels.
AnswersA, B, C

Correct because each VRF maintains separate forwarding tables, providing Layer 3 isolation.

Why this answer

Correct: VRFs isolate customer traffic; MPLS VPN uses VRFs with route targets; VRF-aware features like NAT and QoS can be applied per VRF. Incorrect: VRFs do not replace VLANs; VRF-lite does not use labels.

115
Drag & Dropmedium

Drag and drop the steps of VRF selection using policy-based routing into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

The correct order starts with creating a route map with a match clause, then setting the VRF using the set vrf command, applying the route map to the incoming interface with ip policy route-map, the router matching the traffic, and finally forwarding the packet to the specified VRF.

116
Multi-Selecthard

Which three statements about VXLAN in Cisco SD-Access are true? (Choose three.)

Select 3 answers
A.VXLAN encapsulation uses a 24-bit VNI to identify the virtual network.
B.The underlay network for VXLAN must be a Layer 2 switched network.
C.VXLAN encapsulation is performed by the fabric edge node when traffic enters the fabric.
D.VXLAN provides the control plane for endpoint discovery in SD-Access.
E.VXLAN traffic between fabric nodes can be encrypted using MACsec.
AnswersA, C, E

Correct because the VXLAN Network Identifier (VNI) is a 24-bit field that uniquely identifies a Layer 2 or Layer 3 virtual network within the fabric.

Why this answer

VXLAN in Cisco SD-Access uses a 24-bit VNI to identify virtual networks (option A correct). Fabric edge nodes perform VXLAN encapsulation when traffic enters the fabric (option C correct). While VXLAN itself does not provide encryption, MACsec can be used to encrypt VXLAN traffic between fabric nodes (option E correct).

The underlay is Layer 3 routed, not Layer 2 (option B false). The control plane is LISP, not VXLAN (option D false).

117
Matchingmedium

Drag and drop each VTP mode on the left to its matching capability on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Can create, modify, and delete VLANs; advertises VLAN database

Cannot create or modify VLANs; learns VLANs from server advertisements

Forwards VTP advertisements; maintains its own VLAN database locally

Ignores all VTP advertisements; does not forward VTP messages

Enables VTP pruning to reduce unnecessary broadcast traffic

Why these pairings

VTP server can create/modify/delete VLANs and advertises them. VTP client learns VLANs but cannot modify them. VTP transparent forwards VTP messages but does not participate.

VTP off ignores VTP messages entirely.

118
MCQhard

A network administrator is deploying a new QoS policy to prioritize voice traffic across a WAN link. The policy must ensure that voice packets are not dropped even during congestion, and that bandwidth is guaranteed for voice. Which queuing mechanism should be used for the voice class?

A.Weighted Random Early Detection (WRED)
B.Low Latency Queuing (LLQ)
C.Class-Based Weighted Fair Queuing (CBWFQ)
D.First-In, First-Out (FIFO) queuing
AnswerB

LLQ provides strict priority queuing for real-time traffic like voice.

Why this answer

LLQ is the correct choice because it combines strict priority queuing with CBWFQ, ensuring that voice traffic is placed into a strict priority queue that is serviced before any other queues. This guarantees low latency and prevents voice packet drops during congestion by allowing the priority queue to be policed to a configured bandwidth limit, while still providing bandwidth guarantees for the voice class.

Exam trap

Cisco often tests the distinction between CBWFQ and LLQ, where candidates mistakenly choose CBWFQ because it offers bandwidth guarantees, but fail to recognize that only LLQ provides the strict priority queuing required for real-time voice traffic to avoid drops and delay.

How to eliminate wrong answers

Option A is wrong because WRED is a congestion avoidance mechanism that drops packets proactively based on queue depth, not a queuing mechanism that guarantees bandwidth or provides strict priority; it would drop voice packets during congestion, violating the requirement. Option C is wrong because CBWFQ provides bandwidth guarantees and fair queuing for classes but does not include a strict priority queue, so voice traffic would experience delay and jitter during congestion, leading to potential drops. Option D is wrong because FIFO queuing offers no differentiation or priority, causing voice packets to be treated the same as all other traffic, resulting in drops and delay during congestion.

119
Matchingmedium

Drag and drop each YANG module on the left to its matching standard body on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

OpenConfig

IETF

Cisco-IOS-XE

OpenConfig

IETF

Why these pairings

OpenConfig is an operator-led effort. IETF publishes standard YANG models. Cisco-IOS-XE modules are Cisco proprietary.

120
Multi-Selecthard

Which three statements about EIGRP packet types are true? (Choose three.)

Select 3 answers
A.Hello packets are sent unreliably and do not require an acknowledgment.
B.Update packets are always sent as multicast to all EIGRP neighbors.
C.Query packets are sent reliably and require a Reply from each neighbor.
D.ACK packets are unicast and are used to acknowledge reliable EIGRP packets.
E.Reply packets are sent unreliably to conserve bandwidth.
AnswersA, C, D

Correct because Hello packets are sent as best-effort (unreliable) and are not acknowledged.

Why this answer

EIGRP uses five packet types: Hello (neighbor discovery/maintenance), Update (route information), Query (ask neighbors for routes), Reply (response to Query), and ACK (acknowledgment). Hello packets are multicast to 224.0.0.10, unacknowledged, and used to form and maintain adjacencies. Update packets are sent reliably (with ACK) and can be multicast or unicast.

Query packets are multicast and require a Reply. ACK packets are unicast and are used to acknowledge reliable packets.

121
MCQmedium

A network engineer is troubleshooting a Cisco SD-WAN deployment where a branch office has two WAN links: a primary MPLS link and a backup LTE link. The engineer wants to configure application-aware routing so that critical applications (e.g., Salesforce) always use the MPLS link as long as its loss is below 2% and latency below 150 ms. The engineer configures an app-route policy on the vSmart with the appropriate SLA requirements. After deployment, the engineer notices that Salesforce traffic is still using the LTE link even when the MPLS link meets the SLA. What is the most likely cause?

A.The app-route policy is not attached to the correct site list or VPN list.
B.The LTE link has a lower cost metric than the MPLS link.
C.The app-route policy was applied on the vEdge instead of the vSmart.
D.The SLA requirements are not configured correctly in the policy.
AnswerA

Correct because the policy must be associated with the specific sites and VPNs to be applied.

Why this answer

The app-route policy must be attached to the correct site list and VPN list to be applied to the traffic. If the policy is not properly associated with the site list containing the branch office or the VPN list that includes Salesforce traffic, the vSmart will not enforce the application-aware routing rules, allowing the LTE link to be used even when the MPLS link meets the SLA.

Exam trap

Cisco often tests the distinction between policy definition and policy attachment, leading candidates to overlook that a correctly defined policy is ineffective if not attached to the appropriate site list or VPN list.

How to eliminate wrong answers

Option B is wrong because cost metric is used for OMP route preference, not for application-aware routing decisions; app-route policies override cost-based path selection based on SLA. Option C is wrong because app-route policies are centralized and must be configured on the vSmart controller, not on the vEdge; applying on the vEdge would have no effect in a Cisco SD-WAN architecture. Option D is wrong because the question states the SLA requirements (loss < 2%, latency < 150 ms) are configured correctly, so the issue lies in policy attachment, not the SLA definition.

122
Matchingmedium

Drag and drop each STP variant on the left to its matching standard on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

IEEE 802.1D

IEEE 802.1w

IEEE 802.1s

Cisco proprietary

Cisco proprietary (based on 802.1w)

Why these pairings

STP is IEEE 802.1D; RSTP is IEEE 802.1w; MSTP is IEEE 802.1s; PVST+ is Cisco proprietary.

123
Multi-Selecthard

Which three statements about OSPF LSA types are true? (Choose three.)

Select 3 answers
A.Type 1 LSAs are generated by every OSPF router to describe its own interfaces and neighbors.
B.Type 2 LSAs are generated by the Designated Router on multiaccess networks.
C.Type 5 LSAs are generated by ASBRs to advertise routes from other routing domains.
D.Type 3 LSAs are generated by ASBRs to summarize routes between areas.
E.Type 4 LSAs are generated by the ASBR to advertise its presence to other areas.
AnswersA, B, C

Correct because Router LSAs (Type 1) are created by each router to advertise its directly connected links.

Why this answer

Type 1 LSAs (Router LSAs) are generated by every router and describe the router's directly attached links. Option B is correct because Type 2 LSAs (Network LSAs) are generated by the DR on broadcast and NBMA networks to describe the segment and attached routers. Option C is correct because Type 5 LSAs (AS External LSAs) are generated by ASBRs to advertise external routes.

Option D is incorrect because Type 3 LSAs (Summary LSAs) are generated by ABRs, not ASBRs. Option E is incorrect because Type 4 LSAs (ASBR Summary LSAs) are generated by ABRs, not the ASBR itself.

124
Drag & Dropmedium

Drag and drop the steps of Jinja2 template rendering for device config generation into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

The process begins by importing the Jinja2 Environment and FileSystemLoader, creating an environment with a loader pointing to the template directory, loading the template file, defining a dictionary with variables, and finally calling render() to produce the configuration string.

125
Drag & Dropmedium

Drag and drop the steps of VRF-aware NAT configuration for path isolation into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

First, you create the VRF and assign an RD. Then, you configure the NAT inside and outside interfaces under the VRF. Next, you define the NAT pool and access list for translation.

After that, you apply the NAT rules with 'ip nat inside source' referencing the VRF. Finally, you verify NAT translations using 'show ip nat translations vrf'.

126
Multi-Selecthard

Which two statements about SNMP trap and inform operations are true? (Choose two.)

Select 2 answers
A.An SNMP inform request is acknowledged by the manager with a response PDU.
B.SNMP traps are more reliable than informs because they use UDP port 162.
C.Both SNMPv1 and SNMPv2c support the inform operation.
D.Informs consume more network bandwidth and memory resources than traps.
E.Traps are sent from the manager to the agent to request configuration changes.
AnswersA, D

Correct because informs use a request/response mechanism; the manager sends a response to confirm receipt.

Why this answer

SNMP traps are unacknowledged, while informs are acknowledged (confirmed) by the manager. Informs use more bandwidth and are more reliable. Both traps and informs are sent from agent to manager.

SNMPv2c supports both traps and informs. SNMPv1 only supports traps (no informs).

127
Matchingmedium

Drag and drop each PIM message type on the left to its matching function on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Discovers and maintains PIM neighbors

Requests to join a multicast group and receive traffic

Requests to leave a multicast group and stop receiving traffic

Resolves duplicate forwarding on a multi-access network

Elects the RP in PIM Sparse Mode

Why these pairings

PIM Hello discovers neighbors; Join requests to join a group; Prune requests to leave a group; Assert resolves duplicate forwarding on a multi-access network.

128
Matchingmedium

Drag and drop each queuing mechanism on the left to its matching use case on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Strict priority queuing for delay-sensitive traffic

Guarantees minimum bandwidth per class; Used for data traffic classes requiring bandwidth assurance

Strict priority queue with bandwidth guarantees for other classes

Fair queuing based on flow weights

Why these pairings

PQ gives strict priority to one queue, CBWFQ guarantees bandwidth to classes, LLQ combines strict priority with CBWFQ, WFQ provides fair queuing for flows, and CBWFQ is often used for data classes.

129
Multi-Selectmedium

Which two statements about the Cisco SD-Access fabric roles are true? (Choose two.)

Select 2 answers
A.The fabric edge node connects wired endpoints to the SD-Access fabric.
B.The fabric border node provides connectivity to networks outside the SD-Access fabric.
C.The fabric control plane node is responsible for forwarding traffic between fabric edges.
D.The fabric wireless LAN controller is a dedicated role for wireless integration.
E.The intermediate node is a core role in SD-Access fabric.
AnswersA, B

Correct because the fabric edge is the switch or wireless controller that provides network access to endpoints and applies policies.

Why this answer

In Cisco SD-Access, the fabric edge is the device that connects wired endpoints to the fabric, and the fabric border is responsible for connecting the fabric to external networks (e.g., WAN, data center). The fabric control plane node manages the LISP mapping database and authentication, not the fabric border. The fabric wireless LAN controller does not exist as a separate role; wireless services are integrated into the fabric edge or border.

The intermediate node is not a defined role in SD-Access.

130
Multi-Selecthard

Which three statements about Ansible roles and directory structure are true? (Choose three.)

Select 3 answers
A.A role must contain at least a 'tasks' directory with a main.yml file to be functional.
B.Variables defined in the 'defaults' directory of a role have the highest precedence.
C.The 'meta' directory in a role can define dependencies on other roles using the 'dependencies' key.
D.Handlers in a role are defined in the 'handlers' directory and are triggered by the 'notify' directive in tasks.
E.Roles cannot be shared or reused across different Ansible projects.
AnswersA, C, D

Correct because the 'tasks/main.yml' file is the core of a role; it defines the list of tasks to execute.

Why this answer

Ansible roles have a predefined directory structure including tasks, handlers, vars, defaults, files, templates, and meta. Roles can be shared via Ansible Galaxy. The 'defaults' directory contains lowest-priority variables.

The 'meta' directory defines role dependencies.

131
Multi-Selecthard

Which two statements about PAgP (Port Aggregation Protocol) are true? (Choose two.)

Select 2 answers
A.PAgP uses the multicast MAC address 01-00-0C-CC-CC-CC for its messages.
B.PAgP supports up to 16 active links in a single EtherChannel.
C.PAgP can form a channel even if one side is configured in 'auto' mode and the other in 'desirable' mode.
D.PAgP uses the same packet format as LACP and can interoperate with LACP-enabled devices.
E.PAgP requires both ends to be configured with identical port priorities to form the channel.
AnswersA, C

Correct because PAgP uses the Cisco-proprietary multicast address 0100.0CCC.CCCC.

Why this answer

PAgP is a Cisco proprietary protocol for dynamic EtherChannel formation. It uses multicast address 01-00-0C-CC-CC-CC, supports modes 'auto' and 'desirable', and uses a learning method to detect misconfigurations. PAgP cannot interoperate with LACP and does not support standby links.

132
MCQhard

A network engineer runs the following command on Router R1: R1# show ip eigrp topology all-links EIGRP-IPv4 Topology Table for AS(100)/ID(192.168.1.1) Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply, r - reply Status, s - sia Status P 10.1.1.0/24, 1 successors, FD is 1310720, serno 5 via 192.168.1.2 (1310720/1310720), GigabitEthernet0/0 via 10.2.2.2 (1587200/1310720), GigabitEthernet0/1 P 10.2.2.0/24, 1 successors, FD is 1310720, serno 6 via 192.168.1.2 (1310720/1310720), GigabitEthernet0/0 via 10.2.2.2 (1587200/1310720), GigabitEthernet0/1 Based on this output, what can be concluded?

A.Both routes have a feasible successor via 10.2.2.2.
B.The route 10.1.1.0/24 has two successors.
C.The alternate path via 10.2.2.2 will be used immediately if the successor fails.
D.The router has two paths to 10.1.1.0/24, but only one is in the routing table.
AnswerD

Only the successor is installed in the routing table; the other path is not used unless the successor fails and queries are sent.

Why this answer

The output shows that for 10.1.1.0/24, the feasible distance (FD) is 1310720 and there is only one successor (the route via 192.168.1.2). The alternate path via 10.2.2.2 has a reported distance (RD) of 1310720, which equals the FD, so it does not satisfy the feasibility condition (RD < FD) and therefore is not a feasible successor. Only the successor route is installed in the routing table.

Exam trap

Cisco often tests the distinction between a successor and a feasible successor, and the trap here is that candidates assume any alternate path with a lower metric than the FD is a feasible successor, but the feasibility condition requires the reported distance to be strictly less than the feasible distance, not less than or equal.

How to eliminate wrong answers

Option A is wrong because the alternate path via 10.2.2.2 has a reported distance equal to the feasible distance, which violates the feasibility condition (RD must be strictly less than FD) and thus is not a feasible successor. Option B is wrong because the output explicitly states '1 successors' for 10.1.1.0/24, meaning there is only one successor, not two. Option C is wrong because the alternate path is not a feasible successor; if the successor fails, EIGRP must send queries and go active for that route before it can use the alternate path, so it will not be used immediately.

133
Matchingmedium

Drag and drop each CPU feature on the left to its matching virtualization purpose on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Enables hardware-assisted virtualization for Intel CPUs

Reduces memory overhead for nested page tables

Allows direct assignment of PCIe devices to VMs

Enables hardware-assisted virtualization for AMD CPUs

Improves TLB management across VM context switches

Why these pairings

VT-x enables hardware-assisted virtualization for Intel CPUs, EPT reduces memory overhead for nested page tables, SR-IOV allows direct device assignment to VMs, AMD-V is AMD's equivalent of VT-x, and VPID improves TLB management across VM switches.

134
Multi-Selecthard

Which three statements about Cisco SD-Access design are true? (Choose three.)

Select 3 answers
A.VXLAN is used as the data plane encapsulation in SD-Access to create overlay tunnels.
B.The fabric border node is the access layer switch that connects end devices to the network.
C.LISP provides the control plane for SD-Access by managing endpoint identifiers and routing locators.
D.The border node provides connectivity between the SD-Access fabric and traditional networks or the WAN.
E.SD-Access requires a three-tier hierarchical design with core, distribution, and access layers.
AnswersA, C, D

Correct because VXLAN encapsulates Layer 2 frames in UDP packets, enabling overlay networks across the underlay.

Why this answer

Cisco SD-Access is a policy-based, intent-driven network architecture that uses VXLAN for overlay tunneling and LISP for control plane. It separates the network into fabric and non-fabric domains. The fabric uses a border node to connect to external networks.

Option A is correct because VXLAN provides the data plane encapsulation. Option C is correct because LISP is the control plane that maps endpoints to their locations. Option D is correct because the border node connects the fabric to outside networks (e.g., WAN, Internet).

Option B is incorrect because the fabric edge is the access layer switch that connects endpoints, not the border. Option E is incorrect because SD-Access typically uses a two-tier spine-leaf design, not a three-tier core-distribution-access.

135
Drag & Dropmedium

Drag and drop the steps of WRED configuration for TCP congestion avoidance into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

First, enable WRED under an interface or policy-map. Then set the minimum and maximum thresholds for each IP precedence or DSCP value. Configure the mark probability denominator.

Apply the policy-map to the interface. Finally, verify WRED operation using show queueing or show policy-map interface.

136
Drag & Dropmedium

Drag and drop the steps of BFD session establishment for path liveliness into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

BFD session establishment starts with the vEdge sending a BFD hello packet, the remote vEdge responds with a BFD echo, then both agree on the BFD timer values, the session moves to the Up state, and finally the session is used for path liveliness detection.

137
MCQmedium

A router has the following configuration snippet: vrf definition RED rd 100:1 ! interface Loopback0 ip vrf forwarding RED ip address 10.0.0.1 255.255.255.255 ! router eigrp 100 address-family ipv4 unicast vrf RED autonomous-system 100 network 10.0.0.1 0.0.0.0 What is the issue with this EIGRP configuration for VRF RED?

A.The EIGRP address-family is not activated because 'no shutdown' is missing under the address-family configuration.
B.The 'network' command should use a wildcard mask of 0.0.0.255 instead of 0.0.0.0.
C.The VRF must be defined under 'router eigrp' globally before using address-family.
D.The loopback interface cannot be placed in a VRF because it is a virtual interface.
AnswerA

Correct. EIGRP address-families require 'no shutdown' to start.

Why this answer

The EIGRP address-family configuration for VRF RED is missing the 'no shutdown' command under the address-family mode. In Cisco IOS, EIGRP address-families are administratively shut down by default; without 'no shutdown', the EIGRP process for that VRF will not form adjacencies or advertise routes, even though the network command is correctly configured.

Exam trap

Cisco often tests the default administrative shutdown of EIGRP address-families, knowing that many candidates assume the process starts automatically once the network command is configured, leading them to overlook the required 'no shutdown' command.

How to eliminate wrong answers

Option B is wrong because the 'network 10.0.0.1 0.0.0.0' command uses a host-specific wildcard mask, which is perfectly valid for advertising a single /32 interface; a wildcard mask of 0.0.0.255 would be incorrect as it would attempt to match a broader subnet. Option C is wrong because VRF definitions are not required under 'router eigrp' globally; the VRF is referenced directly in the address-family configuration via the 'vrf RED' keyword, which is the correct method. Option D is wrong because loopback interfaces can absolutely be placed in a VRF; there is no restriction against virtual interfaces being assigned to a VRF, and this is a common practice for management or iBGP peering.

138
Drag & Dropmedium

Drag and drop the steps of EIGRP redistribution from OSPF with metric seeding into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

When redistributing OSPF into EIGRP with metric seeding, the correct order is: First, enter EIGRP router configuration mode (A). Second, if using named mode, specify the address-family (B). Third, set the default-metric (D) before redistribution to ensure routes receive proper metric values.

Fourth, issue the 'redistribute ospf process-id' command (C). Finally, verify with 'show ip eigrp topology all-links' (E).

139
MCQhard

A large enterprise uses Cisco SD-WAN with multiple transport clouds (MPLS and Internet). The network team wants to ensure that voice traffic between two branch offices always uses the MPLS link, even if the Internet link has lower latency. The engineer creates a centralized data policy on the vSmart to match voice traffic based on DSCP EF and sets the preferred color to 'mpls'. After applying the policy, the engineer tests and finds that voice traffic is still using the Internet link. The vEdge routers show that the policy is received and active. What is the most likely reason for this failure?

A.The vEdge routers have not rebooted after the policy was applied.
B.The data policy was applied on the vEdge instead of the vSmart.
C.The DSCP EF marking is not supported in SD-WAN data policies.
D.The policy does not include a match condition for the correct VPN or site list.
AnswerD

Correct because the policy must be associated with the specific VPN and site list to apply to the traffic.

Why this answer

A centralized data policy on the vSmart must include match conditions for both the traffic (e.g., DSCP EF) and the scope of the policy (e.g., VPN list or site list). Without a site list or VPN list match, the policy may not apply to the specific branch-to-branch traffic, causing the vEdge to fall back to the default routing behavior (e.g., using the Internet link if it has lower latency). The vSmart distributes the policy to vEdges, but the vEdge only enforces it for matched traffic within the specified sites or VPNs.

Exam trap

Cisco often tests the misconception that a centralized data policy with only traffic match conditions (like DSCP) will automatically apply to all traffic, when in reality the policy must also include a site list or VPN list to define the scope of enforcement.

How to eliminate wrong answers

Option A is wrong because vEdge routers do not require a reboot for data policies to take effect; they are applied dynamically via the vSmart. Option B is wrong because the engineer explicitly created a centralized data policy on the vSmart, and applying it on the vEdge would be a localized policy, which is not the described scenario. Option C is wrong because DSCP EF (46) is fully supported in Cisco SD-WAN data policies for matching voice traffic; the issue is not a lack of support but missing scope conditions.

140
Matchingmedium

Drag and drop each MPLS VPN type on the left to its matching layer on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Layer 3 IP-based VPN using MP-BGP

Layer 2 VPN transporting Ethernet or Frame Relay

Multipoint Layer 2 VPN emulating a LAN

Point-to-point Layer 2 VPN

Multicast VPN over MPLS

Why these pairings

L3VPN operates at Layer 3 (IP), L2VPN at Layer 2 (Ethernet/Frame Relay), VPLS is a specific L2VPN, VPWS is point-to-point L2VPN, and MVPN is multicast L3VPN.

141
Drag & Dropmedium

Drag and drop the steps of YANG data model traversal for interface stats into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

YANG traversal starts with identifying the YANG module for interfaces, then navigating to the interfaces container, selecting the specific interface list entry, accessing the statistics container, and finally reading the desired leaf values like in-octets.

142
Drag & Dropmedium

Drag and drop the steps of MSTP region and instance configuration steps into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

MSTP configuration begins by enabling the MSTP globally with 'spanning-tree mode mst'. Then, enter MST configuration mode, assign a region name, set the revision number, and finally map VLANs to MST instances. After exiting MST configuration mode, the region becomes active.

143
MCQeasy

A network engineer is configuring model-driven telemetry on a Cisco IOS-XE router to stream OSPF neighbor state changes. The engineer uses the YANG model 'Cisco-IOS-XE-ospf-oper' and creates an on-change subscription. After testing, the engineer notices that the telemetry data is being sent, but the collector is receiving duplicate updates for the same OSPF neighbor state change. What is the most likely cause of these duplicate updates?

A.The subscription is configured with both on-change and periodic updates
B.The YANG path includes multiple leafs that change together, each triggering a separate update
C.The collector is sending acknowledgments that cause the router to resend data
D.The engineer used JSON encoding which causes larger payloads and fragmentation
AnswerB

On-change subscriptions send an update for each leaf that changes, so multiple leaf changes from a single event cause duplicate updates.

Why this answer

That the YANG path includes multiple leafs that change simultaneously, causing multiple updates for the same event. For example, when an OSPF neighbor goes from FULL to DOWN, multiple leafs (state, last-up-time, etc.) change, and each change triggers an on-change update. The other options are incorrect because the sample-interval is not used in on-change subscriptions; the collector is not causing duplicates; and the encoding does not cause duplicates.

144
Drag & Dropmedium

Drag and drop the steps of Multicast RP discovery using BSR into the correct order, from first to last.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5

Why this order

In BSR, candidate RPs announce themselves to the BSR. The BSR collects these announcements and distributes a list of RPs via Bootstrap messages. Routers then use a hash function to select the RP for each group.

The RP must be reachable for the process to work.

145
Multi-Selectmedium

Which two statements about VLAN trunking using IEEE 802.1Q are true? (Choose two.)

Select 2 answers
A.The 802.1Q tag includes a 12-bit VLAN ID field.
B.The native VLAN is not tagged on an 802.1Q trunk.
C.The native VLAN must always be VLAN 1.
D.The 802.1Q tag uses a TPID value of 0x88A8.
E.802.1Q supports a maximum of 4096 VLANs.
AnswersA, B

Correct because the 802.1Q header contains a 12-bit VLAN ID (VID) allowing up to 4094 VLANs.

Why this answer

Correct: A is true because 802.1Q inserts a 4-byte tag after the source MAC address, which includes a 12-bit VLAN ID (0-4095). B is true because the native VLAN is not tagged; frames on the native VLAN are sent untagged to maintain backward compatibility with devices that do not understand trunking. C is incorrect because the native VLAN can be any VLAN, not just VLAN 1; it defaults to VLAN 1 but can be changed.

D is incorrect because the 802.1Q tag uses a TPID of 0x8100, not 0x88A8 (which is used for Q-in-Q). E is incorrect because 802.1Q supports up to 4094 usable VLANs (1-1001 and 1006-4094), not 4096.

146
Multi-Selecteasy

Which THREE of the following are components of a Cisco ACI fabric? (Choose three.)

Select 3 answers
A.Firewall
B.Spine switch
C.Router
D.APIC controller
E.Leaf switch
AnswersB, D, E

Spine switches form the fabric backbone.

Why this answer

The spine switch is a core component of a Cisco ACI fabric, forming the spine-leaf topology. Spine switches provide high-speed, non-blocking connectivity between leaf switches and handle all east-west traffic, relying on IS-IS as the routing protocol for fabric discovery and forwarding.

Exam trap

Cisco often tests the distinction between native fabric components (spine, leaf, APIC) and external devices (firewall, router) that can be integrated but are not part of the fabric itself, leading candidates to mistakenly include them as fabric components.

147
MCQhard

A network engineer runs the following command on Router R6: R6# show ip route vrf CUSTOMER-D VRF CUSTOMER-D: 10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 10.0.0.0/30 is directly connected, GigabitEthernet0/0.400 L 10.0.0.1/32 is directly connected, GigabitEthernet0/0.400 192.168.0.0/16 is variably subnetted, 1 subnets, 1 mask B 192.168.1.0/24 [200/0] via 10.0.0.2, 00:10:00 R6# show ip bgp vpnv4 vrf CUSTOMER-D BGP table version is 5, local router ID is 10.0.0.6 Status codes: s suppressed, d damped, h history, * valid, > best, i - internal, r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter, x best-external, a additional-path, c RIB-compressed, Origin codes: i - IGP, e - EGP, ? - incomplete Network Next Hop Metric LocPrf Weight Path *> 192.168.1.0/24 10.0.0.2 0 100 0 i Based on this output, what can be concluded?

A.The route 192.168.1.0/24 is learned via OSPF
B.The route 192.168.1.0/24 is installed in the VRF routing table from BGP
C.The next-hop 10.0.0.2 is not reachable
D.VRF CUSTOMER-D has no directly connected networks
AnswerB

The VRF route shows B, and the BGP table shows the same prefix with next-hop 10.0.0.2.

Why this answer

The show ip bgp vpnv4 vrf CUSTOMER-D output displays a BGP route for 192.168.1.0/24 with the '> ' (best) marker, and the show ip route vrf CUSTOMER-D output shows this route with a 'B' code (BGP). This confirms the route is learned via BGP and installed in the VRF routing table. The administrative distance of 200 in the routing table entry further confirms it is a BGP route (eBGP default AD is 20, but iBGP is 200; the [200/0] indicates iBGP).

Exam trap

Cisco often tests the distinction between the routing table (show ip route) and the BGP table (show ip bgp), where a route can be present in BGP but not installed in the routing table if the next-hop is unreachable, but here the route is installed, confirming reachability.

How to eliminate wrong answers

Option A is wrong because the route is marked with 'B' in the routing table, which indicates BGP, not OSPF (which would show 'O'). Option C is wrong because the route is marked as 'best' (>) in BGP and installed in the routing table, which requires the next-hop 10.0.0.2 to be reachable via the directly connected subnet 10.0.0.0/30. Option D is wrong because the VRF has directly connected networks (10.0.0.0/30 and 10.0.0.1/32) as shown by the 'C' and 'L' entries in the routing table.

148
Matchingmedium

Drag and drop each DNA Center Intent API on the left to its matching use on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Retrieves detailed device information including serial numbers and software versions

Returns physical and logical network topology maps

Lists network issues with severity and suggested actions

Subscribes to and retrieves real-time network events and syslog messages

Manages site hierarchy and associated device assignments

Why these pairings

Intent APIs: inventory retrieves device details; topology maps network connections; issues identifies network problems; events provides real-time notifications.

149
MCQmedium

A network engineer writes the following Python script using the Requests library to retrieve interface information from a Cisco IOS-XE device via RESTCONF: ```python import requests import json url = "https://10.1.1.1:443/restconf/data/ietf-interfaces:interfaces" headers = { "Accept": "application/yang-data+json", "Content-Type": "application/yang-data+json" } auth = ("admin", "password") response = requests.get(url, headers=headers, auth=auth, verify=False) print(response.json()) ``` What is the primary issue with this code?

A.The URL uses HTTPS but the device only supports HTTP, causing a connection error.
B.The 'Content-Type' header is misspelled as 'Contet-Type', which will cause the server to reject the request.
C.The 'verify=False' parameter is not valid for the requests library; it should be 'ssl_verify=False'.
D.The 'auth' tuple should be passed as a dictionary with 'username' and 'password' keys.
AnswerB

The header 'Contet-Type' is incorrect; it should be 'Content-Type'. This will cause the server to not recognize the media type.

Why this answer

The primary issue is a typo in the 'Content-Type' header: it is written as 'Contet-Type'. RESTCONF requires the correct header to indicate the YANG data format. This misspelling will cause the server to reject the request with a 400 Bad Request error because it does not recognize the media type.

The code is otherwise correct for RESTCONF access.

Exam trap

Always double-check HTTP header spellings. A simple typo like 'Contet-Type' instead of 'Content-Type' will break RESTCONF requests.

150
Matchingmedium

Drag and drop each PnP workflow step on the left to its matching action on the right.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Assigns the device to a site and triggers the provisioning process

Deploys day-0 configuration, templates, and software image

Applies the configuration and brings the device into operational state

Checks device connectivity and validates configuration compliance

Tracks device status, logs, and alerts during the PnP workflow

Why these pairings

PnP steps: Claim device assigns it to a site; Provision deploys configuration; Activate applies image; Verify checks connectivity; Monitor tracks status.

Page 1

Page 2 of 16

Page 3