Courseiva

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

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

Page 9

Page 10 of 16

Page 11
676
MCQmedium

Given the following BGP configuration on a Cisco IOS-XE device: router bgp 65001 bgp router-id 1.1.1.1 neighbor 10.0.0.2 remote-as 65002 neighbor 10.0.0.2 update-source Loopback0 neighbor 10.0.0.2 ebgp-multihop 2 ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface GigabitEthernet0/0 ip address 10.0.0.1 255.255.255.252 What is the purpose of the 'ebgp-multihop 2' command?

A.It allows the BGP session to be established even if the neighbor is not directly connected, with a maximum of 2 hops.
B.It sets the BGP session to use two TCP connections for redundancy.
C.It enables BGP to use two different paths to reach the neighbor.
D.It is required because the neighbor is configured with a loopback interface as the update source.
AnswerA

Correct. EBGP multihop with value 2 allows the neighbor to be up to 2 hops away (TTL=2).

Why this answer

EBGP multihop allows the BGP session to be established between non-directly connected peers. The number specifies the maximum TTL for the BGP packets. Here, TTL=2 allows one intermediate hop.

677
Matchingmedium

Drag and drop each STP port state 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

Discards frames, does not learn MAC addresses

Discards frames, does not learn MAC addresses (receives BPDUs)

Discards frames, learns MAC addresses

Forwards frames, learns MAC addresses

Administratively down, discards frames

Why these pairings

Blocking discards frames and does not learn MACs; Listening discards frames but does not learn MACs (receives BPDUs); Learning discards frames but learns MACs; Forwarding forwards frames and learns MACs; Disabled administratively down and discards frames.

678
Drag & Dropmedium

Drag and drop the steps of SD-WAN traffic engineering app-aware routing 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 for SD-WAN traffic engineering app-aware routing steps is: first, traffic is classified by application (A); then path performance is measured via probes (B); then metrics are compared to SLA thresholds (C); then the best path meeting the SLA is selected (D); and finally traffic is forwarded over the chosen path (E).

679
Drag & Dropmedium

Drag and drop the steps of Netconf/Yang-based device monitoring subscription 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 establish a NETCONF session, then subscribe to a YANG data stream, and finally receive periodic push updates.

680
Matchingmedium

Drag and drop each MPLS 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 MPLS packets by performing label lookup and swapping

Pushes labels on ingress and pops labels on egress

Core router that swaps labels without pushing or popping

Edge router that connects customer sites and runs MPLS VPNs

Customer edge router that connects to the PE

Why these pairings

LSR forwards packets based on labels, LER pushes/pops labels at the edge, P is a core LSR that only swaps labels, PE provides VPN services at the edge, and CE is the customer device connecting to the MPLS network.

681
MCQeasy

What is the default OSPF hello interval on a broadcast multi-access network (e.g., Ethernet)?

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

Correct. The default hello interval on broadcast networks is 10 seconds.

Why this answer

On a broadcast multi-access network like Ethernet, OSPF defaults to a hello interval of 10 seconds. This is defined in RFC 2328 and is used to quickly detect neighbor failures while keeping control traffic overhead manageable. The corresponding dead interval is 40 seconds (4 times the hello interval).

Exam trap

Cisco often tests the distinction between hello and dead intervals, and candidates confuse the 40-second dead interval with the hello interval, or incorrectly recall the NBMA hello interval of 30 seconds.

How to eliminate wrong answers

Option B is wrong because 30 seconds is the default hello interval for OSPF on non-broadcast multi-access (NBMA) networks, not broadcast multi-access. Option C is wrong because 5 seconds is not a standard OSPF hello interval; it is sometimes used in tuned configurations but is not the default. Option D is wrong because 40 seconds is the default dead interval on broadcast networks, not the hello interval.

682
Drag & Dropmedium

Drag and drop the steps of creating and applying an Ansible role for network device configuration 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 role structure with defaults, vars, tasks, and handlers. Then, write the tasks in main.yml to configure interfaces. Next, set default variables in defaults/main.yml.

After that, create a playbook that references the role. Finally, execute the playbook against the target inventory.

683
MCQeasy

A network engineer uses Cisco DNA Center API to retrieve the health of a device. The API call returns: ```json { "response": [ { "deviceId": "1234567890", "healthScore": 85, "overallHealth": "good", "memory": { "used": 4096, "total": 8192, "usage": 50 }, "cpu": { "usage": 25 } } ] } ``` What does the healthScore of 85 indicate?

A.The device is healthy with a score of 85 out of 100.
B.The device is critical and needs immediate attention.
C.The device has 85% memory usage.
D.The device has 85% CPU usage.
AnswerA

A health score of 85 is in the 'good' range (75-90) per DNA Center documentation.

Why this answer

In Cisco DNA Center, health scores range from 0 to 100. A score of 85 is considered 'good' (typically 75-90 range), indicating the device is healthy but may have minor issues.

684
Multi-Selectmedium

Which two statements about Rapid PVST+ are true? (Choose two.)

Select 2 answers
A.Rapid PVST+ uses a proposal/agreement handshake to achieve rapid convergence.
B.Rapid PVST+ runs a separate instance of STP for each VLAN.
C.Rapid PVST+ requires the UplinkFast feature to be enabled for fast uplink convergence.
D.In Rapid PVST+, the root bridge is elected based on the lowest MAC address only.
E.Rapid PVST+ supports only two port roles: designated and root.
AnswersA, B

Correct because the proposal/agreement mechanism allows ports to transition to forwarding quickly without relying on timers.

Why this answer

Rapid PVST+ is an enhancement of the original 802.1D STP that provides faster convergence by using a proposal/agreement handshake. It runs a separate instance of RSTP for each VLAN, enabling per-VLAN load balancing. The UplinkFast feature is not needed because RSTP already handles uplink convergence quickly.

The root bridge is elected based on bridge priority, not MAC address alone. Port roles include alternate and backup, not just designated and root.

685
Matchingmedium

Drag and drop each LDP 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 LDP neighbors on a link

Establishes and negotiates LDP session parameters

Maintains an established LDP session

Advertises label bindings for FECs

Reports errors or advisory information

Why these pairings

Discovery uses Hello messages, Session uses Initialization/Keepalive, Advertisement uses Label Mapping, and Notification signals errors.

686
Matchingmedium

Drag and drop each NFV component on the left to its matching role on the right.

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

Concepts
Matches

Software instance of a network function running on NFVI

Compute, storage, and networking resources that host VNFs

Framework for lifecycle management and orchestration of NFV resources

Abstraction layer that decouples VNF software from underlying hardware

Manages fault, configuration, accounting, performance, and security for a VNF

Why these pairings

VNFs are software implementations of network functions; NFVI provides the infrastructure; MANO orchestrates and manages the lifecycle.

687
Drag & Dropmedium

Drag and drop the steps of DMVPN Phase 3 NHRP registration and spoke-to-spoke tunnel establishment 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 DMVPN Phase 3, the spoke first registers its NHRP mapping with the hub, then the hub propagates the mapping. When a spoke needs to reach another spoke, it sends an NHRP resolution request to the hub, the hub replies with the mapping, and then the spoke initiates a direct IPsec tunnel to the target spoke.

688
Drag & Dropmedium

Drag and drop the steps of PHP (Penultimate Hop Popping) operation 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

PHP begins with egress LSR assigning implicit-null label (3) to FEC, advertising it upstream, penultimate LSR popping the label, forwarding the IP packet without label, and egress LSR performing IP lookup.

689
Matchingmedium

Drag and drop each wireless roaming method on the left to its matching 802.11 standard on the right.

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

Concepts
Matches

802.11r

802.11k

802.11k

802.11v

802.11v

Why these pairings

802.11r enables fast BSS transition (FT) with reduced reauthentication time; 802.11k provides neighbor report and channel information; 802.11v offers network-assisted power saving and BSS transition management.

690
Drag & Dropmedium

Drag and drop the steps of YANG module import and augmentation resolution 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 importing the base YANG module, then importing the augmentation module, resolving dependencies, applying augmentations to the base schema tree, and finally validating the combined schema.

691
Drag & Dropmedium

Drag and drop the steps of IPsec IKEv2 tunnel establishment 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

IKEv2 establishment starts with IKE_SA_INIT to negotiate cryptographic parameters and exchange Diffie-Hellman keys. Next, IKE_AUTH authenticates the peers and establishes the first CHILD_SA. Then, additional CHILD_SAs can be created via CREATE_CHILD_SA.

Finally, the IPsec SA is used to encrypt data traffic.

692
Multi-Selecthard

Which three statements about YANG data models are true? (Choose three.)

Select 3 answers
A.YANG is used to model both configuration and operational state data.
B.YANG models can be augmented using the 'augment' statement.
C.YANG defines the transport protocol for data exchange.
D.The 'leaf' statement in YANG defines a list of key-value pairs.
E.YANG uses XML or JSON encoding for data instances.
AnswersA, B, E

Correct because YANG models can include both config true and config false nodes for configuration and state data.

Why this answer

YANG is a data modeling language used to model configuration and state data for network devices. It can define both configuration data (which is writable) and operational state data (which is read-only). YANG models can be augmented using the 'augment' statement to add nodes to an existing model without modifying it.

YANG does not define transport protocols; it is used with protocols like NETCONF and RESTCONF. The 'leaf' statement defines a single, scalar data node, not a list.

693
MCQhard

A network engineer is designing a model-driven telemetry solution for a large enterprise network with thousands of devices. The engineer wants to minimize the load on the network devices and the collector by sending data only when significant changes occur. The engineer decides to use on-change subscriptions. However, after deployment, the engineer notices that some subscriptions are sending updates too frequently, causing high CPU usage on the devices. What is the most likely reason for this excessive update frequency?

A.The engineer configured a sample-interval in addition to on-change, causing both periodic and on-change updates
B.The YANG paths include high-frequency changing leafs like interface counters or CPU load
C.The collector is overwhelmed and sending back-pressure signals causing retransmissions
D.The engineer used JSON encoding instead of GPB, causing larger payloads and more CPU usage
AnswerB

On-change subscriptions trigger updates for any change in the monitored data, so including frequently changing leafs causes excessive updates.

Why this answer

That the YANG paths used in the subscriptions include leafs that change frequently, such as counters or timestamps, which trigger on-change updates even for minor changes. The other options are incorrect because the sample-interval is not used in on-change subscriptions; the collector load is not the cause; and the encoding format does not affect update frequency.

694
Drag & Dropmedium

Drag and drop the steps of Dynamic ARP Inspection (DAI) packet validation 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

DAI validates ARP packets by first enabling it on VLANs, then using the DHCP snooping binding table as a source of truth. It checks the sender MAC and IP against the binding table and validates the packet format before forwarding or dropping.

695
Matchingmedium

Drag and drop each SD-WAN policy type on the left to its matching application point on the right.

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

Concepts
Matches

Applied to data traffic for SLA-based path selection

Applied to enable NetFlow-like traffic monitoring

Applied to modify forwarding, NAT, or QoS on data packets

Applied to OMP routes and TLOCs for route manipulation

Applied to define which VPNs are provisioned on a device

Why these pairings

App-route policies are applied to data traffic to influence path selection; cflowd policies enable flow monitoring; data policies control forwarding and NAT; control policies affect routing and TLOC advertisements; VPN membership policies control which VPNs are active on a device.

696
MCQhard

A network engineer is planning to deploy model-driven telemetry in a brownfield network with a mix of Cisco IOS-XE and Nexus devices. The engineer wants to use a single collector that supports both gRPC and UDP-based telemetry. The engineer is concerned about the scalability of the solution, as the network has over 5000 devices. Which design consideration is most important to ensure the telemetry solution scales effectively?

A.Use only periodic subscriptions with long sample intervals to reduce data volume
B.Deploy a hierarchical collector architecture with load balancers to distribute telemetry streams across multiple collectors
C.Configure all devices to use the same YANG model to simplify the collector configuration
D.Use a single transport protocol (gRPC) for all devices to reduce complexity
AnswerB

