Juniper Data Center, Associate JN0-281 Exam Questions

Page: 1 / 14
Total 67 questions
Question 1

Which protocol is supported in an IP fabric underlay network? Choose one.



Answer : D

An IP fabric underlay is the routed foundation of a modern leaf-spine data center. Its purpose is to provide scalable, deterministic Layer 3 reachability between all fabric nodes, typically using point-to-point routed links between leaves and spines. In this design, EBGP is commonly used as an underlay routing protocol because it scales well, supports clear policy boundaries, and enables fast convergence and operational simplicity. Each leaf forms EBGP sessions to each spine, advertising loopback addresses and link subnets so that overlay endpoints and control plane services can reach one another reliably.

RSTP is a Layer 2 spanning tree mechanism and is not the standard protocol for a routed underlay. EVPN is an overlay control plane used to distribute tenant reachability and multihoming information; it is not the underlay routing protocol itself. VXLAN is a data plane encapsulation used by the overlay to transport Layer 2 segments across a Layer 3 fabric; it also is not the underlay routing protocol.

In Juniper data center architectures, the underlay is intentionally kept simple and purely routed, while overlays such as EVPN VXLAN deliver multi-tenant Layer 2 and Layer 3 services on top of that underlay. EBGP fits the underlay requirement among the provided options.


Question 2

Which statement is correct about building an IP fabric?



Answer : B

In a leaf spine IP fabric, spines form the high-speed transit layer and leaves provide the attachment points for servers, services, and edge connectivity. The defining physical topology rule is that every spine connects directly to every leaf. This design creates consistent one-hop transit through a spine for traffic between any two leaves, which keeps latency predictable and simplifies capacity planning. It also enables equal-cost multipath routing across all available spine links, allowing the fabric to use bandwidth efficiently and recover quickly from failures by shifting traffic to remaining paths.

Spine-to-spine connections are not required in a classic two-tier leaf spine fabric. Adding spine-to-spine links can create unnecessary complexity and does not improve the standard forwarding model, because spines are intended to provide transit between leaves, not to act as an additional meshed layer. Likewise, there is no inherent requirement that each spine must have two or more physical links to each leaf. Many fabrics start with one link per spine-leaf pair and scale capacity by adding more spines or adding additional parallel links as demand grows. The redundancy objective is achieved primarily by multiple spines and multiple available routed paths, not by mandating multiple links between every spine and every leaf from the outset.


Question 3

What is the purpose of implementing a link aggregation group LAG in a network?



Answer : A

A link aggregation group combines multiple physical Ethernet interfaces into one logical link layer interface, called an aggregated Ethernet interface on Junos. The primary purpose is to improve availability and increase usable bandwidth between two devices without changing the logical topology. If one member link fails, the aggregate can remain up and continue forwarding traffic over the remaining active members, providing redundancy at the link layer. This is especially valuable in data center designs where loss of a single optic or cable should not interrupt server connectivity, leaf to spine uplinks, or connections to service appliances.

LAG also enables load balancing. Instead of forcing all traffic over one physical link, the forwarding plane distributes flows across member links using a hashing algorithm. This allows the aggregate to use the sum of member bandwidth for multiple concurrent flows while keeping packets for a given flow in order. In leaf spine fabrics, this complements ECMP at Layer 3 by delivering parallelism both at the routed path level and within a single adjacency when multiple physical links exist.

LAG does not encrypt traffic. Encryption is provided by separate security features and protocols. It also does not increase the speed of a single physical interface; rather, it increases the total capacity of the logical bundle across multiple links. Finally, it does not assign IP addresses, which is the role of services like DHCP, not link aggregation.


Question 4

You have a problem bringing up an aggregated Ethernet interface between a spine and a leaf.

Referring to the exhibit, what is the problem?



Answer : A

An aggregated Ethernet interface that uses LACP requires at least one side to actively initiate LACP negotiations. In the exhibit, both devices have LACP configured only with periodic fast, but neither side explicitly enables LACP active mode. When both ends operate in passive behavior, each side waits for the other to send LACP Data Units, and no negotiation begins. As a result, the LACP state does not progress to collecting and distributing, and the aggregated link fails to form as expected. Adding the active statement under the LACP hierarchy on one or both ends ensures that LACP frames are transmitted and the bundle can be negotiated and brought up.

