Get Special Discount Offer of JN0-351 Certification Exam Sample Questions and Answers [Q11-Q33]

Share

Get Special Discount Offer of JN0-351 Certification Exam Sample Questions and Answers

New JN0-351 Dumps For Preparing JNCIS-ENT Certified Juniper Exam Well

NEW QUESTION # 11
Which two events cause a router to advertise a connected network to OSPF neighbors? (Choose two.)

  • A. When an OSPF adjacency is established.
  • B. When a static route to the 224.0.0.6 address is created.
  • C. When an interface has the OSPF passive option enabled.
  • D. When a static route to the 224.0.0.5 address is created.

Answer: A,D

Explanation:
A is correct because when an OSPF adjacency is established, a router will advertise a connected network to OSPF neighbors. An OSPF adjacency is a logical relationship between two routers that agree to exchange routing information using the OSPF protocol1. To establish an OSPF adjacency, the routers must be in the same area, have compatible parameters, and exchange hello packets1. Once an OSPF adjacency is formed, the routers will exchange database description (DBD) packets, which contain summaries of their link-state databases (LSDBs)1. The LSDBs include information about the connected networks and their costs2. Therefore, when an OSPF adjacency is established, a router will advertise a connected network to OSPF neighbors through DBD packets.
D is correct because when a static route to the 224.0.0.5 address is created, a router will advertise a connected network to OSPF neighbors. The 224.0.0.5 address is the multicast address for all OSPF routers3. A static route to this address can be used to send OSPF hello packets to all OSPF neighbors on a network segment3. This can be useful when the network segment does not support multicast or when the router does not have an IP address on the segment3. When a static route to the 224.0.0.5 address is created, the router will send hello packets to this address and establish OSPF adjacencies with other routers on the segment3. As explained above, once an OSPF adjacency is formed, the router will advertise a connected network to OSPF neighbors through DBD packets.


NEW QUESTION # 12
What are two characteristics of RSTP alternate ports? (Choose two.)

  • A. RSTP alternate ports block traffic while receiving superior BPDUs from a neighboring switch.
  • B. RSTP alternate ports provide an alternate lower cost path to the root bridge.
  • C. RSTP alternate ports provide an alternate higher cost path to the root bridge.
  • D. RSTP alternate ports are active ports used to forward frames toward the root bridge.

Answer: A,C

Explanation:
A is correct because RSTP alternate ports block traffic while receiving superior BPDUs from a neighboring switch. An alternate port is a backup port for a root port, which means it receives better BPDUs from another bridge than the current root port1. However, an alternate port does not forward any traffic, as it is in a discarding state2. It only listens to BPDUs and waits for the root port to fail. If the root port fails, the alternate port can immediately transition to a forwarding state and become the new root port1.
C is correct because RSTP alternate ports provide an alternate higher cost path to the root bridge. An alternate port is selected based on the same criteria as the root port, which are the lowest bridge ID, the lowest path cost, the lowest sender port ID, and the lowest receiver port ID3. However, an alternate port receives a higher cost BPDU than the root port, otherwise it would be the root port itself1. Therefore, an alternate port provides an alternate higher cost path to the root bridge than the root port.


NEW QUESTION # 13
You have two OSPF routers forming an adjacency. R1 has a priority of 32 and a router ID of 192.168.1.2. R2 has a priority of 64 and a router ID of 192.168.1.1. The routers were started at the same time and all other OSPF settings are the default settings.
Which statement is correct in this scenario?

  • A. R1 will be the BDR.
  • B. Router IDs must match for an adjacency to form.
  • C. R2 will be the BDR.
  • D. At least three routers are required for a DR/BDR election

Answer: A

Explanation:
Explanation
In OSPF, the Designated Router (DR) and Backup Designated Router (BDR) are elected based on the priority of the routers1. The router with the highest priority becomes the DR, and the router with the second highest priority becomes the BDR1. If there is a tie in priority, then the router with the highest Router ID is chosen1.
In this scenario, R2 has a higher priority (64) than R1 (32), so R2 will become the DR1. Since R1 has the second highest priority, it will become the BDR1. Therefore, option D is correct.