This design allows horizontal scaling and prevents any single collector from being a bottleneck.

Why this answer

To use a hierarchical collector architecture with load balancers to distribute the telemetry streams. With 5000 devices, a single collector can become overwhelmed, so multiple collectors or a load-balanced cluster is essential. The other options are incorrect because using only periodic subscriptions does not address scalability; using a single YANG model is not practical; and using a single transport protocol is not feasible for a mixed environment.

697
Matchingmedium

Drag and drop each 802.1X component on the left to its matching role on the right.

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

Concepts
Matches

Client device requesting network access

Network device that enforces port-based access control

RADIUS server that validates credentials and returns authorization attributes

Protocol used between supplicant and authenticator to carry EAP frames

Protocol used between authenticator and authentication server for AAA

Why these pairings

The supplicant requests access, the authenticator (switch/AP) enforces port control, and the authentication server (RADIUS) validates credentials.

698
Matchingmedium

Drag and drop each 802.1X component on the left to its matching role on the right.

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

Concepts
Matches

Client device that initiates authentication

Network device that controls port access

Server that validates credentials and grants access

Protocol used between Supplicant and Authenticator

Protocol used between Authenticator and Authentication Server

Why these pairings

Supplicant requests access, Authenticator enforces port state, Authentication Server validates credentials.

699
Drag & Dropmedium

Drag and drop the steps of TACACS+ command authorization flow 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

TACACS+ command authorization starts with the user entering a command, which is sent to the TACACS+ server. The server checks the command against the user's authorization profile and responds with permit or deny. The device executes or blocks the command accordingly, and finally logs the result.

700
MCQeasy

What is the maximum hop count for EIGRP?

A.15
B.255
C.100
D.16
AnswerB

Correct. EIGRP supports a maximum hop count of 255.

Why this answer

EIGRP supports a maximum hop count of 255. Unlike RIP, which has a limit of 15 hops, EIGRP can scale to larger networks. The hop count is used as one component in the composite metric, but it is rarely the limiting factor in practice.

701
Matchingmedium

Drag and drop each cisco.ios module on the left to its matching purpose on the right.

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

Concepts
Matches

Push configuration commands to Cisco IOS devices

Execute show and exec commands on Cisco IOS devices

Collect device facts such as version, interfaces, and serial numbers

Manage VLAN configuration (create, delete, modify)

Configure Layer 3 interface properties like IP address

Why these pairings

ios_config pushes configuration commands, ios_command runs show commands, ios_facts gathers device facts, ios_vlans manages VLANs, and ios_l3_interfaces configures Layer 3 interfaces.

702
MCQmedium

Examine the following configuration snippet applied to a Cisco IOS-XE device: interface GigabitEthernet0/1 ip address 10.1.1.1 255.255.255.0 ip nat inside ! interface GigabitEthernet0/2 ip address 192.168.1.1 255.255.255.0 ip nat outside ! access-list 100 permit ip 10.1.1.0 0.0.0.255 any ip nat inside source list 100 interface GigabitEthernet0/2 overload What is the effect of this configuration?

A.It translates all IP traffic from 10.1.1.0/24 to the IP address 192.168.1.1 using port address translation.
B.It performs static NAT for the host 10.1.1.1 to 192.168.1.1.
C.It translates all traffic from 192.168.1.0/24 to the IP address 10.1.1.1.
D.It allows all IP traffic from any source to any destination without translation.
AnswerA

Correct. The 'ip nat inside source list 100 interface GigabitEthernet0/2 overload' command performs PAT, translating the inside network to the outside interface IP.

Why this answer

This is a standard NAT overload (PAT) configuration. The inside network 10.1.1.0/24 is translated to the IP address of the outside interface (GigabitEthernet0/2) with port multiplexing.

703
Drag & Dropmedium

Drag and drop the steps of named ACL modification using sequence numbers 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

Named ACLs can be modified by inserting or deleting entries by sequence number. The correct order is: view current entries, delete the old entry, insert the new entry with a sequence number, verify, then save.

704
Drag & Dropmedium

Drag and drop the steps of VRF-aware NAT 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

The correct order starts with defining the VRF, then configuring the inside and outside interfaces under the VRF, defining the NAT pool (if used), applying the access list for translation, and finally enabling NAT inside source with the VRF keyword.

705
Drag & Dropmedium

Drag and drop the steps of VNF service chain instantiation 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

Service chain instantiation begins with defining the chain, then selecting VNFs, allocating resources, connecting VNFs via virtual links, and finally testing the chain to verify functionality.

706
Drag & Dropmedium

Drag and drop the steps of STP path cost manipulation for load balancing 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

To load balance with STP, first identify redundant links. Then change the path cost on one switch's port to make it less preferred. This alters the root port selection.

The switch recalculates the spanning tree, and traffic is redirected to the lower-cost path. Finally, verify the new root port and forwarding state.

707
MCQhard

A service provider uses MPLS L3VPN with OSPF as the PE-CE routing protocol. A customer reports that a new subnet added on CE1 is not reachable from CE2, even though the PE1 router has the route in its VRF and BGP table. The 'show ip bgp vpnv4 vrf CUSTOMER' on PE2 shows the prefix with a valid next-hop. What should the engineer check next?

A.Verify that LDP has allocated a label for the BGP next-hop address on PE2.
B.Check if OSPF is redistributed into BGP on PE1.
C.Ensure the route is present in the global BGP table on PE2.
D.Confirm that the VRF on PE2 has the correct route-target import.
AnswerA

Correct because without a label for the next-hop, the VPN route cannot be forwarded.

Why this answer

The issue is that PE2 has the prefix in its BGP VPNv4 table with a valid next-hop, but the route is not reachable from CE2. This indicates a label-switching problem in the MPLS core. The next step is to verify that LDP has allocated a label for the BGP next-hop address on PE2, because without an LDP label for the next-hop, the MPLS forwarding path is broken and packets cannot be label-switched across the provider core.

Exam trap

Cisco often tests the distinction between control-plane reachability (BGP table) and data-plane forwarding (MPLS label switching), trapping candidates who assume that a route in the BGP table guarantees end-to-end connectivity.

