JN0-102 Exam: Differences between Active and Candidate Configurations

Differences between Active and Candidate Configurations

Prev Question Next Question

Question

-- Exhibit --

[edit]

user@router# show | compare

[edit protocols ospf area 0.0.0.0]

- interface ge-0/0/0.0 {

- disable;

- }

[edit protocols ospf]

area 0.0.0.0 { ... }

+ area 0.0.0.1 {

+ interface ge-0/0/0.0;

+ }

-- Exhibit --

Referring to the exhibit, what are two differences between the active and candidate configurations? (Choose two.)

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

AC

The given Junos configuration exhibits the output of the "show | compare" command, which shows the differences between the current (active) configuration and the proposed (candidate) configuration. Based on the output, the following are the two differences between the active and candidate configurations:

A. The ge-0/0/0 interface was added to the candidate configuration: In the active configuration, the interface ge-0/0/0.0 is disabled under the "protocols ospf area 0.0.0.0" stanza, as indicated by the "-" symbol before it. However, in the candidate configuration, the same interface is added to the newly created OSPF area 0.0.0.1, as indicated by the "+" symbol before it. Therefore, Option A is correct.

B. Area 0 was added to the active configuration: This statement is not true, as there is no mention of "area 0" being added to the active configuration. Instead, it is present in both the active and candidate configurations under the "protocols ospf" stanza. Therefore, Option B is incorrect.

C. Area 1 was added to the candidate configuration: This statement is true as the candidate configuration includes the new OSPF area 0.0.0.1, which is not present in the active configuration. Therefore, Option C is correct.

D. The ge-0/0/0 interface was added to the active configuration: This statement is not true as the ge-0/0/0 interface is disabled in the active configuration and not added to any OSPF area. Therefore, Option D is incorrect.

In summary, the correct answers are A (The ge-0/0/0 interface was added to the candidate configuration) and C (Area 1 was added to the candidate configuration).