Skip to main content

Juniper JunOS show configuration




Show the configuration in Juniper JunOS using CLI terminal.

To show the configuration via CLI terminal type:

 - Show configuration

Literally type "show configuration" output will be the configuration which syntax will be like a java programming.

Example:

system {
    host-name Firewall_srx240;
    root-authentication {
        encrypted-password "$1$1BX9/GjQ.yN."; ## SECRET-DATA
    }
    name-server {
        4.4.2.2;
    }

To show the commands used to create the configuration like in ScreenOS, type:

show configuration | display set

It will show the commands used to create the configuration.

Example:

set version 12.1X46-D15.3
set system host-name Firewall_srx240

Those are just basic commands but a good start to learn JunOS.


Hope it helps..Cheers..

----------------------------------
Free Android app, download at Google play:
Android Divine Mercy Chaplet Guide  
https://play.google.com/store/apps/details?id=com.dmercyapp 

Comments