NEW QUESTION # 14
Exhibit.

Why is this OSPF adjacency remaining in this state?

  • A. An MTU mismatch exists between the OSPF neighbors.
  • B. A subnet mask mismatch exists between the OSPF neighbors.
  • C. An area ID mismatch exists between the OSPF neighbors
  • D. A hello interval mismatch exists between the OSPF neighbors.

Answer: A

Explanation:
The exhibit shows the output of the command , which displays information about the OSPF neighbors on a router1.
The output shows that the OSPF neighbor with the address 172.26.1.1 and the interface ge-0/0/3.0 is in the Exstart state1.
The Exstart state is the fourth state in the OSPF neighbor formation process, after Down, Init, and
2-Way states2. In this state, the OSPF neighbors establish a master-slave relationship and exchange database description (DBD) packets, which contain summaries of their link-state databases2.
The most common reason for OSPF neighbors to be stuck in the Exstart state is an MTU mismatch between the interfaces3. MTU stands for maximum transmission unit, which is the largest size of a packet that can be transmitted on a network segment4. If the MTU values of two OSPF neighbors are different, theymay not be able to exchange DBD packets successfully, as some packets may be dropped or fragmented due to their size exceeding the MTU limit3.
To solve this problem, you need to ensure that the MTU values of both OSPF neighbors are the same or compatible. You can use the command show interfaces to display the MTU value of an interface5. You can also use the command ping with the do-not-fragment option to test the MTU size between two routers. You can change the MTU value of an interface by using the command set interfaces interface-name mtu mtu-value in configuration mode5.


NEW QUESTION # 15
You are troubleshooting a BGP routing issue between your network and a customer router and are reviewing the BGP routing policies. Which two statements are correct in this scenario? (Choose two.)

  • A. Export policies are applied after the RIB-Local table.
  • B. Import policies are applied to routes in the RIB-Local table.
  • C. Export policies are applied to routes in the RIB-ln table.
  • D. Import policies are applied after the RIB-ln table.

Answer: A,D

Explanation:
Explanation
In BGP, routing policies are used to control the flow of routing information between BGP peers1.
Option C suggests that import policies are applied after the RIB-In table. This is correct because import policies in BGP are applied to routes that are received from a BGP peer, before they are installed in the local BGP Routing Information Base (RIB-In)1. The RIB-In is a database that stores all the routes that are received from all peers1.
Option D suggests that export policies are applied after the RIB-Local table. This is correct because export policies in BGP are applied to routes that are being advertised to a BGP peer, after they have been selected from the local BGP Routing Information Base (RIB-Local)1. The RIB-Local is a database that stores all the routes that the local router is using1.
Therefore, options C and D are correct.


NEW QUESTION # 16
Which two statements about BGP facilitate the prevention of routing loops between two autonomous systems?
(Choose two.)

  • A. EBGP routers will drop routes that contain their own AS number in the AS_PATH
  • B. EBGP routers will prepend their AS number when advertising routes to their neighbors
  • C. EBGP routers will append their AS number when advertising routes to their neighbors.
  • D. EBGP routers will only accept routes that contain their own AS number in the AS_PATH.

Answer: A,C

Explanation:
Explanation
BGP (Border Gateway Protocol) is a protocol designed to exchange routing and reachability information among autonomous systems (AS) on the internet1.
Option A is correct. When an EBGP router advertises routes to its neighbors, it appends its AS number to the AS_PATH attribute1. This is a key mechanism in BGP to prevent routing loops1.
Option C is correct. BGP has a built-in loop prevention mechanism whereby if a BGP router detects its own AS in the AS_PATH attribute, it will drop the prefix and will not continue to advertise it2. This helps to prevent routing loops2.
Option B is incorrect. EBGP routers do not accept routes that contain their own AS number in the AS_PATH2. Instead, they drop such routes as part of the loop prevention mechanism2.
Option D is incorrect. While it's true that EBGP routers append their AS number when advertising routes, they do not prepend their AS number1. The term "prepend" in BGP usually refers to a technique used to influence path selection by artificially lengthening the AS_PATH3.


