ExamGecko
Home Home / Juniper / JN0-280

Juniper JN0-280 Practice Test - Questions Answers, Page 2

Question list
Search
Search

When troubleshooting an OSPF neighborship, you notice that the router stopped at the ExStart state. What is the cause of this result?

A.

The priority is set to 255.

A.

The priority is set to 255.

Answers
B.

There is an interval timing mismatch.

B.

There is an interval timing mismatch.

Answers
C.

There is an area ID mismatch.

C.

There is an area ID mismatch.

Answers
D.

There is an MTU mismatch.

D.

There is an MTU mismatch.

Answers
Suggested answer: D

Explanation:

When an OSPF (Open Shortest Path First) neighborship is stuck in the ExStart state, it usually points to a mismatch in Maximum Transmission Unit (MTU) settings between two routers trying to establish the adjacency. The ExStart state is where OSPF routers negotiate the master-slave relationship and exchange DBD (Database Description) packets.

Step-by-Step Breakdown:

OSPF Neighbor States: OSPF goes through several states to establish an adjacency with a neighbor:

Down: No hello packets have been received.

Init: Hello packets are received, but bidirectional communication isn't confirmed.

2-Way: Bidirectional communication is established.

ExStart: The routers are negotiating who will be the master and who will be the slave, and begin to exchange DBD packets.

Exchange: The routers start exchanging the database information.

Loading: The routers process the Link-State Advertisements (LSAs).

Full: The adjacency is fully established.

MTU Mismatch Issue:

During the ExStart state, both OSPF routers must agree on their MTU values. If there is an MTU mismatch between the two routers, OSPF neighbors will fail to move from the ExStart to the Exchange state. The router with the larger MTU setting will not accept DBD packets from the router with a smaller MTU because the packets may exceed the smaller MTU size.

In Juniper devices, this behavior can be identified by examining the MTU settings using the show interfaces command and ensuring both routers have matching MTU configurations. To resolve this issue, either match the MTU settings on both routers or configure OSPF to ignore MTU mismatches using the command set protocols ospf ignore-mtu.

Juniper

Reference:

Junos Command: show ospf neighbor helps diagnose neighbor states.

MTU Adjustment: set interfaces <interface-name> mtu <size> can be used to set the MTU values correctly.

Which statement is correct about aggregate routes?

A.

The default next hop is discard.

A.

The default next hop is discard.

Answers
B.

The default next hop is readvertise.

B.

The default next hop is readvertise.

Answers
C.

The default next hop is resolve.

C.

The default next hop is resolve.

Answers
D.

The default next hop is reject.

D.

The default next hop is reject.

Answers
Suggested answer: D

Explanation:

An aggregate route is a summarized route that is created by combining multiple specific routes into a single, broader route. In Junos OS, when an aggregate route is configured, its default next hop is set to reject.

Step-by-Step Explanation:

Aggregate Route:

Aggregate routes are used to reduce the size of routing tables by representing a collection of more specific routes with a single summary route. They help improve routing efficiency and scalability, especially in large networks.

Default Next Hop Behavior:

When you configure an aggregate route in Junos OS, it has a reject next hop by default.

The reject next hop means that if a packet matches the aggregate route but there is no more specific route in the routing table for that destination, the packet will be discarded, and an ICMP 'destination unreachable' message is sent to the source.

This behavior helps to prevent routing loops and ensures that traffic isn't forwarded to destinations for which there is no valid route.

Modifying Next Hop:

If needed, the next hop behavior of an aggregate route can be changed to discard (which silently drops the packet) or to another specific next hop. However, by default, the next hop is set to reject.

Juniper

Reference:

Junos Command: set routing-options aggregate route <route> reject to configure an aggregate route with a reject next hop.

Verification: Use show route to verify the presence and behavior of aggregate routes.

Which Junos OS routing table stores IPv6 addresses?

A.

inet.0

A.

inet.0

Answers
B.

inet0.6

B.

inet0.6

Answers
C.

inet.6

C.

inet.6

Answers
D.

inet6.0

D.

inet6.0

Answers
Suggested answer: D

Explanation:

In Junos OS, routing information is stored in different routing tables depending on the protocol and address family. For IPv6 addresses, the routing table used is inet6.0.

