JN0-104 Exam QuestionsBrowse all questions from this exam

JN0-104 Exam - Question 94


Which command allows you to execute operational mode commands while in configuration mode?

Show Answer
Correct Answer: D

The command 'run' allows you to execute operational mode commands while in configuration mode. This can be useful for testing recent changes or accessing operational information without leaving the configuration mode.

Discussion

2 comments
Sign in to comment
gpt_testOption: D
Apr 26, 2023

D. Run Explanation: The 'run' command allows you to execute operational mode commands while in configuration mode in Junos OS. By using the 'run' command followed by the desired operational command, you can access operational mode information without having to exit configuration mode.

NasreddOption: D
Jul 9, 2023

Using the run Command : Use run to execute operational mode CLI commands while in configuration mode. Can save time when testing the effects of a recent change. Exemple : [edit interfaces ge-0/0/12] user@router# set unit 0 family inet address 10.250.0.141/16 [edit interfaces ge-0/0/12] user@router# commit commit complete ==>"Use run to test configuration changes without leaving configuration mode" [edit interfaces ge-0/0/12] user@router# run ping 10.250.0.149 count 1 PING 10.250.0.149 (10.250.0.149): 56 data bytes 64 bytes from 10.250.0.149: icmp_seq=0 ttl=255 time=0.967 ms --- 10.250.0.149 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max/stddev = 0.967/0.967/0.967/0.000 ms ------