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.

Viewing configuration

How to view the configuration and the related commands.

Use the show command in configuration mode to display configuration. You can restrict the display to a particular node by specifying the path to the node.

The following example shows how to display configuration for all configured interfaces.

vyatta@R1# show interfaces
    dataplane dp0p1p1 {
       address 10.1.0.62/24
       hw-id 00:40:63:e2:e4:00
    }
    dataplane dp0p1p2 {
        address 172.16.234.23/25
        hw-id 00:40:63:e2:e3:dd
        vrrp {
            virtual-address 172.16.99.99
            vrrp-group 20
        }
    }
    loopback lo {
    }
}

The following example shows how to display configuration for only the dp0p1p1 data plane interface.

vyatta@R1# show interfaces dataplane dp0p1p1
 address 10.1.0.62/24
 hw-id 00:40:63:e2:e4:00

When the display is too large for one screen, the display stops after one screen is shown. In this case, press one of the following keys to perform the indicated action.

  • <Enter> to display the next line
  • <Space> to display the next screen
  • <q> to interrupt the display and return to the command prompt