JN0-281 Exam Questions & Answers
Data Center, Associate • Juniper
100% money-back guarantee
Sample JN0-281 Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
In a five-stage IP fabric, what is the role of the superspine layer?
A five-stage IP fabric is typically used when a single pod, even with a three-stage design, cannot meet overall scale requirements for port count, bandwidth, or modular growth. In this model, the data center is built from multiple fabric pods, where each pod is commonly a three-stage topology that includes leaf switches and one or more spine layers. The superspine layer provides the interconnect that ties these pods together into a larger fabric. Functionally, superspines create high-capacity, routed connectivity between the spine layers of different pods so that endpoints in any pod can reach endpoints in any other pod using consistent Layer 3 forwarding principles and equal-cost multipath behavior where applicable.
Option D is correct because the superspine layer is the aggregation and inter-pod transit layer. It does not exist to force every leaf to connect to every spine across the entire multi-pod deployment. That full mesh property is preserved within a pod, not across the entire site at extreme scale. The superspine layer also does not create a Layer 2 underlay; modern fabrics use a routed underlay to avoid spanning tree limitations and to enable deterministic multipathing. Finally, the superspine layer is not defined by creating a single common BGP autonomous system; autonomous system design is a policy choice, while the superspine role is a physical and logical interconnection function between pods.
Which statement is correct about access ports?
An access port is a Layer 2 switch interface mode intended for an endpoint that belongs to a single VLAN. Traffic on an access port is associated with exactly one VLAN, and frames are typically transmitted and received untagged on the wire. The switch internally maps that untagged traffic into the configured access VLAN, placing the endpoint into the correct broadcast domain. This behavior is widely used for server access, management ports, out of band devices, and any endpoint that does not tag VLANs.
By contrast, trunk ports are designed to carry multiple VLANs simultaneously, usually with 802.1Q tagging, and are typically used between switches, to routers, to virtualization hosts, or to appliances that handle multiple VLANs. That is why assigning multiple VLANs to an access port is not the standard access mode behavior.
An access port does not have to connect to a router or a firewall. It can connect directly to any Ethernet endpoint. Routing between VLANs is provided by a Layer 3 interface such as an IRB interface on the switch or an external routed device, but that is independent of whether the endpoint connects on an access port.
Verification sources from Juniper documentation
https://www.juniper.net/documentation/us/en/software/junos/multicast-l2/topics/topic-map/bridging-and-vlans.html
Which two statements about overlay networks are correct? Choose two.
In modern data center architectures, an overlay network is a logical or virtual network built on top of an underlay, where the underlay is the physical IP fabric that provides basic Layer 3 transport and reachability between fabric nodes. The overlay abstracts the physical topology and delivers tenant connectivity and segmentation services. This makes the statement that an overlay is a virtual network running on top of a physical network correct.
In EVPN VXLAN based data centers, overlays commonly carry both Layer 2 and Layer 3 services. Layer 2 extension is achieved by encapsulating Ethernet frames inside VXLAN so that a VLAN like segment can span multiple leaf switches across a routed underlay. Layer 3 services are delivered either through symmetric routing at the VTEPs or by advertising IP prefixes and host routes through the overlay control plane. As a result, overlays are not limited to Layer 3 traffic only, and statement D is correct.
The overlay is not defined by being public versus private. It can be built for private multi tenant segmentation inside a single data center, across multiple data centers, or to connect to external services, but public network is not a defining attribute.
Verification sources from Juniper documentation
https://www.juniper.net/documentation/us/en/software/junos/evpn-vxlan/topics/topic-map/evpn-vxlan-overview.html
https://www.juniper.net/documentation/us/en/software/junos/vxlan/topics/topic-map/vxlan-overview.html
Which two statements are correct about configuring VLANs? Choose two.
On Junos switching platforms commonly used in data centers, a VLAN is a Layer 2 construct that defines a broadcast domain. To make a VLAN usable, you define the VLAN using a name and typically a VLAN ID, then associate Layer 2 interfaces with it so traffic entering those interfaces is placed into that VLAN. Without membership on interfaces, the VLAN exists in configuration but does not carry user traffic, because no ports participate in that broadcast domain.
Trunk mode interfaces are specifically designed to carry traffic for multiple VLANs over a single physical link, such as between switches, to servers using tagging, or to other network devices that understand VLAN tags. In Junos, trunking is implemented by allowing a list of VLAN IDs on the trunk so the interface accepts and forwards frames for those VLANs. This makes statement C correct.
An IRB interface is not mandatory for every VLAN. IRB is used when you want Layer 3 routing for a VLAN, typically to provide a default gateway and enable inter VLAN routing. Pure Layer 2 VLANs do not require IRB, which makes statement A incorrect.
Access mode interfaces are intended to connect to a single endpoint and carry traffic for a single VLAN, so assigning multiple VLANs to an access interface is not correct in standard access mode behavior, making statement D incorrect.
Which BGP attribute is used to prevent routing loops in a network?
BGP prevents inter-domain routing loops primarily through the AS_PATH attribute. Each time a route advertisement crosses an autonomous system boundary, the advertising router prepends its own AS number to the AS_PATH before sending the route onward. When a router receives a BGP update, it can inspect the AS_PATH and reject routes that already contain its own AS number. This simple rule blocks the route from circulating back into the same AS, which is the fundamental loop prevention behavior in BGP.
In data center IP fabrics that use EBGP for the underlay, AS_PATH still plays an important role even though private AS numbers are used. The fabric can be designed so that leaf and spine devices are in distinct private ASs or use structured AS assignment, and AS_PATH tracking ensures clean propagation and helps operators understand where a route has traveled. It also supports policy decisions, such as preferring shorter paths or applying policy based on specific AS sequences.
The other attributes serve different purposes. MED influences inbound path selection into an AS, LOCAL_PREF is used within an AS to influence outbound selection, and NEXT_HOP indicates the forwarding next hop and is validated for reachability. None of those attributes provide the explicit ''contains my AS'' loop detection that AS_PATH does.
Get access to all 67 verified questions with detailed answers.
Unlock All JN0-281 Questions