Juniper JN0-637 Practice Test Questions and Exam Dumps Part 12 Q221-240

View Full Juniper JN0-637 Exam Dumps and Practice Test Dumps

 

Question 221: Which BGP feature allows an autonomous system to use multiple equal-cost paths to the same destination?

  1. Route reflection
  2. BGP multipath
  3. Confederation
  4. MED

Correct Answer: 2. BGP multipath

Explanation:
BGP multipath allows multiple eligible paths to the same destination to be installed in the routing table rather than selecting only one best path. This can provide load sharing and additional forwarding resiliency. The candidate paths must satisfy the relevant BGP multipath requirements, which can include compatible path attributes and other configuration conditions. Route reflection has a different purpose: reducing the need for a full-mesh iBGP topology. Confederations divide an AS into sub-AS structures, while MED is a BGP path attribute used to influence entry-point selection. Multipath is therefore specifically associated with using multiple qualifying BGP paths simultaneously.

Question 222: Which BGP attribute is commonly used to influence path selection within an autonomous system for outbound traffic?

  1. MED
  2. Origin
  3. Local Preference
  4. AS Path

Correct Answer: 3. Local Preference

Explanation:
Local Preference is a BGP attribute used within an autonomous system to influence which exit path is selected for outbound traffic. When multiple suitable BGP routes are available, a higher Local Preference value is generally preferred. Because the attribute is carried through iBGP, it can provide consistent path-selection guidance across routers in the same autonomous system. MED serves a different purpose by communicating a preferred entry point to a neighboring AS. AS Path records the autonomous systems traversed by a route, while Origin identifies how the route was introduced into BGP. Local Preference is therefore a key tool for controlling outbound routing decisions.

Question 223: What is the primary function of the BGP Origin attribute?

  1. To identify how a route was introduced into BGP
  2. To identify the next-hop IP address
  3. To select the VPN import policy
  4. To specify the MPLS label

Correct Answer: 1. To identify how a route was introduced into BGP

Explanation:
The BGP Origin attribute indicates how the route entered BGP. Its values include IGP, EGP, and Incomplete, with IGP generally preferred over Incomplete during the applicable stages of BGP path selection. The attribute provides information about the source or method by which the route was introduced. It is not the same as the BGP next-hop attribute, which identifies the next-hop address used for forwarding. VPN route import behavior is controlled by Route Targets, while MPLS labels are associated with label-switched forwarding. Understanding the Origin attribute is useful when analyzing why one otherwise similar BGP route is selected over another.

Question 224: In BGP, what is the purpose of the Next Hop attribute?

  1. To identify the autonomous system path
  2. To identify the address toward which traffic should be forwarded
  3. To determine the route’s MED
  4. To identify the BGP community

Correct Answer: 2. To identify the address toward which traffic should be forwarded

Explanation:
The BGP Next Hop attribute identifies the IP address that should be used as the next-hop destination when forwarding traffic toward the advertised network. A BGP route can be successfully selected but still be unusable for forwarding if the next hop is not reachable through the underlying routing infrastructure. This is why next-hop reachability is an important part of BGP troubleshooting. The AS Path identifies autonomous systems traversed by the route, MED influences certain inter-AS path decisions, and communities carry policy information. Next-hop processing can also be modified by features such as next-hop self when appropriate for the network design.

Question 225: Which BGP community is intended to prevent a route from being advertised to any other BGP peer?

  1. NO_EXPORT
  2. NO_ADVERTISE
  3. INTERNET
  4. ACCEPT_OWN

Correct Answer: 2. NO_ADVERTISE

Explanation:
The well-known BGP community NO_ADVERTISE indicates that a route should not be advertised to any other BGP peer. It provides a mechanism for suppressing further propagation of a route. This is more restrictive than NO_EXPORT, which allows internal propagation within the relevant autonomous system or confederation while preventing external advertisement. Communities can be attached to routes and then evaluated by routing policies. They are therefore useful for controlling route distribution without needing to create completely separate policy structures for every individual route. When troubleshooting unexpected route propagation, checking BGP communities can reveal why a route is being accepted, rejected, or suppressed.

