Question 6 of 107

Exam JN0-351: Question 6 - Image 1
You are using OSPF to advertise the subnets that are used by the Denver and Dallas offices. The routers that are directly connected to the Dallas and Denver subnets are not advertising the connected subnets.
Referring to the exhibit, which two statements are correct? (Choose two.)
Answer

Suggested Answer

The suggested answer is C, D.

To ensure that the subnets used by the Denver and Dallas offices are being advertised, you need to redistribute the connected subnets into OSPF. Configuring and applying a routing policy that redistributes the connected Dallas and Denver subnets will achieve this. Additionally, enabling the passive option on the OSPF interfaces connected to these subnets will allow OSPF to advertise these networks while preventing OSPF from sending hello packets on those interfaces, which is typically desired for LAN interfaces connected to end hosts.

Community Votes8 votes
CDSuggested
63%
BC
38%
Question 7 of 107

Exam JN0-351: Question 7 - Image 1
You want to verify prefix information being sent from 10.36.1.4.
Which two statements are correct about the output shown in the exhibit? (Choose two.)
Answer

Suggested Answer

The suggested answer is A, B.

The routes displayed have traversed one or more autonomous systems, which is evident from the AS path attribute, showing AS numbers (e.g., 65401 65520). Additionally, the output shows routes that were received prior to the application of any BGP import policies, as it displays the routes and attributes as they were received, without reflecting any import policy effects. The given information does not provide evidence that the routes are being learned from an IBGP peer, nor does it indicate that the routes are rejected by an import policy.

Community Votes17 votes
ABSuggested
59%
AD
24%
A
12%
AC
6%
Question 8 of 107

What is the default keepalive time for BGP?
Answer

Suggested Answer

The suggested answer is C.

The default keepalive time for BGP is 30 seconds. This means that BGP sends keepalive messages every 30 seconds to ensure that the connection between BGP peers is active. This interval helps maintain the reliability of the BGP peering session by regularly checking the liveliness of the connection.

Community Votes17 votes
CSuggested
88%
A
6%
B
6%
Question 9 of 107

Which two statements are correct about tunnels? (Choose two.)
Answer

Suggested Answer

The suggested answer is B, D.

Tunnel endpoints must have a valid route to the remote tunnel endpoint to establish a connection, ensuring the tunnel can properly route traffic. Additionally, tunnels add additional overhead to the packet size due to encapsulation headers required to maintain the tunnel's structure and function.

Community Votes5 votes
BDSuggested
100%
Question 10 of 107

Which statement is correct about IP-IP tunnels?
Answer

Suggested Answer

The suggested answer is A.

IP-IP tunnels are specifically designed to encapsulate IP traffic. This encapsulation allows IP packets to be sent securely across a network that may not directly support the original IP packets. Other options, such as encapsulating non-IP traffic and modifying the TTL in transit, do not accurately describe the function and behavior of IP-IP tunnels.

Community Votes15 votes
ASuggested
67%
C
33%