Real JN0-664 Exam Questions are the Best Preparation Material Practice on 2024 LATEST JN0-664 Exam Updated 95 Questions As a JNCIP-SP certified professional, you will be able to demonstrate your expertise in the field of service provider networking technologies. Service Provider, Professional (JNCIP-SP) certification is highly respected in the industry and is recognized by many organizations globally. [...]

Real JN0-664 Exam Questions are the Best Preparation Material [Q15-Q40]

Share

Real JN0-664 Exam Questions are the Best Preparation Material

Practice on 2024 LATEST JN0-664 Exam Updated 95 Questions


As a JNCIP-SP certified professional, you will be able to demonstrate your expertise in the field of service provider networking technologies. Service Provider, Professional (JNCIP-SP) certification is highly respected in the industry and is recognized by many organizations globally. It can open up new career opportunities for you and help you advance your career.

 

NEW QUESTION # 15
In IS-IS, which two statements are correct about the designated intermediate system (DIS) on a multi-access network segment? (Choose two)

  • A. On the multi-access network, each router only forms an adjacency to the DIS.
  • B. A router with a priority of 1 wins the DIS election over a router with a priority of 10.
  • C. On the multi-access network, each router forms an adjacency to every other router on the segment
  • D. A router with a priority of 10 wins the DIS election over a router with a priority of 1.

Answer: A,D

Explanation:
In IS-IS, a designated intermediate system (DIS) is a router that is elected on a multi-access network segment (such as Ethernet) to perform some functions on behalf of other routers on the same segment. A DIS is responsible for sending network link-state advertisements (LSPs), which describe all the routers attached to the network. These LSPs are flooded throughout a single area. A DIS also generates pseudonode LSPs, which represent the multi-access network as a single node in the link-state database. A DIS election is based on the priority value configured on each router's interface connected to the multi-access network. The priority value ranges from 0 to 127, with higher values indicating higher priority. The router with the highest priority becomes the DIS for the area (Level 1, Level 2, or both). If routers have the same priority, then the router with the highest MAC address is elected as the DIS. By default, routers have a priority value of 64. On a multi-access network, each router only forms an adjacency to the DIS, not to every other router on the segment. This reduces the amount of hello packets and LSP


NEW QUESTION # 16
Exhibit

You are examining an L3VPN route that includes the information shown in the exhibit Which statement is correct in this scenario?

  • A. The information shows a Type 1 route distinguisher.
  • B. The information shows a route target
  • C. The information shows a Type 0 route distinguisher
  • D. The information shows a Type 2 route distinguisher.

Answer: A

Explanation:
Type 1: When Type value is 1, the Administrator field is 4-bytes and Assigned Number field is 2-bytes. The Administrator field should be set to the IP address (public IP addresses should be used). The Assigned Number field contains a number from a numbering space that is administered by the enterprise to which the IP address has been assigned by the appropriate authority.


NEW QUESTION # 17
Referring to the exhibit, which path would traffic passing through R1 take to get to R4?

  • A. R1 -> R3 -> R4
  • B. R1 -> R4
  • C. R1 -> R2 -> R4
  • D. R1 -> R2 -> R3 -> R4

Answer: C


NEW QUESTION # 18
Referring to the exhibit, which statement is correct?

  • A. The vrf-target configuration will stop routes from being shared between CE-1 and CE-2.
  • B. The route-distinguisher configuration will stop routes from being shared between CE-1 and CE-2.
  • C. The vrf-target configuration will allow routes to be shared between CE-1 and CE-2.
  • D. The route-distinguisher configuration will allow overlapping routes to be shared between CE-1 and CE-2.

Answer: C


NEW QUESTION # 19
Which two statements are correct about reflecting inet-vpn unicast prefixes in BGP route reflection? (Choose two.)

  • A. Route reflectors do not change any existing BGP attributes by default when advertising routes.
  • B. Route reflectors add their cluster ID to the AS path when readvertising client routes.
  • C. Clients add their originator ID when advertising routes to their route reflector
  • D. A BGP peer does not require any configuration changes to become a route reflector client.