How to eliminate wrong answers

Option B is wrong because OSPF redistribution into BGP on PE1 is already confirmed working—PE1 has the route in its VRF and BGP table, so redistribution is not the issue. Option C is wrong because the route is already present in the BGP VPNv4 table on PE2 (as shown by 'show ip bgp vpnv4 vrf CUSTOMER'), and the global BGP table is irrelevant for VRF routes. Option D is wrong because if the VRF on PE2 had incorrect route-target import, the prefix would not appear in the VRF or BGP VPNv4 table at all, but the question states it is present with a valid next-hop.

708
Multi-Selectmedium

Which three statements about STP convergence and timers are true? (Choose three.)

Select 3 answers
A.The default Max Age timer in classic STP is 20 seconds.
B.The Forward Delay timer determines how long a port stays in the listening and learning states, with a default of 15 seconds each.
C.RSTP eliminates the need for the Forward Delay timer by using a proposal-agreement handshake mechanism.
D.The Hello timer in STP is used to determine how often a switch sends BPDUs, with a default value of 5 seconds.
E.UplinkFast is a standard IEEE 802.1D feature that reduces convergence time after a root port failure.
AnswersA, B, C

Correct. Max Age defaults to 20 seconds, which is the time a switch waits to hear a BPDU from the root bridge before declaring it dead.

Why this answer

Classic STP convergence relies on timers: Hello (2 sec), Max Age (20 sec), Forward Delay (15 sec). Max Age defines how long a switch waits without receiving a BPDU before re-evaluating the root. Forward Delay is the time spent in listening and learning states (each 15 sec).

The total convergence time can be up to 50 seconds (20 sec Max Age + 15 sec listening + 15 sec learning). RSTP improves convergence by using handshakes instead of timers. UplinkFast is a Cisco proprietary feature that reduces convergence time after a root port failure, not a standard STP timer.

709
Drag & Dropmedium

Drag and drop the steps of IP SLA HTTP operation for application monitoring 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

Start by creating the IP SLA operation with HTTP type. Then specify the target URL and HTTP method (e.g., GET). Optionally configure HTTP version and other parameters.

Next, schedule the operation to run. Finally, verify the HTTP response times and status.

710
Matchingmedium

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

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

Concepts
Matches

Encryption and authentication

Integrity and authentication only

Authentication without encryption

Both integrity and confidentiality

Encrypts TCP/UDP payload

Why these pairings

ESP provides confidentiality (encryption) and authentication; AH provides integrity and authentication but no encryption; ESP with NULL encryption provides authentication only.

711
MCQmedium

An engineer retrieves telemetry data from a Cisco IOS-XE device using RESTCONF and receives the following response: ```json { "ietf-interfaces:interfaces": { "interface": [ { "name": "GigabitEthernet1", "type": "iana-if-type:ethernetCsmacd", "enabled": true, "ipv4": { "address": [ { "ip": "192.168.1.1", "netmask": "255.255.255.0" } ] } } ] } } ``` What is the correct way to access the IP address of the interface using Python?

A.data['ietf-interfaces:interfaces']['interface'][0]['ipv4']['address'][0]['ip']
B.data['interface'][0]['ipv4']['address']['ip']
C.data['interfaces']['interface']['ipv4']['address']['ip']
D.data['ietf-interfaces:interfaces']['interface']['ipv4']['address'][0]['ip']
AnswerA

This correctly navigates the nested JSON structure.

Why this answer

The JSON response is nested. To access the IP address, you need to navigate through the dictionary: data['ietf-interfaces:interfaces']['interface'][0]['ipv4']['address'][0]['ip']. This returns '192.168.1.1'.

712
MCQmedium

A network engineer runs the following command on Router R3: R3# show mpls ldp bindings lib entry: 10.1.1.1/32, rev 2 local binding: label: 16 remote binding: lsr: 10.1.1.2:0, label: 17 lib entry: 10.2.2.0/24, rev 4 local binding: label: 18 remote binding: lsr: 10.1.1.2:0, label: 19 lib entry: 10.3.3.0/24, rev 6 local binding: label: 20 remote binding: lsr: 10.1.1.2:0, label: 21 Based on this output, what is true?

A.For prefix 10.1.1.1/32, the local label is 16 and the remote label from LSR 10.1.1.2 is 17.
B.The router has learned label bindings from two different LDP peers.
C.The label for prefix 10.2.2.0/24 is 18 locally and 19 remotely, indicating that the remote LSR will use label 18.
D.The LIB entry for 10.3.3.0/24 has a revision number of 6, meaning it was the sixth entry added.
AnswerA

The output clearly shows local binding label 16 and remote binding label 17.

Why this answer

The output of 'show mpls ldp bindings' directly shows that for prefix 10.1.1.1/32, the local label assigned by R3 is 16, and the remote label learned from LSR 10.1.1.2 (its LDP peer) is 17. This is a straightforward reading of the command output, confirming the local and remote label bindings for that FEC.

Exam trap

Cisco often tests the ability to correctly interpret 'show mpls ldp bindings' output, specifically the trap is that candidates confuse the remote label as the label the local router will use to forward traffic, when in fact the remote label is what the peer uses to reach the FEC.

How to eliminate wrong answers

Option B is wrong because the output shows only one remote LSR (10.1.1.2:0) for all three prefixes, indicating a single LDP peer, not two different peers. Option C is wrong because the remote label 19 is the label that the remote LSR (10.1.1.2) will use to reach 10.2.2.0/24, not the label that R3 will use; R3 will use its local label 18 to forward traffic to that prefix. Option D is wrong because the revision number (rev 6) is a local counter for changes to the LIB entry, not an indication of the order in which entries were added; it increments with each update to that specific FEC, not the sequence of all entries.

713
Multi-Selectmedium

Which two statements about PIM sparse mode (PIM-SM) are true? (Choose two.)

Select 2 answers
A.PIM-SM uses a pull model where receivers explicitly join the multicast group.
B.In PIM-SM, the rendezvous point (RP) is the root of the shared tree.
C.PIM-SM automatically switches to the shortest path tree (SPT) immediately after the first multicast packet is received.
D.PIM-SM requires all routers in the domain to be configured with the same RP address.
E.PIM-SM supports only one RP per multicast group.
AnswersA, B

