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.

Showing interface information

To see high-level interface information, you can use the show interfaces operational mode command, as shown in the following example. For Remote Access VPN connections, in addition to the local interface and the IP address it is bound to, you will see the remote user's name and the IP address assigned to the remote user.

Viewing interface information

vyatta@vyatta:~$ show interfaces
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
dp0p2p1          10.224.66.52/25                   u/u
dp0p5p1          192.168.44.1/24                   u/u
dp0port2         23.23.23.23/24                    u/u
lo               127.0.0.1/8                       u/u
                 ::1/128
ppp0             10.22.0.1                         u/u  L2TP user3
                                                        192.168.101.1
ppp1             10.22.0.2                         u/u  L2TP user1
                                                        192.168.101.2
vyatta@vyatta:~$