JN0-102: Juniper Networks Certified Associate Junos Exam Question Answer | Resolving Management Interface Access Issue | Juniper

Resolving Management Interface Access Issue

Prev Question Next Question

Question

-- Exhibit --

{master:0}[edit interfaces]

user@switch# show

me0 {

disable;

unit 0 {

familyinet {

address 10.1.1.10/24;

}

}

}

-- Exhibit --

Administrators report that they are unable to access the management interface of the EX Series device shown in the exhibit.

Which command will resolve this problem?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A

The exhibit shows the configuration for the me0 management interface of the EX Series device. The interface has been disabled with the "disable" command under the me0 stanza. This is likely the reason why the administrators are unable to access the management interface.

To resolve the problem, the interface needs to be enabled. The correct command to enable the interface is "delete me0 disable", which will remove the "disable" configuration from the interface.

Therefore, the correct answer is A. delete me0 disable. This command will delete the "disable" configuration from the me0 interface, enabling it and allowing administrators to access the management interface.

Option B, "activate me0", is not a valid command.

Option C, "set me0 unit 0 enable", enables the unit within the me0 interface but does not enable the me0 interface itself.

Option D, "deactivate me0", will disable the me0 interface, making the problem worse instead of resolving it.