• 4.9/5.0
  • 71 Questions
  • Updated on: 12-Jun-2026
  • Data Center Professional (JNCIP-DC) Exam
  • 171+ Prepared
  • Valid Worldwide

Free JN0-683 Practice Test Questions | Know You're Ready for Data Center Professional (JNCIP-DC) Exam


In your EVPN-VXAN environment, you want to prevent a multihomed server from receiving multiple copies ofBUM traffic in active/active scenarios. Which EVPN route type would satisfy this requirement?

A. Type 8

B. Type 7

C. Type 4

D. Type 5

C.   Type 4

Explanation:

In an EVPN-VXLAN multihoming environment (Active/Active), Type 4 routes (Ethernet Segment routes) are used to perform Designated Forwarder (DF) Election.

BUM (Broadcast, Unknown Unicast, and Multicast) traffic must only be forwarded to a multihomed device by one of the connected switches to prevent loops and duplicate packets. When multiple leaf devices are connected to the same server via an Ethernet Segment (ES), they exchange Type 4 routes to discover each other. Based on the information in these routes, the leaf devices run a DF election algorithm. The device elected as the Designated Forwarder for a specific VLAN/VNI is the only one authorized to forward BUM traffic to the server, while the Non-Designated Forwarders (Non-DFs) drop such traffic to avoid duplicates.

Analysis of Incorrect Options

A. Type 8:
In the EVPN standard, Type 8 routes are typically associated with IGMP/MLD Join synchronization. While related to multicast, they are not the primary mechanism for the initial DF election that prevents basic BUM duplication in multihoming.

B. Type 7:
Type 7 routes are used for IGMP/MLD Leave synchronization to ensure that multicast state is consistent across multihomed peers.

D. Type 5:
Type 5 routes are IP Prefix routes. These are used to advertise Layer 3 reachability (routing) between different subnets or VRFs within the EVPN fabric and have no role in Layer 2 BUM traffic management or DF election.

References

Juniper Networks TechLibrary: "EVPN Type 4 Routes and Designated Forwarder Election."

RFC 7432: "BGP MPLS-Based Ethernet VPN" (Section 8.5: Designated Forwarder Election).

What are three actions available tor MAC move limiting? (Choose three.)

A. drop

B. filter

C. enable

D. log

E. shutdown

A.   drop
D.   log
E.   shutdown

Explanation:

MAC Move Limiting:

MAC move limiting is a security feature used in network switches to detect and mitigate rapid changes in MAC address locations, which could indicate a network issue or an attack such as MAC flapping or spoofing.

When a MAC address is learned on a different interface than it was previously learned, the switch can take various actions to prevent potential issues.

Available Actions:

A. drop:This action drops packets from the MAC address if it violates the move limit, effectively blocking communication from the offending MAC address.

D. log:This action logs the MAC move event without disrupting traffic, allowing network administrators to monitor and investigate the event.

E. shutdown:This action shuts down the interface on which the MAC address violation occurred, effectively stopping all traffic on that interface to prevent further issues.

Other Actions (Not Correct):

B. filter:Filtering is not typically associated with MAC move limiting; it generally refers to applying ACLs or other mechanisms to filter traffic.

C. enable:This is not an action related to MAC move limiting, as it does not represent a specific reaction to a MAC move event.

References:

MAC move limiting is crucial for maintaining network stability and security, particularly in environments with dynamic or large-scale Layer 2 networks where MAC addresses might frequently change locations.

You are preparing an sFlow monitoring system configuration. In this scenario, what Information will be included in the datagram sent to the sFlow collector? (Choose two.)

A. the interlace through which the packets entered the agent

B. the sending device's serial number

C. the CRC from the sampled packet

D. the source and destination VLAN for sampled packets

A.   the interlace through which the packets entered the agent
D.   the source and destination VLAN for sampled packets

Explanation:

sFlow is a sampling technology that provides a continuous stream of flow samples and interface counters to a collector. When a packet is sampled by the sFlow agent (the switch), the agent creates an sFlow datagram containing metadata about that packet.

A. Interface Information:
sFlow datagrams include the input interface (ingress) and output interface (egress) indices. This is critical for the collector to map traffic flows to specific physical or logical ports on the network device.

D. VLAN Information:
The sFlow agent provides Layer 2 header information, which includes the source VLAN (the VLAN the packet arrived on) and the destination VLAN (where the packet was forwarded). This allows the monitoring system to analyze traffic patterns across different segments of the IP fabric.

Analysis of Incorrect Options

B. The sending device's serial number:
While the sFlow datagram includes the Agent IP address to identify which device sent the data, it does not include hardware-specific identifiers like the chassis serial number.

C. The CRC from the sampled packet:
sFlow typically takes a "snapshot" of the packet header (usually the first 128 bytes). During this process, the original frame's Cyclic Redundancy Check (CRC) is stripped or ignored because the focus is on the header data for traffic analysis, not on validating the frame's integrity for the collector.

References

Juniper Networks TechLibrary: "Configuring sFlow Technology for Network Monitoring."

