Referring to the exhibit, what happens when you issue the exit command at the [edit protocols ospf area 0.0.0.51 stub] hierarchy level?
Referring to the exhibit, what happens when you issue the exit command at the [edit protocols ospf area 0.0.0.51 stub] hierarchy level?
The exhibit shows a series of commands within the Juniper Networks Junos OS configuration mode. When you use the 'exit' command at the [edit protocols ospf area 0.0.0.51 stub] hierarchy level, it will take you back to the higher level of the OSPF (Open Shortest Path First) protocol configuration hierarchy. In this case, you would move to the [edit protocols ospf] hierarchy level, which means option D is correct. The command 'exit' in this context does not exit the entire configuration mode but rather moves you up one level in the hierarchy.
confusing structure of questions Last login: Thu Mar 10 20:40:18 2022 --- JUNOS 21.1R3.11 Kernel 64-bit JNPR-11.0-20211011.a9cfe96_buil jcluser@vMX-addr-0> configure Entering configuration mode [edit] jcluser@vMX-addr-0# edit protocols ospf [edit protocols ospf] jcluser@vMX-addr-0# edit area 51 stub [edit protocols ospf area 0.0.0.51 stub] jcluser@vMX-addr-0# exit [edit protocols ospf] jcluser@vMX-addr-0#
D. You move to the most recent higher level of the [edit protocols ospf] hierarchy.
Should be D
Answer D
exit will move it to the last aquired level of edit hierarchy.
correct is C if you use command edit protocols ospf area 51 stub
D is the answer
Option D is right
C is correct
What about this?: exit - TechLibrary - Juniper Networks "... Description When executed in operational mode, this command disconnects the user session. When executed in configuration mode, this command causes the user session to exit configuration mode and return to operational mode. ..." Could it be B?
Forget about this. Let’s start over again. 1. User was at the [EDIT PROTOCOLS OSPF] level of the hierarchy; 2. Then, he/she invoked the EDIT AREA 51 STUB command. With a single shot, he/she jumped to the [EDIT PROTOCOLS OSPF AREA 0.0.0.51] level; 3. So, when USER uses the EXIT command, USER gets back to the hierarchy level he/she was before: i.e., [EDIT PROTOCOLS OSPF]. Answer D is correct.
c its correct
the "exit" command, when in the configuration mode, takes you out of the configuration mode.
exit moves to the previous, higher level in hierarchy: [edit protocols ospf] user@router# edit area 51 stub [edit protocols ospf area 0.0.0.51 stub] user@router# exit [edit protocols ospf] user@router#
D. You move to the most recent higher level of the [edit protocols ospf] hierarchy
I tried in simulation
I tried in simulation
Corrrect Answer is D