Correct because PIM-SM requires receivers to send IGMP joins, which trigger PIM joins toward the RP, pulling traffic only where needed.

Why this answer

PIM-SM uses a pull model where receivers join the shared tree via the RP, and the RP is the root of the shared tree. The SPT switchover occurs after the first packet arrives via the shared tree.

714
MCQeasy

A network engineer is using the Cisco DNA Center API to initiate a network discovery. The API endpoint '/dna/intent/api/v1/discovery' is called with a POST request containing the following JSON payload: ```json { "discoveryType": "Range", "ipAddressList": "10.10.20.1-10.10.20.254", "protocolOrder": "SSH", "timeout": 5, "retryCount": 3 } ``` The API returns a 202 Accepted status code. What does this indicate?

A.The discovery was completed successfully and devices are added.
B.The request is invalid and the payload needs correction.
C.The discovery has been accepted and is being processed asynchronously.
D.The server is busy and the request is queued.
AnswerC

202 Accepted is used for asynchronous operations.

Why this answer

A 202 Accepted status code means the request has been accepted for processing, but the processing has not been completed. The discovery is asynchronous and will continue in the background.

715
Multi-Selectmedium

Which two statements about using Python for network automation are true? (Choose two.)

Select 2 answers
A.The netmiko library is commonly used to automate SSH connections to Cisco devices.
B.The paramiko library provides a high-level API for network automation tasks.
C.The requests library can be used to send HTTP requests to REST APIs on network devices.
D.The telnetlib library is recommended for secure network automation.
E.The scapy library is used to send configuration commands to network devices.
AnswersA, C

Correct because netmiko is a popular Python library that simplifies SSH connections to network devices and supports sending commands and retrieving output.

Why this answer

Correct answers: A and C. A is correct because the netmiko library simplifies SSH connections to network devices and is widely used for sending commands. C is correct because the requests library can be used to interact with REST APIs on devices like Cisco DNA Center or IOS-XE.

B is incorrect because paramiko is a low-level SSH library, not a high-level one; netmiko is built on paramiko but adds higher-level abstractions. D is incorrect because the telnetlib library is for Telnet, which is insecure and rarely used in modern automation. E is incorrect because the scapy library is for packet manipulation and network scanning, not for sending configuration commands.

716
Drag & Dropmedium

Drag and drop the steps of IBNS 2.0 concurrent authentication policy map 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

IBNS 2.0 uses a policy map to define concurrent methods; the switch first tries 802.1X, then MAB as fallback, and if both fail, applies a critical or default ACL; the order is defined in the policy map class.

717
Matchingmedium

Drag and drop each STP protection feature on the left to its matching purpose on the right.

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

Concepts
Matches

Immediately transitions a port to forwarding state (access ports)

Disables a port if a BPDU is received (protects against rogue switches)

Prevents a port from becoming a root port (enforces root bridge location)

Prevents a port from becoming designated if BPDUs stop (prevents loops)

Detects and disables unidirectional links

Why these pairings

PortFast moves a port to forwarding immediately; BPDU Guard disables a port if a BPDU is received; Root Guard prevents a port from becoming a root port; Loop Guard prevents alternate/backup ports from becoming designated if BPDUs stop.

718
Multi-Selectmedium

Which two statements about IPsec IKEv2 are true? (Choose two.)

Select 2 answers
A.IKEv2 uses UDP port 500 for initial negotiation and can switch to UDP port 4500 for NAT traversal.
B.IKEv2 requires a separate authentication phase for each security association established.
C.IKEv2 supports EAP authentication for remote access VPNs.
D.IKEv2 uses only pre-shared keys for authentication and does not support digital certificates.
E.IKEv2 is backward compatible with IKEv1 and can interoperate with older peers.
AnswersA, C

Correct because IKEv2 uses UDP 500 for standard exchanges and moves to UDP 4500 when NAT is detected, as per RFC 7296.

Why this answer

IKEv2 improves upon IKEv1 by using fewer messages for SA establishment and providing built-in NAT traversal and mobility support.

719
Matchingmedium

Drag and drop each NAT type 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

Maps one private IP to one public IP permanently

Maps private IPs to a pool of public IPs on a first-come basis

Maps multiple private IPs to a single public IP using port numbers

Cisco term for PAT with a single public IP address

Translates IPv6 addresses to IPv4 addresses for interoperation

Why these pairings

Static NAT maps a private IP to a fixed public IP. Dynamic NAT uses a pool of public IPs. PAT (Port Address Translation) maps multiple private IPs to one public IP using unique port numbers.

Overload is another name for PAT. The fifth term 'NAT64' translates IPv6 to IPv4.

720
MCQmedium

Consider the following BGP configuration on a Cisco IOS-XE router: router bgp 65001 neighbor 10.0.0.2 remote-as 65002 neighbor 10.0.0.2 route-map SET_COMMUNITY out ! route-map SET_COMMUNITY permit 10 set community 65001:100 What is the effect of this configuration?

A.The router will set the community to 65001:100 on all routes received from neighbor 10.0.0.2.
B.The router will set the community to 65001:100 on all routes advertised to neighbor 10.0.0.2.
C.The router will filter routes with community 65001:100 from being advertised.
D.The router will remove the community from routes advertised to the neighbor.
AnswerB

The 'out' direction and route-map cause the community to be set on outbound updates.

Why this answer

The route-map is applied to outbound updates to neighbor 10.0.0.2. It sets the BGP community value to 65001:100 on all routes advertised to that neighbor. The community is a well-known transitive attribute that can be used for routing policy.

721
Multi-Selectmedium

Which two statements about MPLS Layer 3 VPNs are true? (Choose two.)

Select 2 answers
A.PE routers use MP-BGP to exchange VPNv4 routes that include the route distinguisher and the VPN label.
B.P routers in the MPLS core must maintain a full routing table for each customer VRF.
C.CE routers must run MPLS and participate in the label distribution with the PE router.
D.Each VRF on a PE router maintains a separate routing table and forwarding table per customer.
E.The MPLS label stack in a Layer 3 VPN always contains exactly one label.
AnswersA, D