Answer: A,D

Explanation:
Route reflection is a BGP feature that allows a router to reflect routes learned from one IBGP peer to another IBGP peer, without requiring a full-mesh IBGP topology. Route reflectors do not change any existing BGP attributes by default when advertising routes, unless explicitly configured to do so. A BGP peer does not require any configuration changes to become a route reflector client, only the route reflector needs to be configured with the client parameter under [edit protocols bgp group group-name neighbor neighbor-address] hierarchy level.


NEW QUESTION # 20
Referring to the exhibit, which three statements are correct about route 10.0.0.0/16 when using the default BGP advertisement rules? (Choose three.)

  • A. R4 will advertise 10.0.0.0/16 to R6 with 172.16.1.1 as the next hop.
  • B. R1 will prepend AS 65531 when advertising 10.0.0.0/16 to R2.
  • C. R1 will advertise 10.0.0.0/16 to R2 with 192.168.1.1 as the next hop.
  • D. R2 will advertise 10.0.0.0/16 to R4 with 172.16.1.1 as the next hop.
  • E. R2 will advertise 10.0.0.0/16 to R3 with 192.168.1.1 as the next hop.

Answer: A,C,D

Explanation:
B is incorrect, as an BGP router cannot send an IBGP route out to another IBGP peer (unless its configured as a route-reflector).
D is incorrect as the AS Path attribute only gets prepended when advertising over EBGP peerings.


NEW QUESTION # 21
You are configuring a BGP signaled Layer 2 VPN across your MPLS enabled core network. Your PE-2 device connects to two sites within the s VPN In this scenario, which statement is correct?

  • A. You must use separate physical interfaces to connect PE-2 to each site.
  • B. By default on PE-2, the remote site IDs are automatically assigned based on the order that you add the interfaces to the site configuration.
  • C. By default on PE-2, the site's local ID is automatically assigned a value of 0 and must be configured to match the total number of attached sites.
  • D. You must create a unique Layer 2 VPN routing instance for each site on the PE-2 device.

Answer: B

Explanation:
BGP Layer 2 VPNs use BGP to distribute endpoint provisioning information and set up pseudowires between PE devices. BGP uses the Layer 2 VPN (L2VPN) Routing Information Base (RIB) to store endpoint provisioning information, which is updated each time any Layer 2 virtual forwarding instance (VFI) is configured. The prefix and path information is stored in the L2VPN database, which allows BGP to make decisions about the best path.
In BGP Layer 2 VPNs, each site has a unique site ID that identifies it within a VFI. The site ID can be manually configured or automatically assigned by the PE device. By default, the site ID is automatically assigned based on the order that you add the interfaces to the site configuration. The first interface added to a site configuration has a site ID of 1, the second interface added has a site ID of 2, and so on.
Option D is correct because by default on PE-2, the remote site IDs are automatically assigned based on the order that you add the interfaces to the site configuration. Option A is not correct because by default on PE-2, the site's local ID is automatically assigned a value of 0 and does not need to be configured to match the total number of attached sites. Option B is not correct because you do not need to create a unique Layer 2 VPN routing instance for each site on the PE-2 device. You can create one routing instance for all sites within a VFI. Option C is not correct because you do not need to use separate physical interfaces to connect PE-2 to each site. You can use subinterfaces or service instances on a single physical interface.


NEW QUESTION # 22
When building an interprovider VPN, you notice on the PE router that you have hidden routes which are received from your BGP peer with family inet labeled-unica3t configured.
Which parameter must you configure to solve this problem?

  • A. Under the family inet labeled-unicast hierarchy, add the explicit null parameter.
  • B. Under the protocols ospf hierarchy, add the traffic-engineering parameter.
  • C. Under the protocols mpls hierarchy, add the traffic-engineering parameter
  • D. Under the family inet labeled-unicast hierarchy, add the resolve-vpn parameter.

