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.

Check the connectivity

How to check that you can access Vyatta NOS on the local network.

A simple way to confirm that you can access Vyatta NOS on the local network is to configure an Ethernet interface on the system and then ping the interface from another host on the network.
Note: In Vyatta NOS, a dataplane interface is an abstraction that represents the underlying physical or virtual Ethernet interface of the system. The terms Ethernet interface and dataplane interface are synonymous in this guide.
  1. Configure a test interface: Enter commands as shown in the example below.

    In this example:

    • The network is 192.168.1.0/24
    • The IP address of the interface is 192.168.1.81

    Substitute appropriate details for your network.

    vyatta@vyatta:~$ configure
    vyatta@vyatta# set interfaces dataplane dp0sN address 192.168.1.81/24
    vyatta@vyatta# commit
    vyatta@vyatta# save
  2. From another host on the same subnet, ping the interface to check that it is operational.
  3. From a Linux or Windows command prompt, enter the command as shown below.
    Substitute the IP address you assigned to the interface.​​
    ping 192.168.1.81
If ​Vyatta NOS is reached then the output will confirm response to the pings — your system is installed and is accessible on your network.