The other options are not the root cause for bringing the bundle up. The aggregated Ethernet interface number does not need to match across devices because the bundle is locally significant on each system. VLAN membership differences on a trunk do not prevent LACP from establishing the aggregate; they only affect which tagged VLANs are allowed to pass once the link is operational. MTU differences can cause data plane issues such as fragmentation or drops for jumbo frames, but they do not typically prevent LACP formation because control frames are small and the physical link can still come up.


Question 5

Which high availability feature permits you to combine multiple Ethernet interfaces into a single link layer interface?



Answer : B

Link aggregation groups, implemented on Junos as aggregated Ethernet interfaces, allow multiple physical Ethernet links to operate as one logical Layer 2 interface. This increases available bandwidth and provides link level resiliency because member links can fail without taking down the logical interface, as long as at least one member remains operational. In data center leaf spine designs, link aggregation is commonly used for server dual homing, uplinks to appliances, or inter switch connectivity where parallel links are desired with a single logical adjacency.

From a forwarding perspective, the device distributes traffic across member links using a hashing algorithm based on packet header fields so that individual flows remain in order while the aggregate uses multiple links. Control plane operation can be static or negotiated with LACP. With LACP, both sides exchange protocol information to ensure consistent bundling and to remove failed or miswired members automatically. This makes link aggregation a core high availability building block at the link layer, independent of Routing Engine redundancy features.

Graceful Routing Engine switchover, nonstop bridging, and nonstop active routing are control plane redundancy features. They are designed to minimize disruption during Routing Engine failover or preserve protocol state, but they do not combine multiple physical Ethernet interfaces into one logical link layer interface.

Verification sources from Juniper documentation

https://www.juniper.net/documentation/us/en/software/junos/interfaces-ethernet/topics/topic-map/understanding-lacp.html

https://www.juniper.net/documentation/us/en/software/junos/interfaces-ethernet/topics/topic-map/aggregated-ethernet-interfaces-overview.html


Question 6

You are asked to ensure that traffic and routing information is not interrupted if your primary Routing Engine fails or switches to the backup Routing Engine. In this scenario, which high availability feature will accomplish this behavior?



Answer : A

Nonstop active routing is the Junos high availability capability that focuses on preserving routing protocol operation and routing information across a Routing Engine switchover. In platforms with redundant Routing Engines, a failure of the primary Routing Engine can otherwise reset routing protocol processes, tear down adjacencies, and trigger reconvergence. NSR mitigates this by synchronizing routing protocol state so that the backup Routing Engine can continue routing protocol operations with minimal disruption. This includes maintaining protocol session continuity and keeping the routing information base stable, which directly protects traffic that depends on those routes.

In data center environments, this is particularly important for routed fabrics where BGP or OSPF underlay reachability supports overlay services and east west application traffic. By keeping routing information consistent during the control-plane transition, NSR reduces route churn and helps avoid transient blackholing or microbursts caused by reconvergence.

GRES is closely related but addresses a different scope. GRES helps the forwarding plane continue forwarding during a Routing Engine switchover by preserving certain system and interface states. However, GRES alone does not guarantee that routing protocol sessions and routing information remain uninterrupted. BFD and LACP are valuable availability tools, but they are not Routing Engine redundancy features and do not preserve routing state during a Routing Engine failover.


Question 7

What are two ways to solve the configuration error shown in the exhibit? Choose two.



Answer : B, C

The commit error indicates that the interface is being treated as an access port while the configuration attempts to associate it with more than one VLAN. In Junos Ethernet switching, an access mode interface represents a single untagged VLAN membership. Because access ports accept and transmit frames without 802.1Q tags, the switch must map all ingress untagged traffic to exactly one VLAN. For that reason, Junos enforces the rule that an access interface can be part of only one VLAN, and it rejects configurations that try to add multiple VLAN members under access mode.

There are two valid ways to resolve this, depending on the intended design. First, if the port truly connects to a single endpoint that should live in only one broadcast domain, configure the interface as a member of only one VLAN. This aligns with access port semantics and eliminates the conflict that causes the commit to fail.

Second, if the endpoint or downstream device needs to carry multiple VLANs over the same physical link, change the interface to trunk mode. A trunk port is designed to transport multiple VLANs using 802.1Q tagging, so multiple VLAN members are valid and expected. In data center environments, trunking is common for server virtualization hosts, appliance uplinks, and switch-to-switch links.

Connecting the interface to the network does not affect configuration validation, and logical unit numbering is unrelated to VLAN membership rules for access ports.


Page:    1 / 14   
Total 67 questions