Answer: D

Explanation:
Explanation
The resolve-vpn parameter is a BGP option that allows a router to resolve labeled VPN-IPv4 routes using unlabeled IPv4 routes received from another BGP peer with family inet labeled-unicast configured. This option enables interprovider VPNs without requiring MPLS labels between ASBRs or using VRF tables on ASBRs. In this scenario, you need to configure the resolve-vpn parameter under [edit protocols bgp group external family inet labeled-unicast] hierarchy level on both ASBRs.


NEW QUESTION # 23
You are configuring schedulers to define the class-of-service properties of output queues. You want to control packet drops during periods of congestion.
In this scenario, which CoS configuration parameter would be used to accomplish this task?

  • A. priority
  • B. drop profile
  • C. buffer size
  • D. shaping rate

Answer: B


NEW QUESTION # 24
Exhibit

The network shown in the exhibit is based on IS-IS
Which statement is correct in this scenario?

  • A. The area address is two bytes.
  • B. The system IDofR1_2 is 192.168.16.1
  • C. The NSEL byte for Area 0001 is 00.
  • D. The routers are using unnumbered interfaces

Answer: C

Explanation:
IS-IS is an interior gateway protocol that uses link-state routing to exchange routing information among routers within a single autonomous system. IS-IS uses two types of addresses to identify routers and areas:
system ID and area address. The system ID is a unique identifier for each router in an IS-IS domain. The system ID is 6 octets long and can be derived from the MAC address or manually configured. The area address is a variable-length identifier for each area in an IS-IS domain. The area address can be 1 to 13 octets long and is composed of high-order octets of the address. An IS-IS instance may be assigned multiple area addresses, which are considered synonymous. Multiple synonymous area addresses are useful when merging or splitting areas in the domain1. In this question, we have a network based on IS-IS with four routers (R1_1, R1_2, R2_1, and R2_2) belonging to area 0001. The area address for area 0001 is 49.0001. The NSEL byte for area 0001 is the last octet of the address, which is 01. The NSEL byte stands for Network Service Access Point Selector (NSAP Selector) and indicates the type of service requested from the network layer2. Therefore, the correct statement in this scenario is that the NSEL byte for area 0001 is 01.
References: 1:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_isis/configuration/xe-16/irs-xe-16-book/irs-ovrvw-cf.
2:
https://www.juniper.net/documentation/us/en/software/junos/is-is/topics/concept/is-is-routing-overview.html


NEW QUESTION # 25
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.)

  • A. To use this drop profile, you reference it in a scheduler.
  • B. The drop probability gradually increases from 20% to 60% as the queue level increases from 50% full to
    75% full
  • C. To use this drop profile, you apply it directly to an interface.
  • D. The drop probability jumps immediately from 20% to 60% when the queue level reaches 75% full.

Answer: A,B

Explanation:
Explanation
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; } }


NEW QUESTION # 26
Your network is receiving the 203.0.113.0/24 network using EBGP from AS 64500 and AS 64501.
Both of these advertisements have identical local-preference values, AS-path lengths, and BGP origin codes. You want to influence the way your AS sends traffic to the 203.0.113.0/24 network.
In this scenario, which attribute would you consider next when selecting the best path?

  • A. IGP metric
  • B. router ID
  • C. MED value
  • D. peer IP address

Answer: B

Explanation:
By default, the MED attribute is only compared for routes received from the same neighbouring AS.
The next feasible tiebreaker in the BGP route selection algorithm would be Router ID.


NEW QUESTION # 27
Referring to the exhibit, which two statements are true? (Choose two.)

  • A. This route is learned from two different AS numbers.
  • B. The multipath configuration is used for load balancing.
  • C. This route is learned from the same AS number.
  • D. The multihop configuration is used for load balancing.

Answer: B,C