Correct because MP-BGP carries VPNv4 routes (with route distinguisher) and the VPN label in the NLRI, enabling MPLS Layer 3 VPN operation.

Why this answer

MPLS Layer 3 VPNs use MP-BGP to exchange VPNv4 routes between PE routers, and each VRF maintains a separate routing table per customer. The P routers do not need to know customer routes, and the CE router does not run MPLS. The label stack includes both an IGP label and a VPN label.

722
Matchingmedium

Drag and drop each IP SLA tracking object on the left to its application on the right.

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

Concepts
Matches

Used with a floating static route

Used to adjust HSRP priority

Used with policy-based routing

Why these pairings

IP SLA tracking uses only two standard object types: 'track ip sla <id> state' and 'track ip sla <id> reachability'. 'track ip sla <id> delay' and 'track ip sla <id> threshold' are not valid tracking objects. P1, P2, and P3 correctly map to their applications: reachability for floating static routes, state for adjusting HSRP priority, and reachability for policy-based routing. P4 and P5 are incorrect because the specified tracking objects do not exist.

Exam trap

Some candidates might mistakenly think that delay or threshold are valid IP SLA tracking objects, but only state and reachability are standard.

723
Drag & Dropmedium

Drag and drop the steps of Private VLAN (PVLAN) 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

PVLAN configuration requires first creating the primary VLAN, then the secondary VLANs (community or isolated), associating them, and finally configuring host ports as PVLAN ports. The order ensures proper VLAN hierarchy and port assignment.

724
Multi-Selectmedium

Which two statements about the Cisco FlexConnect architecture are true? (Choose two.)

Select 2 answers
A.FlexConnect APs can locally switch client data traffic when the CAPWAP tunnel to the WLC is down.
B.FlexConnect APs must always tunnel all client traffic back to the WLC for central switching.
C.FlexConnect APs can be assigned to a FlexConnect group to share the same VLAN and ACL configuration.
D.FlexConnect APs require a direct Layer 2 connection to the WLC at all times.
E.FlexConnect APs cannot support native VLAN tagging on the uplink interface.
AnswersA, C

Correct because FlexConnect supports local switching even if the WLC is unreachable, using the local VLAN configuration.

Why this answer

FlexConnect allows local switching and backup connectivity when the WLC is unreachable. Central switching requires the CAPWAP tunnel to the WLC. FlexConnect groups are used to apply common policies, not to assign APs to different VLANs.

Native VLAN tagging is supported on the uplink port.

725
MCQmedium

Consider the following configuration for a Cisco IOS-XE device: interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 standby 1 ip 192.168.1.254 standby 1 priority 150 standby 1 preempt ! interface GigabitEthernet0/1 ip address 192.168.2.1 255.255.255.0 standby 2 ip 192.168.2.254 standby 2 priority 100 What is the effect of this HSRP configuration?

A.For group 1, this router will be active if it has the highest priority, and for group 2, it will be standby because priority is 100.
B.For group 1, this router will be active and will preempt if a higher-priority router fails. For group 2, it will be active or standby depending on other routers, but will not preempt.
C.Both groups will have this router as active because it is configured on both interfaces.
D.The configuration is invalid because HSRP group numbers must be unique across all interfaces.
AnswerB

Correct. Group 1 has priority 150 and preempt, so it will become active and preempt. Group 2 has default priority and no preempt.

Why this answer

HSRP uses priority to determine the active router. Preempt allows a higher-priority router to become active after a failure. Without preempt, the current active router remains active even if a higher-priority router comes online.

726
Matchinghard

Drag and drop each DMVPN phase on the left to its matching spoke-to-spoke capability on the right.

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

Concepts
Matches

No direct spoke-to-spoke tunnels

Direct spoke-to-spoke tunnels with static NHRP mapping

Direct spoke-to-spoke tunnels with NHRP redirect and shortcut

Why these pairings

In DMVPN, Phase 1 (P1) does not support direct spoke-to-spoke tunnels; all traffic must go through the hub. Phase 2 (P2) enables direct spoke-to-spoke tunnels using static NHRP mappings, where the mapping between spoke NBMA and tunnel IP addresses is pre-configured. Phase 3 (P3) extends Phase 2 with NHRP redirect and shortcut, optimizing traffic flow by dynamically redirecting traffic to direct paths.

P4 incorrectly states that Phase 2 requires manual configuration for spoke-to-spoke tunnels; in reality, Phase 2 uses NHRP mapping (static, but not manual tunnel setup). P5 is too generic for Phase 3, as both Phase 2 and Phase 3 dynamically establish spoke-to-spoke tunnels; the key differentiator for Phase 3 is the redirect and shortcut mechanism.

Exam trap

A common trap is confusing Phase 2 and Phase 3 descriptions. Phase 2 uses static NHRP mappings (not manual tunnel creation), while Phase 3 adds redirect and shortcut. Also, 'dynamically established' applies to both Phase 2 and Phase 3, so it is not unique to Phase 3.

727
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 to negotiate; Initiates PAgP negotiation; Forms EtherChannel with desirable or auto

Responds only to received PAgP packets; Does not initiate negotiation

Why these pairings

Desirable initiates negotiation, auto waits for partner.

728
Multi-Selecthard

Which three statements about IPv4 ACLs on Cisco IOS are true? (Choose three.)

Select 3 answers
A.Standard ACLs can filter traffic based on source IP address only.
B.Extended ACLs can filter based on source and destination IP addresses, protocol, and port numbers.
C.An implicit deny any statement is automatically added at the end of every ACL.
D.ACL entries are processed from bottom to top, with the last match determining the action.
E.An ACL applied to an inbound interface filters traffic leaving that interface.
AnswersA, B, C

Correct because standard ACLs (numbered 1-99, 1300-1999) examine only the source IP address.

Why this answer

Standard ACLs filter only source IP, extended ACLs filter more fields, and the implicit deny is always present. The incorrect options confuse the order of processing or the placement of ACLs.

