home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

show configuration (operational)

Displays system configuration from operational mode.

show configuration [ all | commands | files ]

Displays only the values that have been set explicitly, that is, nodefault values.

all
Displays all configuration, including default values that would not normally be displayed.
commands
Displays the running configuration as a list of set commands. These commands generate the configuration from scratch.
files
Displays a list of configuration files in the /config file.

Operational mode

Use this command to display system configuration information while remaining in operational mode.

Using show configuration in operational mode is equivalent to using show in configuration mode.

The following example shows how to display the configuration from operational mode. (For brevity, only the first screen of the information is shown.)

vyatta@vyatta:~$ show configuration
interfaces {
    dataplane dp0p1p1 {
        address 192.168.1.77/24
        hw-id 00:0c:29:68:b3:9f
    }
    dataplane dp0p1p2 {
        hw-id 00:0c:29:68:b3:a9
    }
    loopback lo {
    }
}
service {
    ssh {
     }
}
system {
    host-name R1
    login {
        user Vyatta {
            authentication {
                encrypted-password ****************
: