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

List of questions
Question 11

When troubleshooting an OSPF neighborship, you notice that the router stopped at the ExStart state. What is the cause of this result?
The priority is set to 255.
There is an interval timing mismatch.
There is an area ID mismatch.
There is an MTU mismatch.
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.
Question 12

Which statement is correct about aggregate routes?
The default next hop is discard.
The default next hop is readvertise.
The default next hop is resolve.
The default next hop is reject.
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.
Question 13

Which Junos OS routing table stores IPv6 addresses?
Question 14

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

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

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

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

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

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

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