JUNOS CLI Basics ! 15
J-series Services Router Quick Start
Type the following partial command to display the JUNOS software version running
on the router:
root> sh ver
Hostname: host
Model: j2300
JUNOS Software Release [8.0-20060607.0] (Export edition)
To access configuration mode, enter the configure command. The prompt changes
to a pound sign (#).
root> configure
root#
To activate changes to the configuration, enter the commit command.
root> commit
root#
To exit configuration mode, enter the exit command. Use the exit command again
to exit the CLI completely.
root# exit
root> exit
root@%