JN0-281 Online Practice Questions

Home / Juniper / JN0-281

Latest JN0-281 Exam Practice Questions

The practice questions for JN0-281 exam was last updated on 2026-04-10 .

Viewing page 1 out of 2 pages.

Viewing questions 1 out of 10 questions.

Question#1

Within OSPF, what is the purpose of a designated router DR and backup designated router BDR on a broadcast network? Choose one.

A. to reduce the resource overhead of maintaining a full mesh of adjacencies
B. to ensure that only external LSAs from other routers are directed to the correct destination
C. to coordinate routing updates to all the other routers of the point-to-point network
D. to provide a backup path in case the Designated Router goes down

Explanation:
On broadcast network types in OSPF, such as Ethernet segments, forming a full mesh of adjacencies between every pair of routers would create significant control-plane overhead. Every router would need to maintain neighbor state with every other router, exchange database information redundantly, and flood link-state updates across many parallel adjacencies. This becomes inefficient as the number of routers on the segment grows.
To address this, OSPF elects a Designated Router and a Backup Designated Router. The DR acts as the central point for adjacency formation on that broadcast segment. Instead of each router forming full adjacencies with all others, routers form full adjacencies primarily with the DR and BDR. The DR is responsible for generating and flooding network LSAs that represent the broadcast segment and for coordinating reliable LSA flooding on that segment. This significantly reduces the number of adjacencies and the volume of duplicated database exchange and LSA flooding, which is why option A is correct.
The BDR is a standby control-plane role. It monitors the segment and is prepared to take over the DR function if the DR fails, improving stability and convergence. However, the primary purpose of having DR and BDR is the scaling benefit of reduced adjacency and flooding overhead on broadcast networks.

Question#2

Which two statements are correct about configuring VLANs? Choose two.

A. You must assign an IRB interface to each VLA
B. You must assign a VLAN name or ID and a Layer 2 interface to the VLA
C. You can assign one or more VLANs to a trunk mode interface.
D. You can assign one or more VLANs to an access mode interface.

Explanation:
On Junos switching platforms used in data centers, a VLAN is a Layer 2 broadcast domain. To make a VLAN functional for user traffic, you define the VLAN with a name and typically a VLAN ID, and you associate Layer 2 interfaces with that VLAN so frames arriving on those interfaces are placed into the correct broadcast domain. Without interface membership, the VLAN exists as configuration but does not carry endpoint traffic because no ports participate in it. This is why assigning a VLAN name or ID and associating Layer 2 interfaces to the VLAN is a correct requirement.
Trunk mode interfaces are designed to carry multiple VLANs over a single physical link using 802.1Q tagging. In a data center, trunks are common on leaf-to-spine uplinks, switch-to-switch connections, and server connections where the host or hypervisor tags multiple VLANs. Therefore, assigning one or more VLANs to a trunk port is correct.
An IRB interface is not required for every VLAN. IRB is only needed when the VLAN requires Layer 3 gateway functionality, such as inter-VLAN routing or default gateway services for that subnet. Pure Layer 2 VLANs do not need IRB. Also, an access mode interface is intended to belong to a single VLAN and typically carries untagged traffic, so assigning multiple VLANs to an access mode interface is not correct in standard Ethernet switching behavior.

Question#3

Which statement is correct about access ports?

A. They are assigned to a single VLA
B. They are assigned to multiple VLANs.
C. They must be connected to a router.
D. They must be connected to a firewall.

Explanation:
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
https://www.juniper.net/documentation/us/en/software/junos/multicast-l2/topics/task/interfaces-configuring-ethernet-switching-access.html

Question#4

Referring to the exhibit,



how much time must pass before a neighbor is considered down?

A. 5000 ms
B. 2000 ms
C. 1000 ms
D. 3000 ms

Explanation:
The exhibit shows BFD liveness detection configured under a BGP group with minimum-interval set to 1000 milliseconds. In Junos, BFD provides rapid failure detection by sending periodic BFD control packets between neighbors. The minimum-interval value is the negotiated minimum transmit and receive interval used for BFD control packets for that session. A neighbor is declared down when the local system fails to receive a certain number of consecutive BFD packets within the expected time window.
That time window is determined by the BFD detection time, which is calculated as the minimum-interval multiplied by the BFD multiplier. The multiplier represents how many BFD control packets can be missed before the session is considered failed. If the multiplier is not explicitly configured, Junos uses the default multiplier value of 3. Therefore, with minimum-interval set to 1000 ms and the default multiplier of 3, the detection time becomes 3000 ms. After approximately 3 seconds without receiving the expected BFD control packets, the BFD session transitions to down and BGP can react by treating the associated peer as unreachable for fast convergence.
This behavior is commonly used in data center underlays and EVPN fabrics to reduce convergence time compared to relying only on BGP hold timers.

Question#5

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?

A. nonstop active routing NSR
B. graceful Routing Engine switchover GRES
C. link aggregation control protocol LACP
D. bidirectional forwarding detection BFD

Explanation:
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.

Disclaimer

This page is for educational and exam preparation reference only. It is not affiliated with Juniper, JNCIA-DC, or the official exam provider. Candidates should refer to official documentation and training for authoritative information.

Exam Code: JN0-281Q & A: 67 Q&AsUpdated:  2026-04-10

  Get All JN0-281 Q&As