Exhibit You are receiving the same BGP Internet routes on R1 from both upstream ISPs. You are asked to load- balance traffic destined to the Internet across both ISPs. Referring to the exhibit, which BGP solution should you use?
Correct Answer: B
In standard BGP operations, a router typically selects only one "best path" for a given destination prefix and installs that single path into the forwarding table. To utilize multiple paths for traffic forwarding (load- balancing), specific multipath features must be enabled. * BGP Multipath:This feature allows a router to install multiple equal-cost paths into the routing and forwarding tables. However, by default, BGP multipath requires that all candidate paths have the same neighboring Autonomous System (AS). * Multipath Multiple-AS (Option B):In the exhibit, R1 is receiving routes fromISP A (AS 65501)and ISP B (AS 65502). Since these are two different neighboring ASs, the standard multipath feature is not sufficient. You must use the multipath multiple-as statement under the BGP group or neighbor hierarchy. This tells Junos to consider paths as equal even if they originate from different neighboring ASs, provided all other BGP path selection attributes (Local Preference, AS Path length, Origin, MED, etc.) are identical. * Why other options are incorrect:*Option A (multihop)is used for peering with routers that are not directly connected. * Option C (prefix limit)is a security and stability feature to limit the number of prefixes received from a neighbor. * Option D (damping)is used to penalize unstable, "flapping" routes to prevent constant routing table churn. Configuration Example for Junos OS 24.4:To implement this on R1, you would use the following configuration: set protocols bgp group <group-name> multipath multiple-as
JN0-650 Exam Question 12
You run a multivendor switching environment where you have configured VSTP. You have 450 VLANs and notice that some of your VLANs do not function properly. How should you change the configuration to get all 450 VLANs working?
Correct Answer: B
VSTP (VLAN Spanning Tree Protocol) is Juniper's implementation that provides a separate spanning tree instance for each VLAN, ensuring compatibility with Cisco's PVST+. However, it has significant scaling limitations: * Instance Limits:On many Juniper EX and QFX series switches, VSTP is restricted to a maximum of 253 or 510 VLAN instancesdepending on the software version (ELS vs. non-ELS). In your scenario, having450 VLANsexceeds the standard 253-instance limit found on many platforms. * The Solution (Option B):When the number of VLANs exceeds the VSTP capacity, the recommended best practice is toenable RSTP(Rapid Spanning Tree Protocol). Unlike VSTP, RSTP runs asingle spanning tree instancefor the entire switch, regardless of how many VLANs are configured. This ensures that all 450 VLANs are protected from loops without hitting the hardware's instance-count limit. * Other Options:Option A(force-version) only affects the BPDU format for compatibility but doesn't solve the instance limit.Option CandOption Dare parameter tuning actions that do not address the architectural limitation of the number of running instances.
JN0-650 Exam Question 13
Exhibit You want to provide better performance for the video traffic that traverses your network The video traffic enters your network without any class-of-service markings According to Juniper Networks, which two classification methods are performed by the routers shown in the exhibit? (Choose two.)
Correct Answer: B,D
The exhibit illustrates a standard end-to-end Class of Service (CoS) path consisting of an edge router (R1) and core/intermediate routers (R2 and R3). * Edge Classification (Option B):The scenario specifies that video traffic enters the networkwithout any class-of-service markings. Because there are no DSCP or 802.1p bits to inspect, the ingress router (R1) cannot use simple Behavior Aggregate (BA) classification. Instead, it must useMultifield (MF) classification. MF classification allows the router to look deeper into the packet (Source/Destination IP, Protocol, Port numbers) to identify the video stream and assign it to a specific forwarding class. *Core Classification (Option D):Once R1 has identified the traffic, it will typically apply arewrite ruleon its egress interface to mark the packets with a specific CoS value (like a DSCP code). Consequently, the downstream routers (R2 and R3) do not need to perform expensive deep-packet inspection again. They can useBehavior Aggregate (BA) classification, which simply looks at the markings in the packet header to determine the appropriate forwarding priority. * Option A and C:These are incorrect because BA classification is impossible on unmarked ingress traffic, and performing MF classification in the core is inefficient and not a recommended Juniper design practice for high-speed transit.
JN0-650 Exam Question 14
Exhibit You are receiving the 203 0.113.0/24 route from both upstream ISPs You are asked to ensure that ISP A is the preferred ISP for traffic being sent to the 203.0.113.0/24 network from devices in AS 65512. Referring to the exhibit, which two statements will accomplish this behavior? (Choose two.)
Correct Answer: B,C
The exhibit illustrates an Autonomous System (AS 65512) receiving the same prefix ($203.0.113.0/24$) from two different neighbors, ISP A and ISP B. To influence outbound traffic from AS 65512 so that ISP A is preferred, you must manipulate the BGP Local Preference attribute.BGP Path Selection and Local Preference: Local preference is the first attribute evaluated by BGP after checking if the next hop is reachable. A higher local preference value is always preferred over a lower one. The default value in Junos OS is 100.Applying the Preference (Option B): By applying an import policy on router R1 to set a local preference higher than 100 (e.g., 200) for routes from ISP A, R1, R2, and R3 will all prefer the path through R1 to reach ISP A. Applying the Preference (Option C): Alternatively, you can achieve the same result by applying an import policy on R2 to set a local preference lower than 100 (e.g., 50) for routes from ISP B. Since the routes from R1 remain at the default of 100, the path through ISP A (100) will be preferred over ISP B (50).Why A and D are incorrect: Setting a lower preference for ISP A (Option A) or a higher preference for ISP B (Option D) would result in ISP B being preferred for outbound traffic, which is the opposite of the requirement.
JN0-650 Exam Question 15
Which two EVPN types advertise an ESI without advertising a MAC address? (Choose two.)
Correct Answer: A,D
In an EVPN-VXLAN environment, different BGP route types serve distinct purposes in building the control plane. The Ethernet Segment Identifier (ESI) is a unique 10-byte identifier used to represent a multi-homed segment. * Type 1: Ethernet Auto-Discovery (A-D) Route (Option A): This route type is essential for multi- homing scenarios. It carries the ESI to support features like fast convergence and aliasing. By advertising an A-D route per Ethernet Segment, a PE tells other routers that it is connected to that specific ESI. It does not carry individual host MAC addresses; instead, it provides a "mass withdraw" mechanism to quickly update paths if the entire segment goes down. * Type 4: Ethernet Segment Route (Option D): This route is used exclusively for Designated Forwarder (DF) election. It advertises the existence of an ESI and the ES-Import Route Target to all other PE routers. This allows PE routers connected to the same multi-homed segment to discover each other automatically and elect a DF to handle BUM traffic. Like Type 1, it focuses on the segment identity and does not include MAC addresses. * Type 2: MAC/IP Advertisement Route (Option B): This is the primary route used for host reachability. It must include a MAC address (and optionally an IP). While it also includes the ESI to indicate which segment the host is behind, its primary function is MAC advertisement. * Type 3: Inclusive Multicast Ethernet Tag Route (Option C): This route is used for VTEP discovery and building the replication list for BUM traffic. It identifies the VTEP's IP and the VNI, but it does not carry the ESI or MAC addresses.