NEW QUESTION # 28

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?

  • A. Hosts at Site-1 will reach hosts at Site-2 through the L3VPN by default.
  • B. Hosts at Site-1 will reach hosts at Site-2 through the CE-1 and CE-2 link by default.
  • C. 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.
  • D. 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.

Answer: B

Explanation:
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)


NEW QUESTION # 29
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.)

  • A. Configure the BGP group with the as-override parameter on R1 and R4
  • B. Configure the BGP group with the as-override parameter on R2 and R3
  • C. Configure the BGP group with the advertise-peer-as parameter on R1 and R4.
  • D. Configure the BGP group with the advertise-peer-as parameter on R2 and R3.

Answer: B,D


NEW QUESTION # 30
By default, which statement is correct about OSPF summary LSAs?

  • A. All Type 2 and Type 7 LSAs will be summanzed into a single Type 5 LSA
  • B. The area-range command must be installed on all routers.
  • C. The metric associated with a summary route will be equal to the lowest metric associated with an individual contributing route
  • D. Type 3 LSAs are advertised for routes in Type 1 LSAs.

Answer: D

Explanation:
Explanation
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 .


NEW QUESTION # 31
Exhibit

You want to implement the BGP Generalized TTL Security Mechanism (GTSM) on the network Which three statements are correct in this scenario? (Choose three)

  • A. BGP GTSM requires a firewall filter to discard packets with incorrect TTL.
  • B. BGP GTSM requires a TTL of 255 to be configured between neighbors.
  • C. You can implement BGP GTSM between R2 and R1.
  • D. You can implement BGP GTSM between R2, R3, and R4
  • E. BGP GTSM requires a TTL of 1 to be configured between neighbors.

Answer: A,B,C

Explanation:
https://www.juniper.net/documentation/us/en/software/junos/bgp/topics/ref/statement/multihop-edit-protocols-bg


NEW QUESTION # 32
Which two statements are correct about reflecting inet-vpn unicast prefixes in BGP route reflection? (Choose two.)

  • A. Clients add their originator ID when advertising routes to their route reflector.
  • B. Route reflectors do not change any existing BGP attributes by default when advertising routes.
  • C. Route reflectors add their cluster ID to the AS path when readvertising client routes.
  • D. A BGP peer does not require any configuration changes to become a route reflector client.

Answer: B,D


NEW QUESTION # 33
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?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: C

Explanation:
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.


NEW QUESTION # 34
Exhibit

Which two statements about the output shown in the exhibit are correct? (Choose two.)

  • A. The PE router has the capability to pop flow labels
  • B. The connection has not flapped since it was initiated.
  • C. There has been a VLAN ID mismatch.
  • D. The PE is attached to a single local site.

Answer: A,D

Explanation:
Explanation
According to 1 and 2, BGP Layer 2 VPNs use BGP to distribute endpoint provisioning information and set up pseudowires between PE devices. BGP uses the Layer 2 VPN (L2VPN) Routing Information Base (RIB) to store endpoint provisioning information, which is updated each time any Layer 2 virtual forwarding instance (VFI) is configured. The prefix and path information is stored in the L2VPN database, which allows BGP to make decisions about the best path.
In the output shown in the exhibit, we can see some information about the L2VPN RIB and the pseudowire state. Based on this information, we can infer the following statements:
* The PE is attached to a single local site. This is correct because the output shows only one local site ID (1) under the L2VPN RIB section. A local site ID is a unique identifier for a site within a VPLS domain.
If there were multiple local sites attached to the PE, we would see multiple local site IDs with different prefixes.
* The connection has not flapped since it was initiated. This is correct because the output shows that the uptime of the pseudowire is equal to its total uptime (1w6d). This means that the pseudowire has been up for one week and six days without any interruption or flap.
* There has been a VLAN ID mismatch. This is not correct because the output shows that the remote and local VLAN IDs are both 0 under the pseudowire state section. A VLAN ID mismatch occurs when the remote and local VLAN IDs are different, which can cause traffic loss or misdelivery. If there was a VLAN ID mismatch, we would see different values for the remote and local VLAN IDs.
* The PE router has the capability to pop flow labels. This is correct because the output shows that the flow label pop bit is set under the pseudowire state section. The flow label pop bit indicates that the PE router can pop (remove) the MPLS flow label from the packet before forwarding it to the CE device.
The flow label is an optional MPLS label that can be used for load balancing or traffic engineering purposes.