Step-by-Step Explanation:

Routing Tables in Junos:

inet.0: This is the primary routing table for IPv4 unicast routes.

inet6.0: This is the primary routing table for IPv6 unicast routes.

inet.3: This routing table is used for MPLS-related routing.

Other routing tables, like inet.1, inet.2, are used for multicast and other specific purposes.

inet6.0 Routing Table:

When IPv6 is enabled on a Juniper router, all the IPv6 routes are stored in the inet6.0 table. This includes both direct routes (connected networks) and learned routes (from dynamic routing protocols like OSPFv3, BGP, etc.).

Verification:

To view IPv6 routes, the command show route table inet6.0 is used. This will display the contents of the IPv6 routing table, showing the network prefixes, next-hop addresses, and protocol information for each route.

Juniper

Reference:

Junos Command: Use show route table inet6.0 to check IPv6 routing entries.

IPv6 Routing: Ensure that the IPv6 protocol is enabled on interfaces and that routing protocols like OSPFv3 or BGP are properly configured for IPv6 traffic handling.

What is the primary purpose of an IRB Layer 3 interface?

A.

to provide load balancing

A.

to provide load balancing

Answers
B.

to provide a default VLAN ID

B.

to provide a default VLAN ID

Answers
C.

to provide inter-VLAN routing

C.

to provide inter-VLAN routing

Answers
D.

to provide port security

D.

to provide port security

Answers
Suggested answer: C

Explanation:

The primary purpose of an IRB (Integrated Routing and Bridging) interface is to enable inter-VLAN routing in a Layer 3 environment. An IRB interface in Junos combines the functionality of both Layer 2 bridging (switching) and Layer 3 routing, allowing devices in different VLANs to communicate with each other.

Step-by-Step Breakdown:

VLANs and Layer 2 Switching:

Devices within the same VLAN can communicate directly through Layer 2 switching. However, communication between devices in different VLANs requires Layer 3 routing.

IRB Interface for Inter-VLAN Routing:

The IRB interface provides a Layer 3 gateway for each VLAN, enabling routing between VLANs. Without an IRB interface, devices in different VLANs would not be able to communicate.

Configuration:

In Juniper devices, the IRB interface is configured by assigning Layer 3 IP addresses to it. These IP addresses serve as the default gateway for devices in different VLANs.

Example configuration:

set interfaces irb unit 0 family inet address 192.168.1.1/24

set vlans vlan-10 l3-interface irb.0

This allows VLAN 10 to use the IRB interface for routing.

Juniper

Reference:

IRB Use Case: Inter-VLAN routing is essential in data centers where multiple VLANs are deployed, and Juniper's EX and QFX series switches support IRB configurations for this purpose.

Which two statements describe an IP fabric? (Choose two.)

A.

An IP fabric allows devices to always be one hop away.

A.

An IP fabric allows devices to always be one hop away.

Answers
B.

An IP fabric depends on Layer 2 switching.

B.

An IP fabric depends on Layer 2 switching.

Answers
C.

An IP fabric uses spine and leaf devices.

C.

An IP fabric uses spine and leaf devices.

Answers
D.

An IP fabric provides traffic load sharing.

D.

An IP fabric provides traffic load sharing.

Answers
Suggested answer: C, D

Explanation:

An IP fabric is a network topology designed to provide a scalable, low-latency architecture that is typically implemented in modern data centers. It uses spine and leaf switches and enables efficient traffic load sharing across the network.

Step-by-Step Breakdown:

Spine-Leaf Architecture:

Leaf Devices: These switches connect to servers and edge devices within the data center. Each leaf switch connects to every spine switch.

Spine Devices: These high-performance switches interconnect all the leaf switches. There are no direct connections between leaf switches or spine switches. This architecture ensures that any two endpoints within the fabric are only one hop away from each other, minimizing latency.

Traffic Load Sharing:

An IP fabric leverages Equal-Cost Multipath (ECMP) to distribute traffic evenly across all available paths between leaf and spine switches, providing effective load balancing. This ensures that no single link becomes a bottleneck and that traffic is distributed efficiently across the network.

Juniper

Reference:

Juniper provides QFX Series switches optimized for IP fabric topologies, allowing for scalable deployments in modern data centers.