Question 226: Which Junos command displays detailed information about a specific BGP neighbor?

  1. show bgp neighbor <peer>
  2. show route summary
  3. show interfaces terse
  4. show ldp neighbor

Correct Answer: 1. show bgp neighbor <peer>

Explanation:
The Junos show bgp neighbor <peer> command provides detailed operational information about a specific BGP peer. The output can include session state, negotiated capabilities, timers, message counters, route statistics, and other information useful for troubleshooting. A BGP summary command provides a more concise overview of multiple peers, while show ldp neighbor is used for LDP relationships and show interfaces terse provides interface status. Detailed BGP neighbor information is particularly useful when diagnosing session establishment problems, unexpected route counts, policy behavior, or BGP message exchange.

Question 227: What is the primary purpose of a BGP route reflector cluster ID?

  1. To identify the MPLS label
  2. To help prevent routing loops between route reflectors
  3. To determine the MED value
  4. To identify an OSPF area

Correct Answer: 2. To help prevent routing loops between route reflectors

Explanation:
The route reflector cluster ID is used in BGP route reflection to help identify routes that have already passed through a particular route-reflector cluster. When multiple route reflectors are deployed, cluster-related information can help prevent reflected routes from circulating and creating routing loops. The cluster ID is therefore associated with route-reflection control rather than MPLS labeling, OSPF area identification, or MED calculation. Route reflection is a scalability mechanism for iBGP, but it requires careful design when multiple route reflectors and redundant paths are present. Understanding cluster-related attributes is useful when troubleshooting route-reflection behavior.

Question 228: In an OSPF network, which router connects one OSPF area to another?

  1. Designated Router
  2. Autonomous System Boundary Router
  3. Area Border Router
  4. Backup Designated Router

Correct Answer: 3. Area Border Router

Explanation:
An Area Border Router (ABR) connects one OSPF area to another, with one of its interfaces participating in the backbone area when following the standard hierarchical OSPF design. ABRs maintain link-state information for the areas to which they are connected and can summarize or advertise routes between areas. A Designated Router and Backup Designated Router are associated with multiaccess network segments, while an Autonomous System Boundary Router redistributes routes from other routing domains or protocols into OSPF. Understanding these router roles helps when designing and troubleshooting multi-area OSPF networks.

Question 229: Which OSPF mechanism reduces the number of adjacencies required on a broadcast multiaccess network?

  1. DR and BDR election
  2. Route reflection
  3. LACP
  4. BFD

Correct Answer: 1. DR and BDR election

Explanation:
OSPF uses a Designated Router (DR) and Backup Designated Router (BDR) on broadcast multiaccess networks to reduce the number of full adjacencies that would otherwise be required. Instead of every router forming a full adjacency with every other router, routers establish full adjacencies primarily with the DR and BDR. This reduces adjacency overhead and helps make OSPF more scalable on shared network segments. Route reflection is a BGP feature, LACP aggregates Ethernet links, and BFD provides rapid failure detection. DR and BDR behavior is therefore an important part of OSPF operation on broadcast networks.

Question 230: Which MPLS operation replaces an incoming label with another label?

  1. Push
  2. Pop
  3. Swap
  4. Fragment

Correct Answer: 3. Swap

Explanation:
An MPLS label swap occurs when a transit Label Switching Router receives a packet with one label and replaces that label with another before forwarding the packet. The outgoing label is determined by the router’s MPLS forwarding information. Push refers to adding a label, while pop refers to removing a label. These label operations form the basis of MPLS forwarding behavior. In a typical MPLS path, an ingress router may impose labels, core routers may swap labels, and an appropriate router near the egress may remove a label through operations such as penultimate hop popping. Understanding these operations helps when analyzing MPLS forwarding paths.

