ExamGecko
Question list
Search
Search

List of questions

Search

Question 39 - JN0-637 discussion

Report
Export

An ADVPN configuration has been verified on both the hub and spoke devices and it seems fine. However, OSPF is not functioning as expected.

Referring to the exhibit, which two statements under interface st0.0 on both the hub and spoke devices would solve this problem? (Choose two.)

A.

interface-type p2mp

Answers
A.

interface-type p2mp

B.

dynamic-neighbors

Answers
B.

dynamic-neighbors

C.

passive

Answers
C.

passive

D.

interface-type p2p

Answers
D.

interface-type p2p

Suggested answer: A, B

Explanation:

For ADVPN with OSPF, using a point-to-multipoint (p2mp) interface type and enabling dynamic-neighbors are crucial. This configuration allows dynamic discovery of neighbors and the establishment of tunnels. For more information, refer to Juniper ADVPN Configuration Guide.

In the ADVPN configuration, OSPF isn't functioning as expected due to the interface configuration on st0.0. Here are the adjustments needed:

Interface Type p2mp (Answer A): OSPF requires that the tunnel interface be set to p2mp (point-to-multipoint) to allow OSPF to communicate with multiple dynamic neighbors over the ADVPN tunnels.

Command Example:

bash

set interfaces st0.0 family inet ospf interface-type p2mp

Dynamic Neighbors (Answer B): The dynamic neighbors statement allows OSPF to discover and communicate with dynamically established spokes in an ADVPN environment. This is essential for ADVPN to function properly since the tunnel endpoints are not static.

Command Example:

bash

set protocols ospf area 0.0.0.0 interface st0.0 dynamic-neighbors

These settings ensure OSPF properly functions over dynamically created ADVPN tunnels.

asked 01/11/2024
55 Cantera Ct. Johnson
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first