NEW QUESTION # 17
You need to configure a LAG between your switches. In this scenario, which two statements are correct?
(Choose two.)

  • A. Duplex and speed settings are required to match on both participating devices.
  • B. Duplex and speed settings are not required to match on both participating devices.
  • C. Member links are not required to be contiguous ports.
  • D. Member links are required to be contiguous ports.

Answer: A,C

Explanation:
B is correct because duplex and speed settings are required to match on both participating devices. According to the Juniper Networks documentation1, all the interfaces in a LAG must have the same speed and be in full-duplex mode. This ensures that the LAG can operate as a single logical link without any performance or compatibility issues.
C is correct because member links are not required to be contiguous ports. According to the Juniper Networks documentation2, you can group any Ethernet interfaces on a switch into a LAG, regardless of their physical location or slot number. This provides flexibility and scalability for configuring LAGs on switches.


NEW QUESTION # 18
Which two statements are correct about using firewall filters on EX Series switches? (Choose two.)

  • A. You can deploy only stateless firewall filters on an EX Series switch.
  • B. You can apply firewall filters to both Layer 2 and Layer 3 traffic on an EX Series switch.
  • C. You can deploy both stateless and stateful firewall filters on an EX Series switch.
  • D. You can only apply firewall filters to Layer 2 traffic on an EX Series switch.

Answer: A,B

Explanation:
A is correct because you can deploy only stateless firewall filters on an EX Series switch. A stateless firewall filter is a filter that evaluates each packet individually based on the header information, such as source and destination addresses, protocol, and port numbers1. A stateless firewall filter does not keep track of the state or context of a packet flow, such as the sequence number, flags, or sessioninformation1. EX Series switches support only stateless firewall filters, which are also called access control lists (ACLs) or packet filters2.
C is correct because you can apply firewall filters to both Layer 2 and Layer 3 traffic on an EX Series switch. Layer 2 traffic is traffic that is switched within a VLAN or a bridge domain, while Layer 3 traffic is traffic that is routed between VLANs or networks3. EX Series switches support three types of firewall filters: port (Layer 2) firewall filters, VLAN firewall filters, and router (Layer 3) firewall filters4. You can apply these filters to different interfaces and directions to control the traffic entering or exiting the switch.


NEW QUESTION # 19
Which two BGP attributes must be supported by all BGP implementations and must be included in every update? (Choose two.)

  • A. community
  • B. next hop
  • C. MED
  • D. AS path

Answer: B,D

Explanation:
Explanation
BGP attributes are properties that BGP uses for route advertisement, path selection, and loop prevention1. There are four categories of BGP attributes123:
Well-known mandatory: Must be recognized by all BGP routers, present in all BGP updates, and passed on to other BGP routers123.
Well-known discretionary: Supported by all BGP implementations, and are optionally included in BGP updates1.
Optional transitive: May not be supported by all implementations of BGP1.
Optional non-transitive: May not be supported by all implementations of BGP1.
The well-known mandatory attributes must be supported by all BGP implementations and must be included in every update123. These include the AS path and next hop attributes23. Therefore, options A and C are correct.


NEW QUESTION # 20
Which statement is correct about graceful Routing Engine switchover (GRES)?

  • A. When combined with NSR, routing is preserved and the new master RE does not restart rpd.
  • B. GRES has a helper mode and a restarting mode.
  • C. With no other high availability features enabled, routing is preserved and the new master RE does not restart rpd.
  • D. The PFE restarts and the kernel and interface information is lost.

Answer: A

Explanation:
Explanation
The Graceful Routing Engine Switchover (GRES) feature in Junos OS enables a router with redundant Routing Engines to continue forwarding packets, even if one Routing Engine fails1. GRES preserves interface and kernel information, ensuring that traffic is not interrupted1. However, GRES does not preserve the control plane1.
To preserve routing during a switchover, GRES must be combined with either Graceful Restart protocol extensions or Nonstop Active Routing (NSR)1. When GRES is combined with NSR, nearly 75 percent of line rate worth of traffic per Packet Forwarding Engine remains uninterrupted during GRES1. Any updates to the primary Routing Engine are replicated to the backup Routing Engine as soon as they occur1.
Therefore, when GRES is combined with NSR, routing is preserved and the new master RE does not restart rpd1.