Question 231: What is the main purpose of a VRF in an MPLS Layer 3 VPN architecture?

  1. To maintain separate routing information for different VPNs
  2. To replace the MPLS transport network
  3. To perform Ethernet frame encryption
  4. To create OSPF Area 0

Correct Answer: 1. To maintain separate routing information for different VPNs

Explanation:
A Virtual Routing and Forwarding (VRF) instance maintains a separate routing and forwarding context for a particular VPN or customer. This allows multiple customers to use overlapping address spaces while keeping their routing information logically separated. In an MPLS Layer 3 VPN, VRFs are typically associated with provider edge interfaces and contain customer-specific routes. Route Distinguishers and Route Targets provide additional mechanisms for identifying and distributing VPN routes. A VRF does not replace the MPLS transport network, perform encryption by itself, or create an OSPF backbone area. VRF separation is fundamental to multi-tenant Layer 3 VPN services.

Question 232: Which Junos command displays a summary of the routing table, including route counts?

  1. show route summary
  2. show chassis hardware
  3. show bgp neighbor
  4. show interfaces terse

Correct Answer: 1. show route summary

Explanation:
The Junos show route summary command provides a summary of routing-table information, including counts of routes by protocol or route type. It is useful for obtaining a quick overview of the routing table without examining every individual route. This can help identify unexpected changes in route counts or determine whether a routing protocol is contributing routes as expected. Commands such as show bgp neighbor focus on individual BGP sessions, while show interfaces terse focuses on interface status. Routing-table summaries are particularly useful during troubleshooting when administrators need to determine whether the problem is related to missing or unexpected routes.

Question 233: Which IS-IS packet type is used to establish and maintain an IS-IS adjacency?

  1. Hello PDU
  2. Link-State Request
  3. Database Description
  4. Link-State Acknowledgment

Correct Answer: 1. Hello PDU

Explanation:
IS-IS uses Hello Protocol Data Units, commonly called IIH PDUs, to establish and maintain adjacencies with neighboring IS-IS routers. These messages allow routers to discover neighbors and exchange information required for maintaining the adjacency. IS-IS uses different PDU types for other functions, including link-state information exchange. Unlike OSPF, IS-IS does not use the same packet terminology such as Database Description and Link-State Request. Understanding IIH messages is useful when troubleshooting why an IS-IS neighbor relationship has not formed. Interface configuration, addressing, authentication, and other protocol parameters can all affect adjacency establishment.

Question 234: Which Junos command is useful for examining the hardware inventory of a device?

  1. show chassis hardware
  2. show route forwarding-table
  3. show ospf neighbor
  4. show policy

Correct Answer: 1. show chassis hardware

Explanation:
The Junos show chassis hardware command displays information about the physical hardware installed in the device. Depending on the platform, the output can include chassis components, Routing Engines, line cards, modules, and other hardware inventory details. This command is useful when verifying installed components or troubleshooting hardware-related issues. It is different from operational commands that focus on routing, interfaces, or protocol neighbors. Hardware inventory information can also be useful when confirming whether a particular module or component is present before diagnosing interface or platform behavior.

Question 235: Which CoS mechanism changes packet markings before traffic leaves an interface?

  1. Classifier
  2. Rewrite rule
  3. Scheduler
  4. Routing policy

Correct Answer: 2. Rewrite rule

Explanation:
A CoS rewrite rule modifies packet markings as traffic is transmitted from an interface. Depending on the configuration, it can rewrite fields such as DSCP or IEEE 802.1p values so that downstream devices receive the appropriate QoS marking. Classification performs the earlier task of examining incoming packet characteristics and assigning forwarding-class information. Scheduling controls how queued traffic receives transmission resources. Routing policies, meanwhile, influence route selection and advertisement rather than packet QoS markings. Rewrite rules are therefore an important part of maintaining consistent QoS treatment across network boundaries.

Question 236: Which Junos high-availability technology is associated with maintaining forwarding continuity during a Routing Engine switchover?

  1. GRES
  2. LLDP
  3. NETCONF
  4. LACP

