Click the Exhibit button.

You enabled a new router (R3) in your network but all destinations using IS-IS routes are not properly load balancing over this new router.
Referring to the exhibit, what is the problem?
R2 is missing internal routes for R1.
R1 is missing internal routes for R2.
R3 does not have wide-metrics enabled.
R1 does not have wide-metrics enabled.
Let’s dive into this IS-IS routing problem with a Juniper Networks (JNCIP-SP) perspective, analyze the exhibit, and determine why load balancing isn’t working as expected after adding the new router R3. I’ll provide a verified answer and a detailed explanation step by step.
Answer: C. R3 does not have wide-metrics enabled.
Detailed Explanation
1. Understanding the Exhibit
The exhibit shows the output of IS-IS database commands on two routers, R1 and R2, at Level 2 (L2). IS-IS (Intermediate System to Intermediate System) is a link-state routing protocol commonly used in service provider networks. The output provides details about the IS-IS database, including IP prefixes, metrics, and whether the router supports "wide metrics."
R1’s IS-IS Database (Level 2):
IP prefix: 10.100.34.0/24
Internal, Metric: default 63, Up
IP extended prefix: 10.100.34.0/24, metric 63, Up
IP extended prefix: 10.100.13.0/24, metric 63, Up
R2’s IS-IS Database (Level 2):
IP extended prefix: 10.100.12.0/24, metric 1000, Up
IP extended prefix: 10.100.23.0/24, metric 1000, Up
Additionally, the exhibit mentions that R1 and R2 can "find TLVs" and "match prefix," indicating they are processing IS-IS Type-Length-Value (TLV) data correctly. However, R3 has been newly added, and load balancing across this router isn’t working as expected.
2. Key Concepts in IS-IS
To understand the issue, let’s break down some critical IS-IS concepts relevant to this scenario:
IS-IS Levels: IS-IS operates at two levels: Level 1 (L1) for intra-area routing and Level 2 (L2) for inter-area routing. The exhibit shows Level 2, so we’re dealing with backbone routing between areas.
Metrics in IS-IS:
Default Metrics (Narrow Metrics): By default, IS-IS uses narrow metrics, which are limited to a maximum value of 63 per link (and a maximum path metric of 1023). This is encoded in the original IS-IS TLVs (Type 2 for LSPs).
Wide Metrics: Wide metrics (introduced in RFC 3784) allow for larger metric values (up to 16,777,215) and are encoded in extended TLVs (Type 22 for LSPs, Type 135 for IP reachability). Wide metrics are necessary for modern networks where higher metric values are needed for better path selection or when integrating with other protocols like OSPF.
Load Balancing in IS-IS: IS-IS supports equal-cost multi-path (ECMP) routing, meaning if multiple paths to a destination have the same total metric, traffic can be load-balanced across those paths. For load balancing to work, all routers in the path must agree on the metrics and the paths must be equal-cost.
TLVs and Extended Prefixes: The exhibit shows "IP extended prefix" entries, which are carried in TLV 135 (for IPv4) when wide metrics are enabled. "IP prefix" (without "extended") refers to the older TLV 128, which uses narrow metrics.
3. Analyzing the Metrics in the Exhibit
R1’s Output:
R1 advertises 10.100.34.0/24 and 10.100.13.0/24 with a metric of 63.
The presence of both "IP prefix" and "IP extended prefix" for the same prefix (10.100.34.0/24) suggests R1 is in transition mode. Transition mode means R1 supports both narrow and wide metrics to maintain compatibility with routers that may not support wide metrics.
R2’s Output:
R2 advertises 10.100.12.0/24 and 10.100.23.0/24 with a metric of 1000.
These are listed as "IP extended prefix," meaning R2 is using wide metrics (since a metric of 1000 exceeds the narrow metric limit of 63 per link).
4. Identifying the Problem
The issue is that load balancing isn’t working over the new router R3. Let’s evaluate why:
Metric Discrepancy: R1 is using a metric of 63 (which fits within narrow metrics), while R2 is using a metric of 1000 (which requires wide metrics). This suggests that R1 and R2 are operating with different metric styles:
R1 is likely in transition mode (supporting both narrow and wide metrics).
R2 is using wide metrics exclusively (since its metric of 1000 can only be advertised using wide metrics).
R3’s Role: Since R3 is newly added and load balancing isn’t working, we need to consider R3’s configuration. The exhibit doesn’t show R3’s IS-IS database, but the options suggest a problem with wide metrics on either R1 or R3.
Wide Metrics Requirement: For load balancing to work, all routers in the IS-IS domain must consistently use the same metric style (either all narrow or all wide). If R3 doesn’t have wide metrics enabled, it can only process narrow metrics (max 63 per link). This means:
R3 would ignore R2’s advertisements (metric 1000) because they use wide metrics, which R3 can’t process.
R3 would only process R1’s narrow metric advertisements (metric 63), leading to incomplete routing information and preventing load balancing.
5. Evaluating the Options
Let’s go through each option to confirm the correct answer:
A. R2 is missing internal routes for R1:
R2’s database shows prefixes like 10.100.12.0/24 and 10.100.23.0/24, but it doesn’t show R1’s prefixes. However, this is expected because the exhibit only shows a subset of the database. The problem is about load balancing, not missing routes entirely. R2 likely has routes from R1 but may not be able to use them for load balancing if metric styles don’t match. This option is incorrect.
B. R1 is missing internal routes for R2:
R1’s database shows its own prefixes (10.100.34.0/24, 10.100.13.0/24) but not R2’s prefixes. Again, this is likely because the exhibit is limited. R1 should have R2’s routes in its database (since they’re both in Level 2), but the issue is load balancing, not missing routes. This option is incorrect.
C. R3 does not have wide-metrics enabled:
If R3 doesn’t have wide metrics enabled, it can only process narrow metrics (max 63). R2’s prefixes with a metric of 1000 (using wide metrics) would be ignored by R3. This would result in R3 having an incomplete view of the network, preventing load balancing across paths that involve R2’s prefixes. This aligns with the problem described and is the most likely cause. This option is correct.
D. R1 does not have wide-metrics enabled:
R1’s output shows "IP extended prefix" entries, which are only advertised if wide metrics are enabled. R1 is likely in transition mode (advertising both narrow and wide metrics), so it does support wide metrics. This option is incorrect.
6. Why Load Balancing Fails
For load balancing to work in IS-IS, the total path metrics to a destination must be equal across multiple paths. If R3 doesn’t support wide metrics:
R3 ignores R2’s prefixes (metric 1000) because they use wide metrics.
R3 only sees R1’s prefixes (metric 63) and builds its routing table based on narrow metrics.
As a result, R3 doesn’t see equal-cost paths involving R2’s prefixes, and load balancing fails.
If R3 had wide metrics enabled, it would process both R1’s and R2’s prefixes, calculate the total path metrics, and potentially find equal-cost paths for load balancing.
7. Solution
To fix the issue, R3 needs to have wide metrics enabled. In Junos, this can be done with the following configuration:
set protocols isis level 2 wide-metrics-only
This ensures R3 uses wide metrics exclusively, matching R2’s configuration and allowing it to process R2’s prefixes with metrics like 1000. R1 is already in transition mode, so it will remain compatible.
In which two ways does OSPF prevent routing loops in multi-area networks? (Choose two.)
All areas are required to connect as a full mesh.
The LFA algorithm prunes all looped paths within an area.
All areas are required to connect to area 0.
The SPF algorithm prunes looped paths within an area.
OSPF is an interior gateway protocol that uses link-state routing to exchange routing information among routers within a single autonomous system. OSPF prevents routing loops in multi-area networks by using two methods: area hierarchy and SPF algorithm. Area hierarchy is the concept of dividing a large OSPF network into smaller areas that are connected to a backbone area (area 0). This reduces the amount of routing information that each router has to store and process, and also limits the scope of link-state updates within each area. All areas are required to connect to area 0 either directly or through virtual links2. SPF algorithm is the method that OSPF uses to calculate the shortest path to each destination in the network based on link-state information. The SPF algorithm runs on each router and builds a shortest-path tree that represents the topology of the network from the router’s perspective. The SPF algorithm prunes looped paths within an area by choosing only one best path for each destination3.
Which two statements are correct regarding the PIM DR in a PIM-SM domain? (Choose two.)
The source DR sends PIM register messages from the source network to the RP.
If the DR priorities match, the router with the lowest IP address is selected as the DR.
The receiver DR sends PIM join and PIM prune messages from the receiver network toward the RP.
By default, PIM DR election is performed on point-to-point links.
In PIM-SM (Protocol Independent Multicast - Sparse Mode), the Designated Router (DR) plays a crucial role in multicast forwarding. The DR is responsible for various tasks depending on whether it is connected to the source or the receiver. Let's analyze each statement regarding the PIM DR in a PIM-SM domain.
1. **Statement A: The source DR sends PIM register messages from the source network to the RP.**
- Correct. In PIM-SM, the DR on the source's local network is responsible for encapsulating multicast packets in PIM Register messages and sending them to the Rendezvous Point (RP). This process ensures that the RP is aware of active sources.
2. **Statement B: If the DR priorities match, the router with the lowest IP address is selected as the DR.**
- Incorrect. The correct rule is that if the DR priorities match, the router with the **highest** IP address is selected as the DR. The election process first compares priorities; if priorities are equal, the IP addresses are compared to select the DR.
3. **Statement C: The receiver DR sends PIM join and PIM prune messages from the receiver network toward the RP.**
- Correct. In PIM-SM, the DR on the receiver's local network sends PIM Join messages toward the RP to join the multicast distribution tree. Similarly, it sends PIM Prune messages to leave the tree when there are no interested receivers.
4. **Statement D: By default, PIM DR election is performed on point-to-point links.**
- Incorrect. By default, PIM DR election is performed on multi-access networks (e.g., Ethernet). On point-to-point links, there is no need for a DR election as there are only two routers involved.
**Conclusion**:
The correct statements regarding the PIM DR in a PIM-SM domain are:
**A. The source DR sends PIM register messages from the source network to the RP.**
**C. The receiver DR sends PIM join and PIM prune messages from the receiver network toward the RP.**
**References**:
- Juniper Networks Documentation on PIM-SM: [PIM-SM Overview](https://www.juniper.net/documentation/en_US/junos/topics/concept/pim-sparse-mode-overview.html)
- RFC 7761, Protocol Independent Multicast - Sparse Mode (PIM-SM): [RFC 7761](https://tools.ietf.org/html/rfc7761) which details the PIM-SM protocol, including DR roles and election procedures.
Which two EVPN route types are used to advertise a multihomed Ethernet segment? (Choose two )
Type 1
Type 3
Type 4
Type 2
EVPN is a solution that provides Ethernet multipoint services over MPLS networks. EVPN uses BGP to distribute endpoint provisioning information and set up pseudowires between PE devices. EVPN uses different route types to convey different information in the control plane. The following are the main EVPN route types:
Type 1 - Ethernet Auto-Discovery Route: This route type is used for network-wide messaging and discovery of other PE devices that are part of the same EVPN instance. It also carries information about the redundancy mode and load balancing algorithm of the PE devices.
Type 2 - MAC/IP Advertisement Route: This route type is used for MAC and IP address learning and advertisement between PE devices. It also carries information about the Ethernet segment identifier (ESI) and the label for forwarding traffic to the MAC or IP address.
Type 3 - Inclusive Multicast Ethernet Tag Route: This route type is used for broadcast, unknown unicast, and multicast (BUM) traffic forwarding. It also carries information about the multicast group and the label for forwarding BUM traffic.
Type 4 - Ethernet Segment Route: This route type is used for multihoming scenarios, where a CE device is connected to more than one PE device. It also carries information about the ESI and the designated forwarder (DF) election process.
Exhibit

Referring to the exhibit, which two statements are true? (Choose two.)
This route is learned through EBGP
This is an EVPN Type-2 route.
The device advertising this route into EVPN is 192.168.101.5.
The devices advertising this route into EVPN are 10 0 2 12 and 10.0.2.22.
This is an EVPN Type-2 route, also called a MAC/IP advertisement route, that is used to advertise host IP and MAC address information to other VTEPs in an EVPN network. The route type field in the EVPN NLRI has a value of 2, indicating a Type-2 route. The device advertising this route into EVPN is 192.168.101.5, which is the IP address of the VTEP that learned the host information from the local CE device. This IP address is carried in the MPLS label field of the route as part of the VXLAN encapsulation.
Exhibit

You want Site 1 to access three VLANs that are located in Site 2 and Site 3 The customer-facing interface on the PE-1 router is configured for Ethernet-VLAN encapsulation.
What is the minimum number of L2VPN routing instances to be configured to accomplish this task?
1
3
2
6
To allow Site 1 to access three VLANs that are located in Site 2 and Site 3, you need to configure three L2VPN routing instances on PE-1, one for each VLAN. Each L2VPN routing instance will have a different VLAN ID and a different VNI for VXLAN encapsulation. Each L2VPN routing instance will also have a different vrf-target export value to identify which VPN routes belong to which VLAN. This way, PE-1 can forward traffic from Site 1 to Site 2 and Site 3 based on the VLAN tags and VNIs.
Exhibit

Referring to the exhibit, you must provide Internet access for VPN-A using CE-1 as the hub CE.
Which two statements are correct in this situation? (Choose two.)
You must use RIB groups to leak routes between the inet. o and vpn-a. inet. o tables.
RIB groups are not needed to leak routes between the inet. 0 and VPN—A. inet. 0 tables,
Internet traffic from Site 2 takes the path of PE-2 -> PE-1 -> GW-1.
Internet traffic from Site 2 takes the path of PE-2 -> PE-1 -> CE-1 -> PE-1 -> GW-1.
When using OSPFv3 for an IPv4 environment, which statement is correct?
OSPFv3 only supports IPv4.
OSPFv3 supports both IPv6 and IPv4, but not in the same routing instance.
OSPFv3 is not backward compatible with IPv4
OSPFv3 supports IPv4 only on interfaces with family inet6 defined
Exhibit
user@Rl show configuration interpolated-profile { interpolate {
fill-level [ 50 75 drop—probability [ > }
class-of-service drop-profiles
];
20 60 ];
Which two statements are correct about the class-of-service configuration shown in the exhibit? (Choose two.)
The drop probability jumps immediately from 20% to 60% when the queue level reaches 75% full.
The drop probability gradually increases from 20% to 60% as the queue level increases from 50% full to 75% full
To use this drop profile, you reference it in a scheduler.
To use this drop profile, you apply it directly to an interface.
class-of-service (CoS) is a feature that allows you to prioritize and manage network traffic based on various criteria, such as application type, user group, or packet loss priority. CoS uses different components to classify, mark, queue, schedule, shape, and drop traffic according to the configured policies.
One of the components of CoS is drop profiles, which define how packets are dropped when a queue is congested. Drop profiles use random early detection (RED) algorithm to drop packets randomly before the queue is full, which helps to avoid global synchronization and improve network performance. Drop profiles can be discrete or interpolated. A discrete drop profile maps a specific fill level of a queue to a specific drop probability. An interpolated drop profile maps a range of fill levels of a queue to a range of drop probabilities and interpolates the values in between.
In the exhibit, we can see that the class-of-service configuration shows an interpolated drop profile with two fill levels (50 and 75) and two drop probabilities (20 and 60). Based on this configuration, we can infer the following statements:
The drop probability jumps immediately from 20% to 60% when the queue level reaches 75% full. This is not correct because the drop profile is interpolated, not discrete. This means that the drop probability gradually increases from 20% to 60% as the queue level increases from 50% full to 75% full. The drop probability for any fill level between 50% and 75% can be calculated by using linear interpolation formula.
The drop probability gradually increases from 20% to 60% as the queue level increases from 50% full to 75% full. This is correct because the drop profile is interpolated and uses linear interpolation formula to calculate the drop probability for any fill level between 50% and 75%. For example, if the fill level is 60%, the drop probability is 28%, which is calculated by using the formula: (60 - 50) / (75 - 50) * (60 - 20) + 20 = 28.
To use this drop profile, you reference it in a scheduler. This is correct because a scheduler is a component of CoS that determines how packets are dequeued from different queues and transmitted on an interface. A scheduler can reference a drop profile by using the random-detect statement under the [edit class-of-service schedulers] hierarchy level. For example: scheduler test { transmit-rate percent 10; buffer-size percent 10; random-detect test-profile; }
To use this drop profile, you apply it directly to an interface. This is not correct because a drop profile cannot be applied directly to an interface. A drop profile can only be referenced by a scheduler, which can be applied to an interface by using the scheduler-map statement under the [edit class-of-service interfaces] hierarchy level. For example: interfaces ge-0/0/0 { unit 0 { scheduler-map test-map; } }

Click the Exhibit button.
You are troubleshooting an issue for a customer site that uses 10.10.0.0/24 in AS 65224, but you see another AS in the AS path.
Referring to the exhibit, what is the cause of the problem?
AS 65000 is pre-pending AS 65137 to route advertisements.
The local AS is receiving two equal cost routes to 10.10.0.0/24.
The local AS is in the process of withdrawing the route from AS 65137.
AS 65137 is advertising the 10.10.0.0/24 prefix.
You are configuring a BGP signaled Layer 2 VPN across your MPLS enabled core network. In this scenario, which statement is correct?
You must assign a unique site number to each attached site's configuration.
This type of VPN only supports Ethernet interfaces when connecting to CE devices.
This type of VPN requires the support of the inet-vpn NLRI on all core BGP devices
You must use the same route-distinguiaher value on both PE devices.
Which two statements about IS-IS are correct? (Choose two.)
CSNPs are flooded periodically.
PSNPs are flooded periodically.
PSNPs contain only descriptions of LSPs.
CSNPs contain only descriptions of LSPs.
Option A (Correct):
Complete Sequence Number PDUs (CSNPs) are periodically flooded by the Designated Intermediate System (DIS) on multi-access networks (e.g., Ethernet).
This ensures all routers on the segment synchronize their Link-State Databases (LSDBs).

Click the Exhibit button.
Referring to the exhibit, the PE-to-CE protocol being used is OSPF for the L3VPN. Also, there is an OSPF neighborship between CE-1 and CE-2.
Which statement is correct in this situation?
You must set a high metric on the CE-1 to CE-2 link for hosts at Site-1 to use the L3VPN to reach hosts at Site-2.
Hosts at Site-1 will reach hosts at Site-2 through the CE-1 and CE-2 link by default.
Hosts at Site-1 will reach hosts at Site-2 through the L3VPN by default.
You must set a high metric on the CE-1 to PE-1 link for hosts at Site-1 to use the CE-1 to CE-2 link to reach hosts at Site-2.
In the exhibit, the PE-to-CE protocol used is OSPF, and there is an OSPF neighborship between CE-1 and CE-2 within the same Area 0. Let's analyze the default OSPF routing behavior in this setup to determine the correct statement.
1. **OSPF Neighborship**:
- CE-1 and CE-2 have an OSPF neighborship directly within Area 0.
- OSPF prefers intra-area routes over inter-area and external routes.
2. **Default Routing Behavior**:
- Since CE-1 and CE-2 are directly connected through an OSPF link within the same area, OSPF will prefer this direct intra-area path over any other paths learned via the PE routers and the L3VPN.
- This is because intra-area routes have a lower metric compared to inter-area or external routes.
3. **Metric Considerations**:
- By default, OSPF will route traffic between Site-1 and Site-2 through the direct link between CE-1 and CE-2, unless the link's metric is artificially increased to make it less preferable.
- There is no need to adjust metrics for the CE-1 to PE-1 link to prefer the CE-1 to CE-2 path, as OSPF already prefers direct intra-area paths.
**Conclusion**:
Given the default behavior of OSPF and the topology shown in the exhibit, the correct statement is:
**B. Hosts at Site-1 will reach hosts at Site-2 through the CE-1 and CE-2 link by default.**
**References**:
- OSPF Design Guide: [Juniper Networks OSPF Design Guide](https://www.juniper.net/documentation/en_US/junos/topics/concept/ospf-design-overview.html)
- Juniper Networks Technical Documentation on OSPF: [Junos OS OSPF Configuration Guide](https://www.juniper.net/documentation/en_US/junos/topics/concept/ospf-routing-overview.html)
Which three statements about IS-IS in a multi-area network are correct? (Choose three.)
Internal L1 PDUs are flooded to the local area's L2 routers.
External L2 PDUs are flooded to all L2 routers in other areas.
Internal L1 PDUs are flooded to all L1 routers in other areas.
Internal L1 PDUs are only flooded to the local area's L1 routers.
External L2 PDUs are only flooded to the local area's L2 routers.
Intermediate System to Intermediate System (IS-IS) is a link-state routing protocol designed to move information efficiently within a computer network, a group of physically connected computers or similar devices. It operates in two levels, Level 1 (L1) and Level 2 (L2), and supports hierarchical routing within a multi-area network.
Let's analyze each statement to determine its correctness in the context of IS-IS multi-area networks.
1. **Statement A: Internal L1 PDUs are flooded to the local area's L2 routers.**
- This statement is correct. L1 PDUs (Protocol Data Units) are flooded within the L1 area and also to the L2 routers that are present in the same area. These L2 routers act as the boundary routers that connect the local L1 area to other L1 areas via L2.
2. **Statement B: External L2 PDUs are flooded to all L2 routers in other areas.**
- This statement is correct. L2 PDUs are flooded throughout the entire L2 backbone, which includes all L2 routers in different areas. This ensures that inter-area routing information is shared across the network.
3. **Statement C: Internal L1 PDUs are flooded to all L1 routers in other areas.**
- This statement is incorrect. Internal L1 PDUs are only flooded within the local L1 area. They do not cross L1 area boundaries; inter-area communication is handled by L2 routers.
4. **Statement D: Internal L1 PDUs are only flooded to the local area's L1 routers.**
- This statement is correct. Internal L1 PDUs are indeed only flooded within their local L1 area, and do not go beyond it.
5. **Statement E: External L2 PDUs are only flooded to the local area's L2 routers.**
- This statement is incorrect. External L2 PDUs are flooded to all L2 routers throughout the IS-IS network, not just to those in the local area. This allows L2 routers to maintain a complete map of the network's topology.
**Conclusion**:
Given the analysis, the correct answers are:
**A. Internal L1 PDUs are flooded to the local area's L2 routers.**
**B. External L2 PDUs are flooded to all L2 routers in other areas.**
**D. Internal L1 PDUs are only flooded to the local area's L1 routers.**
**References**:
- Juniper Networks Documentation on IS-IS: [IS-IS Overview](https://www.juniper.net/documentation/en_US/junos/topics/concept/is-is-routing-overview.html)
- RFC 1195, Use of OSI IS-IS for Routing in TCP/IP and Dual Environments: [RFC 1195](https://tools.ietf.org/html/rfc1195) which details the operation of IS-IS in multi-area networks.
Exhibit

The environment is using BGP All devices are in the same AS with reachability redundancy Referring to the exhibit, which statement is correct?
RR1 is peered to Client2 and RR2
RR2 is in an OpenConfirm State until RR1 becomes unreachable.
Client1 is peered to Client2 and Client3.
Peering is dynamically discovered between all devices.
BGP route reflectors are BGP routers that are allowed to ignore the IBGP loop avoidance rule and advertise IBGP learned routes to other IBGP peers under specific conditions. BGP route reflectors can reduce the number of IBGP sessions and updates in a network by eliminating the need for a full mesh of IBGP peers. BGP route reflectors can have three types of peerings:
EBGP neighbor: A BGP router that belongs to a different autonomous system (AS) than the route reflector.
IBGP client neighbor: An IBGP router that receives reflected routes from the route reflector. A client does not need to peer with other clients or non-clients.
IBGP non-client neighbor: An IBGP router that does not receive reflected routes from the route reflector. A non-client needs to peer with other non-clients and the route reflector.
In the exhibit, we can see that RR1 and RR2 are route reflectors in the same AS with reachability redundancy. They have two types of peerings: EBGP neighbors (R1 and R4) and IBGP client neighbors (Client1, Client2, and Client3). RR1 and RR2 are also peered with each other as IBGP non-client neighbors.
Exhibit

Which two statements are true about the OSPF adjacency displayed in the exhibit? (Choose two.)
There is a mismatch in the hello interval parameter between routers R1 and R2
There is a mismatch in the dead interval parameter between routers R1 and R2.
There is a mismatch in the OSPF hold timer parameter between routers R1 and R2.
There is a mismatch in the poll interval parameter between routers R1 and R2.
The hello interval is the time interval between two consecutive hello packets sent by an OSPF router on an interface. The dead interval is the time interval after which a neighbor is declared down if no hello packets are received from it. These parameters must match between two OSPF routers for them to form an adjacency. In the exhibit, router R1 has a hello interval of 10 seconds and a dead interval of 40 seconds, while router R2 has a hello interval of 30 seconds and a dead interval of 120 seconds. This causes a mismatch and prevents them from becoming neighbors23.
Exhibit.


Referring to the exhibit, what must be changed to establish a Level 1 adjacency between routers R1 and R2?
Change the level l disable parameter under the R1 protocols isis interface lo0.0 hierarchy to the level 2 disable parameter.
Add IP addresses to the interface ge-1/2/3 unit 0 family iso hierarchy on both R1 and R2.
Remove the level 1 disable parameter under the R2 protocols isis interface lo0.0 configuration hierarchy.
Change the level 1 disable parameter under the R2 protocols isis interface ge-l/2/3.0 hierarchy to the level 2 disable parameter.
Exhibit

A network is using IS-IS for routing.
In this scenario, why are there two TLVs shown in the exhibit?
There are both narrow and wide metric devices in the topology
The interface specified a metric of 100 for L2.
Wide metrics have specifically been requested
Both IPv4 and IPv6 are being used in the topology
TLVs are tuples of (Type, Length, Value) that can be advertised in IS-IS packets. TLVs can carry different kinds of information in the Link State Packets (LSPs). IS-IS supports both narrow and wide metrics for link costs. Narrow metrics use a single octet to encode the link cost, while wide metrics use three octets. Narrow metrics have a maximum value of 63, while wide metrics have a maximum value of 16777215. If there are both narrow and wide metric devices in the topology, IS-IS will advertise two TLVs for each link: one with the narrow metric and one with the wide metric. This allows backward compatibility with older devices that only support narrow metrics12.
Exhibit

You are asked to exchange routes between R1 and R4 as shown in the exhibit. These two routers use the same AS number Which two steps will accomplish this task? (Choose two.)
Configure the BGP group with the advertise-peer-as parameter on R1 and R4.
Configure the BGP group with the as-override parameter on R2 and R3
Configure the BGP group with the advertise-peer-as parameter on R2 and R3.
Configure the BGP group with the as-override parameter on R1 and R4
https://www.juniper.net/documentation/us/en/software/junos/routing-policy/bgp/topics/example/bgp-advertise-peer-as.html
Exhibit

You have MAC addresses moving in your EVPN environment
Referring to the exhibit, which two statements are correct about the sequence number? (Choose two)
It identifies MAC addresses that should be discarded.
It resolves conflicting MAC address ownership claims.
It helps the local PE to identify the latest advertisement.
It is advertised using a Type 2 message
In an EVPN (Ethernet Virtual Private Network) environment, MAC address mobility is a critical feature that allows devices to move across different locations while ensuring the network consistently tracks their MAC addresses. Let’s break down the components in the exhibit and analyze the correct statements.
Understanding MAC Mobility and Sequence Numbers in EVPN
In EVPN, MAC mobility is managed through sequence numbers that are included in Type 2 MAC/IP advertisements.
The sequence number tracks MAC movement events and is used to determine the most recent update when a MAC address appears on different PEs (Provider Edge devices).
When a MAC address moves between locations, the EVPN PEs increment the sequence number and advertise it to resolve conflicts and determine which PE has the most up-to-date information.
Now, Let’s Review the Options:
✅ C. It helps the local PE to identify the latest advertisement.
Correct:The sequence number plays a key role in resolving MAC address conflicts. If multiple PEs advertise the same MAC address, the PE compares the sequence numbers to determine which update is the latest.
A higher sequence number indicates a more recent MAC update.
✅ D. It is advertised using a Type 2 message.
Correct:EVPN MAC/IP advertisements use BGP EVPN Type 2 messages to carry MAC addresses, IP addresses (optional), and their associated sequence numbers.
Type 2 advertisements are used to track MAC mobility and IP reachability information in the EVPN.
Why the Other Options Are Incorrect:
❌ A. It identifies MAC addresses that should be discarded.
Incorrect:The sequence number doesn’t identify MAC addresses that need to be discarded.Instead, it resolves conflicts by determining the most recent MAC address advertisement based on the highest sequence number.
❌ B. It resolves conflicting MAC address ownership claims.
Partially true, but misleading:While it’s true that sequence numbers are used in conflict resolution, the sequence number itself doesn’t directly resolve ownership claims. It only helps determine which advertisement is more recent. The actual conflict resolution happens through the comparison of the advertisements and sequence numbers.
Final Answer:
✅ C. It helps the local PE to identify the latest advertisement.
✅ D. It is advertised using a Type 2 message.
Reference from Juniper Documentation:
Juniper EVPN Configuration Guide:
"In EVPN MAC/IP advertisements, sequence numbers track the mobility of MAC addresses and are used to resolve conflicts when the same MAC address is advertised by multiple PEs. The PE with the higher sequence number has the most recent information."
???? Juniper BGP EVPN Mobility Documentation
By default, which statement is correct about OSPF summary LSAs?
All Type 2 and Type 7 LSAs will be summanzed into a single Type 5 LSA
The area-range command must be installed on all routers.
Type 3 LSAs are advertised for routes in Type 1 LSAs.
The metric associated with a summary route will be equal to the lowest metric associated with an individual contributing route
OSPF uses different types of LSAs to describe different aspects of the network topology. Type 1 LSAs are also known as router LSAs, and they describe the links and interfaces of a router within an area. Type 3 LSAs are also known as summary LSAs, and they describe routes to networks outside an area but within the same autonomous system (AS). By default, OSPF will summarize routes from Type 1 LSAs into Type 3 LSAs when advertising them across area boundaries .
Exhibit

Click the Exhibit button-Referring to the exhibit, which two statements are correct about BGP routes on R3 that are learned from the ISP-A neighbor? (Choose two.)
By default, the next-hop value for these routes is not changed by ISP-A before being sent to R3.
The BGP local-preference value that is used by ISP-A is not advertised to R3.
All BGP attribute values must be removed before receiving the routes.
The next-hop value for these routes is changed by ISP-A before being sent to R3.
Analyzing the Exhibit
The diagram represents BGP peering between:
AS 65512 (Enterprise Network)
AS 65511 (ISP-A)
R3 and R4 are peering with ISP-A using EBGP.
R1, R2, R3, and R4 are peering within AS 65512 using IBGP.
Understanding BGP Route Behavior
Option A: "By default, the next-hop value for these routes is not changed by ISP-A before being sent to R3." ❌
Incorrect!
EBGP behavior: When a BGP route is advertised via EBGP, the next-hop IP is changed to the router's own IP by default.
Since ISP-A is advertising routes via EBGP to R3, the next-hop is changed to ISP-A’s IP.
Thus, this statement is incorrect.
Option B: "The BGP local-preference value that is used by ISP-A is not advertised to R3." ✅
Correct!
BGP Local Preference (LOCAL_PREF) is an IBGP-only attribute.
Local Preference is NOT shared over EBGP because it is used within an AS to influence route selection.
ISP-A will not send LOCAL_PREF to R3, as R3 is in a different AS.
Thus, this statement is correct.
Option C: "All BGP attribute values must be removed before receiving the routes." ❌
Incorrect!
BGP does not remove all attributes when advertising routes. Some attributes are modified (e.g., next-hop, AS-PATH), but others (like MED, community) may be preserved.
Thus, this statement is incorrect.
Option D: "The next-hop value for these routes is changed by ISP-A before being sent to R3." ✅
Correct!
As per default EBGP behavior, the next-hop is changed when a route is advertised to an EBGP peer.
This means ISP-A changes the next-hop to its own IP before sending it to R3.
Thus, this statement is correct.
Final Answer:
✅ B. The BGP local-preference value that is used by ISP-A is not advertised to R3.
✅ D. The next-hop value for these routes is changed by ISP-A before being sent to R3.
Verification from Juniper Documentation:
Juniper BGP Configuration Guide confirms that LOCAL_PREF is not advertised over EBGP.
RFC 4271 (BGP-4) specifies that next-hop is changed by default when advertising routes via EBGP.

Click the Exhibit hutton.
You are configuring an interprovider Option C Layer 3 VPN to connect two customer sites.
Referring to the exhibit, which three statements are correct? (Choose three.)
ASBR routers maintain the internal routes from its own AS and the loopback addresses from the other AS PEs.
PE routers maintain the internal routes from its own AS, the loopback address from the other AS PEs, and the L3VPN routes.
P routers only maintain the internal routes from their own AS.
P routers maintain the internal routes from its own AS and the loopback address from the other AS PEs.
ASBR routers maintain the internal routes from its own AS, the loopback address from the other AS PEs, and the L3VPN routes.
Interprovider Option C for Layer 3 VPNs involves the use of Autonomous System Boundary Routers (ASBRs) to exchange labeled VPN-IPv4 routes between different Autonomous Systems (AS). This option requires BGP sessions between ASBRs, and the VPN routes are carried end-to-end using MPLS labels. Here’s a detailed analysis of the roles of different routers in this scenario:
1. **ASBR Routers**:
- ASBRs are responsible for exchanging VPN-IPv4 routes between different ASes.
- **A. ASBR routers maintain the internal routes from its own AS and the loopback addresses from the other AS PEs.**
- Correct. ASBRs maintain routes to internal destinations within their own AS, and they also need to know the loopback addresses of PEs in the other AS to set up the BGP sessions and MPLS tunnels.
2. **PE Routers**:
- PE routers are responsible for maintaining VPN routes and label information to forward VPN traffic correctly.
- **B. PE routers maintain the internal routes from its own AS, the loopback address from the other AS PEs, and the L3VPN routes.**
- Correct. PE routers need to maintain:
- Internal routes within their AS for routing.
- Loopback addresses of other AS PEs for establishing MPLS LSPs.
- L3VPN routes to provide end-to-end VPN connectivity.
3. **P Routers**:
- P routers are the core routers that do not participate in BGP VPN routing but forward labeled packets based on MPLS labels.
- **C. P routers only maintain the internal routes from their own AS.**
- Correct. P routers maintain the internal routing information to forward packets within the AS and use MPLS labels for forwarding VPN packets. They do not maintain VPN routes or routes from other ASes.
4. **Incorrect Statements**:
- **D. P routers maintain the internal routes from its own AS and the loopback address from the other AS PEs.**
- Incorrect. P routers do not need to maintain the loopback addresses of other AS PEs. They only maintain internal routing and MPLS label information.
- **E. ASBR routers maintain the internal routes from its own AS, the loopback address from the other AS PEs, and the L3VPN routes.**
- Incorrect. ASBR routers do not maintain L3VPN routes. They exchange labeled VPN-IPv4 routes with other ASBRs and forward them to PE routers.
**Conclusion**:
The correct answers are:
**A. ASBR routers maintain the internal routes from its own AS and the loopback addresses from the other AS PEs.**
**B. PE routers maintain the internal routes from its own AS, the loopback address from the other AS PEs, and the L3VPN routes.**
**C. P routers only maintain the internal routes from their own AS.**
**References**:
- Juniper Networks Documentation on Interprovider VPNs: [Interprovider VPN Configuration](https://www.juniper.net/documentation/en_US/junos/topics/topic-map/mpls-vpn-interprovider.html)
- MPLS and VPN Architectures, CCIP Edition by Ivan Pepelnjak and Jim Guichard
Refer to the Exhibit:

A network designer would like to advertise a single summary route from R4 to IS-IS level 2 neighbors as shown in the exhibit, but the configuration is not working.
Which three configuration changes will accomplish this task? (Choose three.)
delete protocols isis export summary-v6
set protocols isis import summary-v6
delete policy-options policy-statement summary-v6 term DC-routes from route-filter 2001:db5:a:fa00::/61 longer
set policy-options policy-statement summary-v6 term DC-routes from route-filter 2001:dbS:a:fa00::/6l exact
set policy-options policy-statement summary-v6 term suppress then reject
You have an L2VPN connecting two CEs across a provider network that runs OSPF. You have OSPF configured on both CEs.
Which two statements are correct in this scenario? (Choose two.)
OSPF neighborship is formed between the CEs and PEs.
The CE and PE OSPF areas can be different.
The CE and PE OSPF areas must match.
OSPF neighborship is formed between the two CEs.
In an L2VPN scenario, the provider network connects two customer edge (CE) devices across a Layer 2 virtual private network. Let's analyze how OSPF operates in this setup.
1. **OSPF Neighborship in L2VPN**:
- An L2VPN provides a Layer 2 connection between two sites, making it transparent to Layer 3 protocols like OSPF. This means the CEs can form OSPF adjacencies directly with each other as if they were on the same local network.
2. **OSPF Configuration on CEs and PEs**:
- **Statement A: OSPF neighborship is formed between the CEs and PEs**:
- Incorrect. In an L2VPN, the provider's network is transparent to the OSPF running on the CEs. OSPF neighborship forms directly between the CEs, not between the CEs and PEs.
- **Statement B: The CE and PE OSPF areas can be different**:
- Correct. Since OSPF adjacencies form directly between the CEs and not between CEs and PEs, the OSPF areas on the CEs and PEs can be different. The provider network acts as a transparent bridge, and OSPF doesn't see the PEs.
- **Statement C: The CE and PE OSPF areas must match**:
- Incorrect. As noted above, because the OSPF neighborship forms directly between the CEs, the OSPF areas on the CEs and PEs do not need to match.
- **Statement D: OSPF neighborship is formed between the two CEs**:
- Correct. The L2VPN makes the connection between the two CEs appear as a direct Layer 2 link, allowing them to form an OSPF adjacency directly.
**Conclusion**:
Given the above analysis, the correct statements are:
**B. The CE and PE OSPF areas can be different.**
**D. OSPF neighborship is formed between the two CEs.**
**References**:
- Juniper Networks Documentation on L2VPNs: [Configuring Layer 2 VPNs](https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/layer-2-vpns-configuring.html)
- OSPF Configuration Guide: [Junos OS OSPF Configuration](https://www.juniper.net/documentation/en_US/junos/topics/concept/ospf-routing-overview.html)
Exhibit

Referring to the exhibit, CE-1 is providing NAT services for the hosts at Site 1 and you must provide Internet access for those hosts
Which two statements are correct in this scenario? (Choose two.)
You must configure a static route in the main routing instance for the 10 1 2.0/24 prefix that uses the VPN-A.inet.0 table as the next hop
You must configure a static route in the main routing instance for the 203.0.113.1/32 prefix that uses the VPN-A.inet.0 table as the next hop.
You must configure a RIB group on PE-1 to leak a default route from the inet.0 table to the VPN-A.inet.0 table.
You must configure a RIB group on PE-1 to leak the 10 1 2.0/24 prefix from the VPN-A.inet.0 table to the inet.0 table.
TESTED 22 Aug 2026