729
Drag & Dropmedium

Drag and drop the steps of Layer 3 EtherChannel (routed port-channel) 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

Layer 3 EtherChannel setup requires creating port-channel interface, assigning IP, adding member ports with no switchport, configuring channel-group, and finally verifying routing.

730
Drag & Dropmedium

Drag and drop the steps of troubleshooting a model-driven telemetry subscription using CLI 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, verify the telemetry receiver configuration to ensure the destination is correct. Next, check the sensor group to confirm the correct YANG paths are included. Then, examine the subscription status to see if it is active.

After that, review any telemetry error logs for connectivity or data issues. Finally, use debug commands to capture real-time telemetry packets.

731
Matchingmedium

Match each wireless standard to its frequency band and maximum data rate.

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

Concepts
Matches

5 GHz, up to 6.9 Gbps

2.4/5 GHz, up to 9.6 Gbps

2.4/5 GHz, up to 600 Mbps

2.4 GHz, up to 54 Mbps

5 GHz, up to 54 Mbps

Why these pairings

The correct matches are: 802.11b with 2.4 GHz / 11 Mbps; 802.11g with 2.4 GHz / 54 Mbps; 802.11n with 2.4/5 GHz / 600 Mbps; 802.11ac with 5 GHz / 1.3 Gbps. Common confusions arise from mixing up data rates or frequency bands across generations.

732
Matchingmedium

Drag and drop each VM network mode on the left to its matching behavior description on the right.

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

Concepts
Matches

VM appears as a separate device on the physical network

VM uses host IP for outbound connectivity

VM communicates only with host and other VMs on same virtual switch

VM communicates only with other VMs on same virtual switch, not with host

VM connects to a user-defined virtual switch

Why these pairings

Bridged mode connects the VM to the physical network as if it were a separate host. NAT mode allows the VM to share the host’s IP address for outbound access. Host-only mode creates an isolated network between the host and VMs.

Internal mode isolates VMs from the host. Custom mode allows the user to select a specific virtual switch.

733
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

Predictable latency and SLA, private Layer 3 VPN

Low cost, best-effort, public IP addressing

Wireless backup, variable throughput, cellular network

High latency, global coverage, limited bandwidth

High bandwidth, low latency, metro-area Layer 2 connectivity

Why these pairings

MPLS provides predictable SLA and private connectivity; Broadband (Internet) offers low cost but variable quality; LTE/4G/5G provides wireless backup with lower bandwidth; Satellite offers high latency global coverage; Metro Ethernet provides high-speed metro-area connectivity.

734
Matchingmedium

Drag and drop each wireless AP mode 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

Serves clients with CAPWAP control and data to WLC

Switches client data locally at the AP

Listens for rogue access points on all channels

Captures packets and forwards to a remote analyzer

Detects rogue devices by monitoring wired traffic

Why these pairings

Local mode serves clients with CAPWAP control and data; FlexConnect mode switches client data locally; Monitor mode listens for rogue APs; Sniffer mode captures packets for analysis; Rogue Detector mode detects rogue devices via wired network.

735
Matchingmedium

Match each Cisco IOS command to its function.

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

Concepts
Matches

Displays the routing table

Displays interface status and statistics

Displays VLAN information

Displays the current configuration

Enables OSPF event debugging

Why these pairings

The correct matches are: show ip route displays the routing table, show ip interface brief summarizes interface status, ping tests connectivity, and traceroute traces the path. Common confusions arise from swapping the functions of show ip route and ping.

736
Matchingmedium

Drag and drop each EIGRP packet 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 neighbor relationships

Sends routing information to neighbors

Requests information about a lost route

Responds to a query with routing information

Acknowledges receipt of a reliable packet

Why these pairings

Hello packets discover and maintain neighbors; Update packets carry routing information; Query packets ask for alternate paths; Reply packets respond to queries; ACK packets acknowledge reliable delivery.

737
Multi-Selecthard

Which three statements about MPLS traffic engineering (MPLS-TE) are true? (Choose three.)

Select 3 answers
A.MPLS-TE uses RSVP-TE to signal LSPs and reserve resources.
B.OSPF or IS-IS can be extended to carry TE link attributes.
C.MPLS-TE allows traffic to follow paths that differ from the IGP shortest path.
D.MPLS-TE relies on LDP to distribute labels for TE tunnels.
E.MPLS-TE uses BGP to compute the best path for TE LSPs.
AnswersA, B, C

Correct because RSVP-TE is the signaling protocol for MPLS-TE, enabling bandwidth reservation and explicit paths.

Why this answer

MPLS-TE uses RSVP-TE to signal explicit paths and reserve bandwidth. It can use OSPF or IS-IS extended LSAs to advertise link attributes like bandwidth and delay. MPLS-TE allows traffic to be routed away from shortest-path IGP routes.

LDP is not involved in TE; RSVP-TE handles label assignment for TE tunnels. MPLS-TE does not use BGP for path computation; it uses CSPF (Constrained Shortest Path First).

738
Multi-Selectmedium

Which two statements about MPLS Layer 3 VPNs are true? (Choose two.)

Select 2 answers
A.PE routers use MP-BGP to exchange customer VPN routes with other PE routers.
B.The MPLS label stack in an MPLS VPN packet contains only a single label that identifies the egress PE.
C.P routers must maintain a full routing table for all customer VPNs to forward traffic correctly.
D.The VPN label is assigned by the ingress PE and used by the egress PE to determine the outgoing interface.
E.The inner VPN label is used by the egress PE to forward the packet to the correct customer VRF.
AnswersA, E

Correct because MP-BGP is used to carry VPNv4 routes between PE routers, including the VPN label and route distinguisher.

Why this answer

In MPLS Layer 3 VPNs, the provider edge routers participate in customer routing via MP-BGP, and the MPLS label stack includes both an outer transport label and an inner VPN label. The VPN label is used to identify the correct VRF and egress PE, not the ingress PE. The provider core routers do not need to know customer routes; they only switch based on the outer label.

The VPN label is assigned by the egress PE, not the ingress PE.

739
Multi-Selecteasy

