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.
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)- A76% (26)
- B3% (1)
- C15% (5)
- D6% (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.
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.
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.
There is no set me0 unit 0 enable command in Junos OS to activate an interface; interfaces are enabled by default unless explicitly disabled.
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
Community Discussion
No community discussion yet for this question.