Correct Answer: 1. GRES

Explanation:
Graceful Routing Engine Switchover (GRES) is a Junos high-availability feature that helps maintain forwarding continuity when control-plane responsibility moves between redundant Routing Engines. The Packet Forwarding Engine can continue forwarding traffic while the Routing Engine switchover occurs. GRES should be distinguished from Nonstop Active Routing, which provides additional mechanisms for preserving routing protocol state for supported protocols. LLDP is a neighbor-discovery protocol, NETCONF is used for network management and automation, and LACP provides link aggregation. Understanding the different roles of Junos high-availability technologies is important when designing resilient platforms.

Question 237: Which IPv6 protocol function is provided by Neighbor Discovery Protocol (NDP)?

  1. BGP route reflection
  2. MPLS label distribution
  3. IPv6 neighbor and router discovery
  4. Ethernet link aggregation

Correct Answer: 3. IPv6 neighbor and router discovery

Explanation:
IPv6 Neighbor Discovery Protocol (NDP) provides several functions that are essential to IPv6 operation. These include discovering neighboring devices, discovering routers, resolving link-layer addresses, detecting duplicate addresses, and supporting IPv6 address configuration through Router Advertisements. NDP uses ICMPv6 messages rather than ARP, which is used by IPv4. NDP is therefore an important component of IPv6 connectivity and local-link operation. It is unrelated to BGP route reflection, MPLS label distribution, or Ethernet link aggregation. Troubleshooting IPv6 connectivity often requires examining Neighbor Solicitation, Neighbor Advertisement, Router Solicitation, and Router Advertisement behavior.

Question 238: Which routing policy section specifies the conditions that a route must satisfy before the policy term is applied?

  1. then
  2. from
  3. accept
  4. apply

Correct Answer: 2. from

Explanation:
In Junos routing policies, the from section contains the match conditions that determine whether a route qualifies for a policy term. Conditions can include protocol, route prefix, community, next hop, interface, or other supported attributes. If the route matches the conditions, the then section specifies the action to perform, such as accepting, rejecting, or modifying the route. Separating match conditions from actions makes routing policies flexible and reusable. Understanding the from and then structure is essential when troubleshooting route import and export behavior because an incorrect match condition can prevent the intended policy action from being applied.

Question 239: What is the primary purpose of RSTP in an Ethernet switching environment?

  1. To prevent Layer 2 forwarding loops while allowing faster recovery
  2. To exchange BGP routes
  3. To distribute MPLS labels
  4. To provide IPv6 address assignment

Correct Answer: 1. To prevent Layer 2 forwarding loops while allowing faster recovery

Explanation:
Rapid Spanning Tree Protocol (RSTP) prevents Layer 2 forwarding loops while providing faster convergence after topology changes than traditional STP. Ethernet networks can contain redundant physical paths for resiliency, but uncontrolled redundancy can create broadcast storms and MAC-table instability. RSTP places appropriate ports into forwarding or alternate states so that loops are avoided while maintaining backup paths. When a topology change occurs, RSTP can transition eligible ports more rapidly than traditional STP. BGP handles inter-domain routing, MPLS distributes labels through its control mechanisms, and IPv6 address configuration uses different protocols and mechanisms.

Question 240: Which protocol is commonly used to aggregate multiple Ethernet links into a logical bundle?

  1. BFD
  2. LACP
  3. VRRP
  4. OSPF

Correct Answer: 2. LACP

Explanation:
Link Aggregation Control Protocol (LACP) allows multiple physical Ethernet links to be combined into a logical aggregated interface. The resulting bundle can provide greater aggregate bandwidth and redundancy because traffic can continue using remaining member links if one link fails. LACP also helps devices negotiate and maintain the membership of the aggregated links. BFD is designed for rapid failure detection, VRRP provides first-hop gateway redundancy, and OSPF is an IP routing protocol. LACP is therefore the appropriate technology when multiple Ethernet links need to operate as a coordinated logical connection.