NEW QUESTION # 21
You deployed a new EX Series switch with DHCP snooping enabled and you do not see any entries in the snooping databases for an interface. Which two Juniper configurations for that interface caused this issue?
(Choose two.)

  • A. The interface is configured as a trunk port.
  • B. MAC limiting is enabled on the interface.
  • C. The interface is configured as a disabled port.
  • D. Dynamic ARP inspection is enabled on the interface.

Answer: A,C

Explanation:
A is correct because the interface is configured as a disabled port. A disabled port does not forward any traffic, including DHCP packets. Therefore, DHCP snooping cannot learn any MAC addresses or lease information from a disabled port1.
C is correct because the interface is configured as a trunk port. By default, all trunk ports on the switch are trusted for DHCP snooping2. This means that DHCP snooping does not inspect or filter any DHCP packets received on a trunk port. Therefore, DHCP snooping does not add any entries to the snooping database for a trunk port2.


NEW QUESTION # 22
You implemented the MAC address limit feature with the shutdown action on all interfaces on your switch.
In this scenario, which statement is correct when a violation occurs?

  • A. By default, the violation will automatically be cleared after 300 seconds and the interface will resume sending and receiving traffic for all learned devices.
  • B. By default, you must manually clear the violation for the interface to send and receive traffic again.
  • C. By default, the interface will continue to send and receive traffic for all connected devices after a violation has occurred.
  • D. By default, devices that are learned before the violation occurs are still allowed to send and receive traffic through the specific interface.

Answer: B

Explanation:
Explanation
When the MAC address limit feature with the shutdown action is implemented on a switch, if a violation occurs, the interface is disabled and a system log entry is generated1. If the switch has been configured with the port-error-disable statement, the disabled interface recovers automatically upon expiration of the specified disable timeout1. However, if the switch has not been configured for auto-recovery from port error disabled conditions, you must manually clearthe violation by running the clear ethernet-switching port-error command for the interface to send and receive traffic again1. This explanation is based on the Enterprise Routing and Switching Specialist (JNCIS-ENT) documents and learning resources available at Juniper Networks1.


NEW QUESTION # 23
Which statement is correct about IP-IP tunnels?

  • A. The TTL in the inner packet is decremented during transit to the tunnel endpoint.
  • B. IP-IP tunnels only support encapsulating IP traffic.
  • C. IP-IP tunnels only support encapsulating non-IP traffic.
  • D. There are 24 bytes of overhead with IP-IP encapsulation.

Answer: B

Explanation:
Explanation
IP-IP tunnels are a type of tunnels that use IP as both the encapsulating and encapsulated protocol. IP-IP tunnels are simple and easy to configure, but they do not provide any security or authentication features. IP-IP tunnels only support encapsulating IP traffic, which means that the payload of the inner packet must be an IP packet. IP-IP tunnels cannot encapsulate non-IP traffic, such as Ethernet frames or MPLS labels1.
Option A is correct, because IP-IP tunnels only support encapsulating IP traffic. Option B is incorrect, because IP-IP tunnels only support encapsulating non-IP traffic. Option C is incorrect, because the TTL in the inner packet is not decremented during transit to the tunnel endpoint. The TTL in the outer packet is decremented by each router along the path, but the TTL in the inner packet is preserved until it reaches the tunnel endpoint2.
Option D is incorrect, because there are 20 bytes of overhead with IP-IP encapsulation. The overhead consists of the header of the outer packet, which has a fixed size of 20 bytes for IPv43.
References:
1: IP-IP Tunneling 2: What is tunneling? | Tunneling in networking 3: IPv4 - Header


NEW QUESTION # 24
Exhibit

You are troubleshooting an issue where traffic to 192.168.10.0/24 is being sent to R1 instead of your desired path through R2.
Referring to the exhibit, what is the reason for the problem?

  • A. R2's route is not the best path due to loop prevention.
  • B. R1's route is the best path due to the shorter AS path.
  • C. R1's route is the best path due to a higher local preference
  • D. R2's route is not the best path due to a lower origin code.

Answer: C

Explanation:
The exhibit shows the output of the command show ip bgp, which displays information about the BGP routes in the routing table1. The output shows two routes for the destination 192.168.10.0/24, one from R1 and one from R2.
The route from R1 has a local preference of 200, while the route from R2 has a local preference of
100. Local preference is a BGP attribute that indicates the degree of preference for a route within an autonomous system (AS)2. A higher local preference means a more preferred route2.
BGP uses a best path selection algorithm to choose the best route for each destination among multiple paths. The algorithm compares different attributes of the routes in a specific order of precedence3. The first attribute that is compared is weight, which is a Cisco-specific attribute that is local to the router3. If the weight is equal or not set, the next attribute that is compared is local preference3.
In this case, both routes have the same weight of 0, which means that they are learned from external BGP (eBGP) peers3. Therefore, the next attribute that is compared is local preference. Since R1's route has a higher local preference than R2's route, it is chosen as the best path and installed in the routing table3. The other attributes, such as origin code and AS path, are not considered in this case.


NEW QUESTION # 25
A new network requires multiple topology support. You decide to use IS-IS in this situation. Which three protocol topologies are supported in this scenario? (Choose three.)

  • A. IPsec
  • B. IPv6
  • C. anycast
  • D. multicast
  • E. IPv4

Answer: B,D,E

Explanation:
Explanation
IS-IS (Intermediate System to Intermediate System) is a routing protocol that is designed to move information efficiently within a computer network12. It supports multiple protocol topologies, including IPv4, IPv6, and multicast12. Therefore, options C, E, and D are correct.


NEW QUESTION # 26
Exhibit.

Which router will become the OSPF BDR if all routers are powered on at the same time?

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

Answer: A

Explanation:
Explanation
OSPF DR/BDR election is a process that occurs on multi-access data links. It is intended to select two OSPF nodes: one to be acting as the Designated Router (DR), and another to be acting as the Backup Designated Router (BDR).The DR and BDR are responsible for generating network LSAs for the multi-access network and synchronizing the LSDB with other routers on the same network1.
The DR/BDR election is based on two criteria: the OSPF priority and the router ID. The OSPF priority is a value between 0 and 255 that can be configured on each interface participating in OSPF. The default priority is
1. A priority of 0 means that the router will not participate in the election and will never become a DR or BDR. The router with the highest priority will become the DR, and the router with the second highest priority will become the BDR. If there is a tie in priority, then the router ID is used as a tie-breaker. The router ID is a
32-bit number that uniquely identifies each router in an OSPF domain.It can be manually configured or automatically derived from the highest IP address on a loopback interface or any active interface2.
In this scenario, all routers have the same priority of 1, so the router ID will determine the outcome of the election. The router IDs are shown in the exhibit as RID values. The highest RID belongs to R4 (10.10.10.4), so R4 will become the DR. The second highest RID belongs to R3 (10.10.10.3), so R3 will become the BDR.
References:
1:OSPF DR/BDR Election: Process, Configuration, and Tuning2:OSPF Designated Router (DR) and Backup Designated Router (BDR)


NEW QUESTION # 27
What is the maximum allowable MTU size for a default GRE tunnel without IPv4 traffic fragmentation?

  • A. 1480 bytes
  • B. 1476 bytes
  • C. 1496 bytes
  • D. 1500 bytes

Answer: B

Explanation:
Explanation
The maximum allowable MTU size for a default GRE tunnel without IPv4 traffic fragmentation is 1476 bytes1. This is because GRE packets are formed by the addition of the original packets and the required GRE headers1. These headers are 24-bytes in length and since these headers are added to the original frame, depending on the original size of the packet we may run into IP MTU problems1. The most common IP MTU is 1500-bytes in length (Ethernet)1. When the tunnel is created, it deducts the 24-bytes it needs to encapsulate the passenger protocols and that is the IP MTU it will use1. For example, if we are forming a tunnel over FastEthernet (IP MTU 1500)the IOS calculates the IP MTU on the tunnel as: 1500-bytes from Ethernet -
24-bytes for the GRE encapsulation = 1476-Bytes1.


