nerdexam
Juniper

JN0-102 · Question #65

Administrators report that they are unable to access the management interface of the EX Series device shown in the exhibit. {master:0}[edit interfaces] user@switch# show me0 { disable; unit 0 { family

The correct answer is A. delete me0 disable. The problem is that the me0 interface is explicitly disabled, and removing this configuration statement will allow the interface to become active and accessible.

Configuration Basics

Question

Administrators report that they are unable to access the management interface of the EX Series device shown in the exhibit. {master:0}[edit interfaces] user@switch# show me0 { disable; unit 0 { familyinet { address 10.1.1.10/24; } } } Which command will resolve this problem?

Options

  • Adelete me0 disable
  • Bactivate me0
  • Cset me0 unit 0 enable
  • Ddeactivate me0

How the community answered

(34 responses)
  • A
    76% (26)
  • B
    3% (1)
  • C
    15% (5)
  • D
    6% (2)

Why each option

The problem is that the me0 interface is explicitly disabled, and removing this configuration statement will allow the interface to become active and accessible.

Adelete me0 disableCorrect

The disable statement under the me0 interface configuration explicitly prevents the interface from being active, hence preventing management access. Executing delete me0 disable removes this configuration, allowing the me0 interface to function as intended and enable access.

Bactivate me0

activate me0 is a command used in some contexts, but it's not the correct syntax to remove the disable statement from an interface configuration.

Cset me0 unit 0 enable

There is no set me0 unit 0 enable command in Junos OS to activate an interface; interfaces are enabled by default unless explicitly disabled.

Ddeactivate me0

deactivate me0 would implicitly disable the me0 interface, which is the opposite of resolving the problem and would maintain or worsen the access issue.

Concept tested: Junos OS interface disablement and activation

Source: https://www.juniper.net/documentation/us/en/software/junos/interfaces-fundamentals/topics/ref/statement/interfaces-disable-edit-interfaces.html

Topics

#interface disable#management interface#Junos CLI#EX Series

Community Discussion

No community discussion yet for this question.

Full JN0-102 Practice