sFlow.org: "RFC 3176 - sFlow: A Method for Monitoring Traffic in Switched and Routed Networks."

You are asked to deploy 100 QFX Series devices using ZTP Each OFX5120 requires a different configuration. In this scenario, what are two components that you would configure on the DHCP server? (Choose two.)

A. the IP address of the FTP server

B. the MAC address for each OFX5120

C. the MAC address of the FTP server

D. the management IP address for each OFX5120

B.   the MAC address for each OFX5120
D.   the management IP address for each OFX5120

Explanation:

Zero Touch Provisioning (ZTP) relies on the DHCP process to provide a boot file and configuration to a new device. When deploying a large number of devices where each requires a unique configuration, the DHCP server must be able to distinguish between them to assign the correct parameters.

B. The MAC address:
To ensure that each specific QFX5120 receives its unique configuration file, the DHCP server uses the device's MAC address (or Client ID) as a unique identifier. This allows the administrator to create "static reservations" or "host statements" in the DHCP configuration.

D. The management IP address:
Within these host statements, the DHCP server is configured to provide a specific management IP address to each device. By mapping a specific MAC address to a specific IP, the ZTP process ensures the device can be reached for further management and that it downloads the correct configuration file (often named based on the IP or hostname provided).

Analysis of Incorrect Options

A. The IP address of the FTP server:
While the DHCP server does need to provide the location of the file server (using DHCP Option 66 or 150), this is typically a global option for the entire scope, not a unique component per-device that distinguishes 100 different configurations.

C. The MAC address of the FTP server:
The DHCP client (the QFX) needs the IP address of the FTP server to initiate a download. It does not need the FTP server's MAC address, as standard routing/ARP handles Layer 2 resolution once the IP is known.

References

Juniper Networks TechLibrary: "Zero Touch Provisioning (ZTP) Overview."

Junos OS Installation and Upgrade Guide: "Components of the ZTP Environment."

Which three statements are correct about symmetric IRB routing with EVPN Type 2 routes? (Choose three.)

A. An L3 interface (IRB) is required for each local VLAN.

B. Symmetric routing requires MAC-VRF.

C. Symmetric routing supports the EVPN service VLAN bundle.

D. Symmetric routing requires an extra transit VNI for each VRF.

E. Symmetric routing is less efficient than asymmetric routing.

A.   An L3 interface (IRB) is required for each local VLAN.
B.   Symmetric routing requires MAC-VRF.
D.   Symmetric routing requires an extra transit VNI for each VRF.

Explanation:

Symmetric Inter-Subnet Routing (IRB) is a method where both the ingress and egress leaf devices perform a routing lookup. This contrasts with asymmetric routing, where the ingress leaf routes and the egress leaf only bridges.

A. L3 interface (IRB) for each local VLAN:
Even in a symmetric model, the local leaf must be able to route traffic from its locally attached hosts. Therefore, an IRB interface must be configured for every VLAN that requires routing services within the fabric.

B. Requires MAC-VRF:
In modern Junos EVPN implementations (especially those following the foundation-video or newer configuration styles), symmetric IRB is typically implemented within the MAC-VRF instance type. This structure supports the service scaling and routing flexibility required for symmetric lookups.

D. Extra transit VNI for each VRF:
This is the hallmark of symmetric IRB. In this model, traffic between different subnets is mapped to a specialized Transit VNI (Layer 3 VNI) that is associated with the VRF, rather than the VNI of the destination VLAN. This allows the ingress leaf to route traffic to the VRF "transit lane," and the egress leaf to route it from that lane to the specific destination VLAN.

Analysis of Incorrect Options

C. Supports EVPN service VLAN bundle:
Symmetric IRB is generally associated with VLAN-Aware Bundle or VLAN-Based service types. While "VLAN Bundle" exists as a service type, it often refers to a design where multiple VLANs share a single bridge domain/VNI, which complicates the distinct L3 transit VNI mapping used in symmetric routing.

E. Less efficient than asymmetric routing:
This is incorrect. While symmetric routing is more complex to configure, it is considered more efficient for scaling large fabrics. It prevents the "VLAN explosion" problem because the egress leaf does not need to have every destination VLAN/VNI in the fabric configured locally—only the Transit VNI and the local VLANs it actually serves.

References

Juniper Networks TechLibrary: "Symmetric and Asymmetric IRB Architecture."

IETF Draft: "Integrated Routing and Bridging in EVPN" (draft-ietf-bess-evpn-inter-subnet-forwarding)

You are asked to build redundant gateways in your EVPN-VXLAN environment, but you must conserve address space because these gateways must span across seven PES. What should you implement on the PEs lo satisfy these requirements?

A. Use IRB interfaces with the same IP address and different MAC addresses.

B. Use IRB interfaces with the same IP and VGA.

C. Use IRB interfaces with the same IP and MAC address.

D. Use IRB interfaces with different IP addresses and the same VGA.

C.   Use IRB interfaces with the same IP and MAC address.

Explanation:

This configuration is known as Anycast Gateway. In an EVPN-VXLAN fabric, Anycast Gateway allows multiple Provider Edge (PE) devices to act as the default gateway for the same subnet using identical parameters.

Analysis of Incorrect Options

A. Same IP and different MAC addresses:
This would cause significant ARP flapping and instability. If a host receives ARP replies for the same IP address but with different MAC addresses from various PEs, it will constantly update its ARP table, leading to unpredictable traffic patterns.

B. Same IP and VGA:
While "VGA" (Virtual Gateway Address) is a component of some redundancy protocols, the standard implementation for Anycast in Junos is to simply configure the same IP and MAC directly on the IRB interfaces across all participating PEs.

D. Different IP addresses and the same VGA:
This is essentially a VRRP-style configuration. While it provides redundancy, it fails the "conserve address space" requirement because each of the seven PEs would require its own unique physical IP address in addition to the shared VGA.

References

Juniper Networks TechLibrary: "Configuring EVPN-VXLAN with an Anycast Gateway."

Junos OS Documentation "Understanding Anycast Gateways in EVPN-VXLAN Fabrics."

You are designing an IP fabric tor a large data center, and you are concerned about growth and scalability. Which two actions would you take to address these concerns? (Choose two.)

A. Design a five-stage Clos IP fabric.

B. Design a three-stage Clos IP fabric.

C. Use EX4300 Series devices as the spine devices.

D. Use OFX5700 Series devices as the super spines.

A.   Design a five-stage Clos IP fabric.
D.   Use OFX5700 Series devices as the super spines.

Explanation:

✅ Correct Answer: A and D

Why A is correct – Five‑stage Clos fabric
A five‑stage Clos (superspine‑spine‑leaf) scales beyond the port density limits of a three‑stage design. It interconnects multiple spine groups through a superspine layer, allowing massive growth (e.g., hundreds of spines, thousands of leaves) without re‑architecting the fabric.

Why D is correct – QFX5700 as superspine
The QFX5700 is Juniper’s high‑end modular spine/superspine switch, offering 32 x 400GbE ports, 25.6 Tbps throughput, and deep buffers. It is explicitly designed for large‑scale EVPN‑VXAN fabrics where leaf‑to‑spine and spine‑to‑superspine connectivity must scale.

Why B is incorrect
A three‑stage Clos (spine‑leaf) works for single‑Pod deployments but does not solve growth beyond the spine’s physical port count. Adding leaves eventually requires more spine ports, leading to a scalability ceiling.

Why C is incorrect
The EX4300 is a fixed‑configuration access switch with max 40GbE uplinks and limited route scale. Using it as a spine would cap fabric performance and port density, making it unsuitable for large‑scale growth.

References

Juniper TechLibrary – Five‑stage Clos fabrics: "A five‑stage Clos network provides higher scale than a three‑stage design by adding a superspine layer."

QFX5700 Datasheet:"25.6 Tbps switching capacity, 32 x 400GbE ports, designed for spine and superspine roles in large data centers."

You are asked to set up an IP fabric thatsupports Al or ML workloads. You have chosen to use lossless Ethernet in this scenario, which statement is correct about congestion management?

A. The switch experiencing the congestion notifies the source device.

B. Only the source and destination devices need ECN enabled.

C. ECN marks packets based on WRED settings.

D. ECN is negotiated only among the switches that make up the IP fabric for each queue.

C.   ECN marks packets based on WRED settings.

Explanation:

Why C is correct
In Junos OS, Explicit Congestion Notification (ECN) works in conjunction with Weighted Random Early Detection (WRED). When a queue experiences congestion, ECN uses the WRED drop profile thresholds to determine when to mark packets as Congestion Experienced (CE) rather than dropping them. An ECN-enabled queue requires a WRED profile to be applied, as ECN leverages the same probabilistic threshold mechanisms WRED uses for drop decisions—but instead of dropping, it marks the ECN bits in the IP header .

Why other options are incorrect

A. The switch experiencing the congestion notifies the source device ❌
ECN does not work this way. Congestion marking happens at the congested switch, but the notification to the source is indirect: the receiver sees the CE-marked packet and sends congestion feedback to the source via TCP (ECE flag). The congested switch itself does not directly notify the source .

B. Only the source and destination devices need ECN enabled ❌
ECN requires all intermediate devices in the path to support and enable ECN. Any device that does not support ECN breaks the end-to-end functionality . This includes every switch in the IP fabric.

D. ECN is negotiated only among the switches that make up the IP fabric for each queue ❌
ECN is an end-to-end mechanism between sender and receiver, not negotiated only among switches. The congestion marking happens on queues, but the protocol requires the endpoints to be ECN-capable as well. This statement incorrectly limits ECN to switch-only negotiation.

Reference

Juniper CLI Explorer: "ECN must be enabled on both endpoints and on all of the intermediate devices between the endpoints for ECN to work properly"

Juniper Documentation: "A weighted random early detection (WRED) packet drop profile must be applied to the output queues on which ECN is enabled. ECN uses the WRED drop profile thresholds to mark packets"

Page 2 out of 9 Pages