NEW QUESTION # 28
Exhibit.

The ispi _ inet. 0 route table has currently no routes in it.
What will happen when you commit the configuration shown on the exhibit?

  • A. The inet. 0 route table will be completely overwritten by the ispi . inet. 0 route table.
  • B. The ISPI . inet. 0 route table will be imported into the inet. 0 route table.
  • C. The inet. 0 route table will be imported into the ispi . inet. 0 route table.
  • D. The ISPI . inet. 0 route table will be completely overwritten by the inet. o route table.

Answer: C

Explanation:
Explanation
The configuration shown in the exhibit is an example of a routing instance of type virtual-router. A routing instance is a collection of routing tables, interfaces, and routing protocol parameters that create a separate routing domain on a Juniper device1. A virtual-router routing instance allows administrators to divide a device into multiple independent virtual routers, each with its own routing table2.
The configuration also includes a rib-group statement, which is used to import routes from one routing table to another. A rib-group consists of an import-rib statement, which specifies the source routing table, and an export-rib statement, which specifies the destination routing table.
In this case, the rib-group name is inet-to-ispi, and the import-rib statement specifies inet.0 as the source routing table. The export-rib statement specifies ispi.inet.0 as the destination routing table. This means that the routes from inet.0 will be imported into ispi.inet.0.
Therefore, the correct answer is B. The inet.0 route table will be imported into the ispi.inet.0 route table.
References:
1: Routing Instances Overview 2: Virtual Routing Instances : [rib-group (Routing Options)]


NEW QUESTION # 29
Which statement about aggregate routes is correct?

  • A. Aggregate routes are automatically generated for all of the subnets in a routing table.
  • B. Aggregate routes are used for advertising summarized network prefixes.
  • C. Aggregate routes are always preferred over more specific routes, even when the specific routes have a better path.
  • D. Aggregate routes can only be used for static routing but not for dynamic routing protocols.

Answer: B

Explanation:
Explanation
Aggregate routes are used for advertising summarized network prefixes12. They help minimize the number of routing tables in an IP network by consolidating selected multiple routes into a single route advertisement1. This approach is in contrast to non-aggregation routing, in which every routing table contains a unique entry for each route1.
Therefore, option D is correct. Options A, B, and C are not correct because:
Aggregate routes can be used with both static routing and dynamic routing protocols1.
Aggregate routes are not automatically generated for all of the subnets in a routing table. They need to be manually configured1.
Aggregate routes are not always preferred over more specific routes. The route selection process in Junos OS considers several factors, including route preference and metric, before determining the active route1.


NEW QUESTION # 30
You want to use filter-based forwarding (FBF) on your Internet peering router to load-balance traffic to two directly connected ISPs based on the source address.
Which two statements are correct in this scenario? (Choose two.)

  • A. RIB groups are used to hide routes in the inet. 0 routing table.
  • B. FBF uses the no-forwarding routing instance type.
  • C. FBF uses the forwarding routing instance type.
  • D. RIB groups are used to copy routes from the inet. o routing table.

Answer: C,D

Explanation:
Option B is correct. Filter-based forwarding (FBF), also known as Policy Based Routing (PBR), uses the forwarding routing instance type12.
Option C is correct. Routing Information Base (RIB) groups are used to copy routes from one routing table to another34. In the context of FBF, RIB groups can be used to copy routes from the inet.0 routing table34.
Option A is incorrect. FBF does not use the no-forwarding routing instance type15.
Option D is incorrect. RIB groups are not used to hide routes in the inet.0 routing table34. They are used to share or copy routes between different routing tables34.


NEW QUESTION # 31
Which two statements about redundant trunk groups on EX Series switches are correct? (Choose two.)

  • A. Redundant trunk groups load-balance traffic across two designated uplink interfaces.
  • B. Layer 2 control traffic is permitted on the secondary link
  • C. If the active link fails, then the secondary link automatically takes over.
  • D. Redundant trunk groups must be connected to the same aggregation switch.

Answer: C,D

