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 interfaces

This command provides a useful summary of the interface state.

Example: show interfaces

$OS_NAME$ show interfaces
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface	IP Address		S/L Speed/Duplex	Description
---------	----------		--- ------------	-----------
dp0s4		10.10.246.101/24 	u/u a-10g/a-full
dp0s5		10.1.1.1/30		u/u a-10g/a-full
dp0s5.7401	192.168.230.34/30	u/u 10g/full		Alices Network
dp0s6		-			u/u a-10g/a-full
dp0s6.7401	192.168.230.41/30	u/u 10g/full		Bobs Network

We can see these facts about the virtual interface dp0s5.7401:

  • It is configured with an IPv4 address of 192.168.230.34, with a prefix of /30
  • It is negotiating a 10 gigabit link at full duplex and the link state is up
Note: For more about this command see Ciena Vyatta Network OS Basic System Configuration Guide.