NEW QUESTION # 35
A router running IS-IS is configured with an ISO address of 49.0001.00a0.c96b.c490.00.
Which part of this address is the system ID?

  • A. c490 is the system identifier.
  • B. c96b.c490 is the system identifier.
  • C. 00a0.c96b.c490 is the system identifier.
  • D. 0001.00a0.c96b.c490 is the system identifier.

Answer: C

Explanation:
In IS-IS (Intermediate System to Intermediate System) routing, each router is identified by a unique ISO (International Organization for Standardization) address, also known as a Network Entity Title (NET). The NET consists of three parts:
1. **Area Identifier**: Indicates the area to which the router belongs.
2. **System Identifier**: Uniquely identifies the router within the area.
3. **NSAP Selector (NSEL)**: Typically set to 00 for a router, indicating the Network Service Access Point.
The format of the ISO address is `49.XXXX.YYYY.YYYY.ZZZZ.ZZZZ.00`, where:
- `49` is the AFI (Authority and Format Identifier) indicating a private address.
- `XXXX` is the Area Identifier.
- `YYYY.YYYY.YYYY` is the System Identifier.
- `ZZZZ.ZZZZ` is the NSAP Selector.
Given the address `49.0001.00a0.c96b.c490.00`:
- **Area Identifier**: `49.0001`
- **System Identifier**: `00a0.c96b.c490`
- **NSAP Selector**: `00`
**Explanation**:
- **A. 00a0.c96b.c490 is the system identifier**:
- Correct. The System Identifier in an ISO address is a 48-bit (6-byte) field used to uniquely identify the router. In this address, `00a0.c96b.c490` is the correct 6-byte System Identifier.
- **B. 0001.00a0.c96b.c490 is the system identifier**:
- Incorrect. This includes the Area Identifier as part of the System Identifier, which is not correct.
- **C. c96b.c490 is the system identifier**:
- Incorrect. This is only part of the System Identifier. The full System Identifier must be 6 bytes long.
- **D. c490 is the system identifier**:
- Incorrect. This is an incomplete and incorrect part of the System Identifier.
**Conclusion**:
The correct part of the address that represents the System Identifier is:
**A. 00a0.c96b.c490 is the system identifier.**
**References**:
- Juniper Networks Documentation on IS-IS: [IS-IS
Configuration](https://www.juniper.net/documentation/en_US/junos/topics/task/configuration/isis-configuring.h
- ISO/IEC 10589, the IS-IS routing protocol standard.


NEW QUESTION # 36
Which two statements are correct about IS-IS interfaces? (Choose two.)

  • A. If a broadcast interface is in both L1 and L2, separate hello messages are sent for each level
  • B. If a point-to-point interface is in both L1 and L2, separate hello messages are sent for each level.
  • C. If a point-to-point interface is in both L1 and L2, one combined hello message is sent for both levels.
  • D. If a broadcast interface is in both L1 and L2, one combined hello message is sent for both levels.

Answer: A,B

Explanation:
IS-IS supports two levels of routing: Level 1 (intra-area) and Level 2 (interarea). An IS-IS router can be either Level 1 only, Level 2 only, or both Level 1 and Level 2. A router that is both Level 1 and Level 2 is called a Level 1-2 router. A Level 1-2 router sends separate hello messages for each level on both point-to-point and broadcast interfaces1. A point-to-point interface provides a connection between a single source and a single destination. A broadcast interface behaves as if the router is connected to a LAN.


NEW QUESTION # 37
Based on the configuration contents shown in the exhibit, which statement is true?

  • A. Joins for any group are accepted if the group count value is less than 25.
  • B. Joins for group 224.7.7.7 are rejected if the source address is 192.168.100.10.
  • C. Joins for group 224.7.7.7 are accepted if the group count is less than 25.
  • D. Joins for group 224.7.7.7 are always rejected, regardless of the group count.

Answer: B


NEW QUESTION # 38
Exhibit

Referring to the exhibit, PE-1 and PE-2 are getting route updates for VPN-B when neither of them service that VPN Which two actions would optimize this process? (Choose two.)

  • A. Configure the family route-target statement on the PEs.
  • B. Configure the resolution rib bgp.l3vpn.0 resolution-ribs inet.0 statement on the PEs.
  • C. Configure the family route-target statement on the RR.
  • D. Configure the resolution rib bgp.l3vpn.0 resolution-ribs inet.0 statement on the RR.

Answer: C,D

Explanation:
BGP route target filtering can be configured on PE devices or on route reflectors (RRs). Configuring BGP route target filtering on RRs is more efficient and scalable, as it reduces the number of BGP sessions and updates between PE devices. To configure BGP route target filtering on RRs, the following steps are required:
Configure the family route-target statement under the BGP group or neighbor configuration on the RRs. This enables the exchange of the route-target address family between the RRs and their clients (PE devices).
Configure the resolution rib bgp.l3vpn.0 resolution-ribs inet.0 statement under the routing-options configuration on the RRs. This enables the RRs to resolve next hops for VPN routes using the inet.0 routing table.


NEW QUESTION # 39

Click the Exhibit button.
Referring to the exhibit, which two statements are correct about BGP routes on R3 that are advertised to R1?
(Choose two.)

  • A. By default, the next-hop value for these routes is changed by R3 before being sent to R1.
  • B. By default, the next-hop value for these routes is not changed by R3 before being sent to R1.
  • C. By default, all BGP attributes values must be removed before advertising the routes to R1.
  • D. By default, the BGP local-preference value that is assigned on R3 is advertised to R1.

Answer: B,D

Explanation:
In the exhibit, we see an internal BGP (iBGP) setup within AS 65512, and an external BGP (eBGP) connection between R3 and ISP-A (AS 65511). The questions focus on the behavior of BGP routes advertised from R3 to R1 within the same AS.
1. **BGP Next-Hop Attribute (Option A and D)**:
- In iBGP, the next-hop attribute is **not** changed when a route is advertised to another iBGP peer. This means that when R3 advertises a route to R1, it retains the original next-hop value as learned from the eBGP peer (ISP-A).
- Therefore, Option D is correct: "By default, the next-hop value for these routes is not changed by R3 before being sent to R1."
2. **BGP Attributes (Option B and C)**:
- BGP attributes such as local preference, AS-path, and others are crucial for BGP route selection. The local preference attribute is used within an AS to indicate the preferred path for outbound traffic.
- When R3 advertises BGP routes to R1, it includes the local preference value assigned to those routes. This value is not removed and is propagated within the iBGP mesh.
- Therefore, Option C is correct: "By default, the BGP local-preference value that is assigned on R3 is advertised to R1."
**References**:
- Juniper Networks documentation on BGP behavior provides detailed insights into the propagation of BGP attributes within iBGP and eBGP contexts. Specifically, the Junos OS documentation covers the default behavior of next-hop and local preference attributes in BGP configurations.
- Junos OS BGP Configuration Guide: [Junos OS BGP Configuration
Guide](https://www.juniper.net/documentation/en_US/junos/topics/concept/bgp-overview.html)
- For a deeper understanding of BGP attributes and their default behaviors, the "Juniper Networks Day One:
Exploring BGP" book is an excellent resource.


NEW QUESTION # 40
......

Authentic JN0-664 Exam Dumps PDF - Dec-2024 Updated: https://torrentpdf.guidetorrent.com/JN0-664-dumps-questions.html