Explanation:
Explanation
Redundant Trunk Groups (RTGs) on EX Series switches provide a simple solution for network recovery when a trunk port on a switch goes down1. They are configured on the access switch and contain two links: a primary or active link, and a secondary link1. Therefore, option B is correct because if the active link fails, the secondary link automatically starts forwarding data traffic without waiting for normal spanning-tree protocol convergence1.
Option D is also correct. In a typical enterprise network composed of distribution and access layers, RTGs are used where one Access switch is connected to two different uplink switches2. This implies that RTGs must be connected to the same aggregation switch2.


NEW QUESTION # 32
Exhibit.

You want to enable redundancy for the EBGP peering between the two routers shown in the exhibit. Which three actions will you perform in this scenario? (Choose three.)

  • A. Configure loopback interface peering.
  • B. Configure BGP multihop.
  • C. Configure an MD5 peer authentication.
  • D. Configure routes for the peer loopback interface IP addresses.
  • E. Configure a cluster ID.

Answer: A,B,D

Explanation:
A is correct because you need to configure BGP multihop to enable redundancy for the EBGP peering between the two routers. BGP multihop is a feature that allows BGP peers to establish a session over multiple hops, instead of requiring them to be directly connected1. By default, EBGP peers use a time-to-live (TTL) value of 1 for their packets, which means that they can only reach adjacent neighbors1. However, if you configure BGP multihop with a higher TTL value, you can allow EBGP peers to communicate over multiple routers in between1. This can provide redundancy in case of a link failure or a router failure between the EBGP peers.
B is correct because you need to configure loopback interface peering to enable redundancy for the EBGP peering between the two routers. Loopback interface peering is a technique that uses loopback interfaces as the source and destination addresses for BGP sessions, instead of physical interfaces2. Loopback interfaces are virtual interfaces that are always up andreachable as long as the router is operational2. By using loopback interface peering, you can avoid the dependency on a single physical interface or link for the BGP session, and use multiple paths to reach the loopback address of the peer2. This can provide redundancy and load balancing for the EBGP peering.
C is correct because you need to configure routes for the peer loopback interface IP addresses to enable redundancy for the EBGP peering between the two routers. Routes for the peer loopback interface IP addresses are necessary to ensure that the routers can reach each other's loopback addresses over multiple hops2. You can use static routes or dynamic routing protocols to advertise and learn the routes for the peer loopback interface IP addresses2. Without these routes, the routers will not be able to establish or maintain the BGP session using their loopback interfaces.


NEW QUESTION # 33
......


Juniper JN0-351 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Identify the concepts, benefits, applications
  • Demonstrate knowledge of how to configure, monitor
Topic 2
  • Identify the concepts, benefits, or operations of Layer 2 firewall filters
  • Demonstrate knowledge how to configure, monitor, or troubleshoot Spanning Tree
Topic 3
  • Demonstrate knowledge how to configure, monitor
  • Port security, including MAC limiting, DHCP snooping
Topic 4
  • Demonstrate knowledge of how to configure, monitor, or troubleshoot IS-IS
  • Demonstrate knowledge how to configure, monitor, or troubleshoot OSPF
Topic 5
  • Demonstrate knowledge of how to configure, monitor, or troubleshoot BGP
  • Demonstrate knowledge of how to configure, monitor, or troubleshoot IP tunnels
Topic 6
  • Describe the concepts, benefits, operations
  • Demonstrate knowledge how to configure, monitor
Topic 7
  • Describe the concepts, operations, or functionalities of BGP
  • Identify the concepts, requirements, or functionalities of IP tunneling
Topic 8
  • Describe the concepts, benefits, or functionalities of VLANs
  • STP and Rapid Spanning Tree Protocol (RSTP) concepts

 

Updated JN0-351 Dumps Questions Are Available For Passing Juniper Exam: https://www.practicevce.com/Juniper/JN0-351-practice-exam-dumps.html

Free UPDATED Juniper JN0-351 Certification Exam Dumps is Online: https://drive.google.com/open?id=1Ztr-p2nmT3Ij1BFDUG7_7hGMi3D7xKyo