EVPN-VXLAN: Often used in IP fabrics to extend Layer 2 services across the fabric with Layer 3 underlay, enabling both efficient routing and bridging.

Referring to the exhibit, why are the BGP routes hidden?

A.

Load balancing is not enabled.

A.

Load balancing is not enabled.

Answers
B.

There are too many hops to the destination.

B.

There are too many hops to the destination.

Answers
C.

The BGP next hop is unreachable.

C.

The BGP next hop is unreachable.

Answers
D.

Other routes are selected because of better metrics.

D.

Other routes are selected because of better metrics.

Answers
Suggested answer: C

Explanation:

In the exhibit, the BGP routes are marked as hidden. This typically happens when the routes are not considered valid for use, but they remain in the routing table for reference. One common reason for BGP routes being hidden is that the next hop for these routes is unreachable.

Step-by-Step Breakdown:

BGP Next Hop:

In BGP, when a route is received from a neighbor, the next hop is the IP address that must be reachable for the route to be used. If the next hop is unreachable (i.e., the router cannot find a path to the next-hop IP), the route is marked as hidden.

Analyzing the Exhibit:

The exhibit shows that the BGP next hop for all hidden routes is 10.4.4.4. If this IP is unreachable, the BGP routes from that neighbor will not be considered valid, even though they appear in the routing table.

Verification:

Use the command show route 10.4.4.4 to check if the next-hop IP is reachable.

If the next-hop is not reachable, the BGP routes will be hidden. Resolving the next-hop reachability issue (e.g., fixing an IGP route or an interface) will allow the BGP routes to become active.

Juniper

Reference:

Junos Command: show route hidden displays routes that are not considered for forwarding.

Troubleshooting: Check the next hop reachability for hidden BGP routes using show route <next-hop>.

Which statement is correct about the BGP AS path when advertising routes?

A.

The order of the AS path is not significant.

A.

The order of the AS path is not significant.

Answers
B.

The local AS number is added to the end of the AS path.

B.

The local AS number is added to the end of the AS path.

Answers
C.

The order of the AS path is only significant in IBGP.

C.

The order of the AS path is only significant in IBGP.

Answers
D.

The local AS number is added to the beginning of the AS path.

D.

The local AS number is added to the beginning of the AS path.

Answers
Suggested answer: D

Explanation:

The BGP AS (Autonomous System) path attribute is crucial in path selection and loop prevention. Each BGP router appends its local AS number to the beginning of the AS path when it advertises a route to an external BGP (eBGP) peer.

Step-by-Step Breakdown:

AS Path Attribute:

The AS path is a sequence of AS numbers that a route has traversed to reach a destination. Each AS adds its number to the front of the path, allowing BGP to track the route's history.

Why the Local AS is Added at the Beginning:

When advertising a route to an eBGP neighbor, a BGP router adds its own AS number to the beginning of the AS path. This ensures that the AS path reflects the route's journey accurately from the origin to the destination, and prevents loops in BGP. If the route returns to the same AS, the router will detect its AS number in the path and reject the route, preventing routing loops.

Order of the AS Path:

The order is significant because BGP uses it to select the best path. A shorter AS path is preferred, as it indicates fewer hops between the source and destination.

Juniper

Reference:

AS Path Attribute: Junos devices append the local AS at the start of the AS path before advertising the route to an external peer.

Which statement is correct about a three-stage IP fabric underlay?

A.

Every ingress interface into the fabric is only two hops away from the egress interface.

A.

Every ingress interface into the fabric is only two hops away from the egress interface.

Answers
B.

Every spine device can communicate directly with other spine devices.

B.

Every spine device can communicate directly with other spine devices.

Answers
C.

Every leaf device can communicate directly with other leaf devices.

C.

Every leaf device can communicate directly with other leaf devices.

Answers
D.

Every server that connects to a three-stage IP fabric must be multihomed.

D.

Every server that connects to a three-stage IP fabric must be multihomed.

Answers
Suggested answer: A

Explanation:

In a three-stage IP fabric (also known as a Clos fabric), traffic between any two points (ingress to egress) in the fabric is only two hops away.

Step-by-Step Breakdown:

Three-Stage IP Fabric:

Leaf Layer: Leaf switches connect directly to servers and edge devices.

Spine Layer: Spine switches provide connectivity between leaf switches but do not connect to each other directly.

Two-Hop Communication:

In this architecture, every leaf switch is connected to every spine switch. Therefore, when a packet enters the fabric via an ingress leaf switch, it is forwarded to a spine switch, which then directs the packet to the correct egress leaf switch. This path always involves exactly two hops:

Ingress leaf Spine Egress leaf.

Benefits:

This consistent two-hop path ensures predictable latency and makes the network highly scalable while maintaining low complexity.

Juniper

Reference:

IP Fabric Architecture: This two-hop property of Clos fabrics is a hallmark of spine-leaf designs, as supported by Juniper's QFX and EX switches in data centers.

A routing policy has been created to advertise OSPF routes in BGP. Which statement is correct in this scenario?

A.

Apply the policy as an export policy within BGP.

A.

Apply the policy as an export policy within BGP.

Answers
B.

Apply the policy as an export policy within OSPF.

B.

Apply the policy as an export policy within OSPF.

Answers
C.

Apply the policy as an import policy within BGP.

C.

Apply the policy as an import policy within BGP.

Answers
D.

Apply the policy as an import policy within OSPF.

D.

Apply the policy as an import policy within OSPF.

Answers
Suggested answer: A

Explanation:

When advertising OSPF routes into BGP, the appropriate routing policy should be applied as an export policy in BGP.

Step-by-Step Breakdown:

OSPF to BGP Route Advertisement:

Routes learned via OSPF (a dynamic IGP) need to be exported into BGP to be advertised to external BGP peers. In Junos OS, this is done using export policies.

Export Policies in BGP:

An export policy controls which routes are advertised out of a BGP session. In this scenario, the routing policy must be applied to BGP as an export policy to export the OSPF-learned routes to external BGP peers.

Policy Configuration:

Example configuration:

set policy-options policy-statement EXPORT_OSPF term 1 from protocol ospf

set policy-options policy-statement EXPORT_OSPF term 1 then accept

set protocols bgp group <group-name> export EXPORT_OSPF

This policy ensures that only OSPF routes are exported into BGP.

Juniper

Reference:

Routing Policy: Export policies are used in BGP to control route advertisements to peers, including those learned via OSPF.

Which statement is correct about member interfaces when creating a LAG?

A.

The interface's MTU settings must match on all member interfaces.

A.

The interface's MTU settings must match on all member interfaces.

Answers
B.

The interface's duplex settings and link speed must be the same on all member interfaces.

B.

The interface's duplex settings and link speed must be the same on all member interfaces.

Answers
C.

Member interfaces must all be allocated on the same chassis when using a Virtual Chassis.

C.

Member interfaces must all be allocated on the same chassis when using a Virtual Chassis.

Answers
D.

Member interfaces must all be allocated on the same PFE.

D.

Member interfaces must all be allocated on the same PFE.

Answers
Suggested answer: B

Explanation:

When creating a LAG (Link Aggregation Group) in Junos, the duplex settings and link speed must be the same across all member interfaces.

Step-by-Step Breakdown:

LAG Overview:

A LAG combines multiple physical interfaces into a single logical interface to increase bandwidth and provide redundancy. All member links must act as a single cohesive unit.

Interface Requirements:

Duplex: All member interfaces must operate in the same duplex mode (either full-duplex or half-duplex). Mismatched duplex settings can cause performance issues, packet drops, or interface errors.

Link Speed: All interfaces in the LAG must have the same link speed (e.g., all interfaces must be 1 Gbps or 10 Gbps). Mismatched speeds would prevent the interfaces from functioning correctly within the LAG.

Configuration and Validation: Ensure that all member interfaces have identical settings before adding them to the LAG. These settings can be checked using the show interfaces command, and the LAG can be configured using:

set interfaces ae0 aggregated-ether-options link-speed 10g

set interfaces ge-0/0/1 ether-options 802.3ad ae0

Juniper

Reference:

LAG Configuration: Duplex and link speed must be consistent across member interfaces to ensure proper LAG operation in Juniper devices.

Total 65 questions
Go to page: of 7