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
------
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.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Nasredd
1 year, 4 months agogpt_test
1 year, 7 months ago