Which TWO statements correctly describe characteristics of virtual device contexts (VDCs) in Cisco Nexus switches?

Select 2 answers
A.VDCs allow overlapping VLAN IDs across different VDCs only if using different VNIs.
B.VDCs provide Layer 3 routing isolation by default across all VDCs.
C.Each VDC can have its own admin account and separate management interface.
D.VDCs are supported on all Cisco IOS-XE switches.
E.VDCs enable partitioning of a single physical switch into multiple logical switches.
AnswersC, E

Correct: VDCs provide administrative and management isolation.

Why this answer

Each VDC in a Cisco Nexus switch can be configured with its own administrative credentials and a dedicated management interface (e.g., mgmt0). This allows separate administrative domains and management access per VDC, which is a key feature for multi-tenant environments.

Exam trap

Cisco often tests the misconception that VDCs automatically provide Layer 3 routing isolation, but in reality, routing isolation requires explicit VRF configuration per VDC.

740
Matchingmedium

Drag and drop each VPN type on the left to its matching tunnel technology on the right.

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

Concepts
Matches

mGRE with NHRP

IKEv2-based VPN

GDOI group key management

TLS/DTLS for remote access

IKEv1 or IKEv2 with ESP

Why these pairings

DMVPN uses mGRE and NHRP; FlexVPN uses IKEv2; GET VPN uses GDOI; AnyConnect uses TLS/DTLS; Site-to-Site IPsec VPN uses IKEv1 or IKEv2 with ESP.

741
Multi-Selectmedium

Which two statements about Control Plane Policing (CoPP) are true? (Choose two.)

Select 2 answers
A.CoPP uses ACLs to match traffic destined for the control plane.
B.CoPP is applied as a service policy on the control plane interface.
C.CoPP can only be used to rate-limit traffic, not to drop it.
D.CoPP is applied to all physical interfaces to protect the data plane.
E.CoPP can only filter IPv4 traffic.
AnswersA, B

Correct because CoPP relies on ACLs to classify traffic that is sent to the control plane.

Why this answer

CoPP uses ACLs to classify traffic destined for the control plane and applies a policy map to rate-limit or drop that traffic. It protects the control plane from excessive or malicious traffic. The service policy is applied to the control plane, not to interfaces.

CoPP does not protect the data plane forwarding path; it only filters traffic that is punted to the control plane. CoPP can be applied to both IPv4 and IPv6 traffic.

742
Matchingmedium

Drag and drop each network design tier 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 Layer 2/Layer 3 access for end devices and users

Aggregates access switches and enforces routing policies

Provides high-speed, resilient backbone between distribution blocks

Combines core and distribution functions into a single layer

Provides leaf-to-leaf connectivity in a leaf-spine fabric

Why these pairings

The access layer provides user connectivity; the distribution layer aggregates and applies policies; the core layer provides high-speed transport.

743
Drag & Dropmedium

Drag and drop the steps of QoS policing with two-rate three-color marker (RFC 2698) 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, configure the police command with cir, pir, and conform, exceed, violate actions. Then, apply the policy to the interface. The marker uses CIR and PIR to assign colors.

744
Drag & Dropmedium

Drag and drop the steps of REST API call using Requests library to DNA Center 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 importing the Requests library, sending a POST request to the authentication endpoint with credentials, extracting the token from the JSON response, using the token in headers for a GET request to a resource endpoint, and finally parsing the JSON response.

745
Drag & Dropmedium

Drag and drop the steps of the TACACS+ authentication 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

TACACS+ uses TCP and encrypts the entire packet. It separates authentication, authorization, and accounting. The server sends a GETUSERNAME prompt first, then GETPASSWORD, and finally an ACCEPT or REJECT.

746
Matchingmedium

Drag and drop each BGP attribute on the left to its matching type on the right.

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

Concepts
Matches

Well-known mandatory

Well-known mandatory

Well-known discretionary

Optional non-transitive

Optional transitive

Why these pairings

AS_PATH and NEXT_HOP are well-known mandatory; LOCAL_PREF is well-known discretionary; MED is optional non-transitive; COMMUNITY is optional transitive.

747
Drag & Dropmedium

Drag and drop the steps of DNA Center site hierarchy 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

Site hierarchy creation begins with defining the top-level area (e.g., continent), then building down to building, floor, and finally assigning devices to the floor.

748
Matchingmedium

Drag and drop each DMVPN phase on the left to its matching NHRP operation type on the right.

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

Concepts
Matches

Hub-and-spoke with NHRP registration

Spoke-to-spoke dynamic tunnel via NHRP resolution request/reply

NHRP with prefix-based spoke-to-spoke shortcut

Why these pairings

DMVPN has only three phases. Phase 1 uses NHRP for hub registration only; Phase 2 uses NHRP for spoke-to-spoke dynamic tunnel creation via resolution request/reply; Phase 3 uses NHRP with prefix-based spoke-to-spoke shortcut.

749
Multi-Selectmedium

Which two statements about EtherChannel load balancing are true? (Choose two.)

Select 2 answers
A.The load-balancing method can be configured globally or per EtherChannel interface.
B.The default load-balancing method on Catalyst 9000 switches is src-dst-ip.
C.When using src-dst-ip load balancing, packets between the same source and destination IP addresses always use the same physical link.
D.EtherChannel load balancing can use Layer 4 port numbers only when the switch is in routed mode.
E.Changing the load-balancing method causes a temporary interruption in traffic forwarding.
AnswersA, C

Correct because the 'port-channel load-balance' command is applied globally, but some platforms allow per-interface override.

Why this answer

EtherChannel load balancing can use source/destination MAC, IP, or TCP/UDP port information. The default method varies by platform but is often src-dst-mac. The hash is computed per frame, and all frames in a flow use the same link to avoid reordering.

750
Drag & Dropmedium

Drag and drop the steps of MPLS FRR (Fast Reroute) backup tunnel activation 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

MPLS FRR begins with pre-configuring backup tunnel, protecting the primary LSP, detecting link/node failure via BFD or interface down, switching traffic to backup tunnel, and then signaling a new LSP for restoration.

Page 9

Page 10 of 16

Page 11