home

Supported platforms

Vyatta NOS documentation

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

<interface> (system RPC)

Use this RPC to get state information for the interface that you specify.

Module
vyatta-op-v1
Available elements
<name>
Name of the image you want to delete. (Mandatory.)
Example XML input
<interface xmlns="urn:vyatta.com:mgmt:vyatta-op:1">
  <name>dp0s2</name>
</interface>
Example output
<address xmlns="urn:vyatta.com:mgmt:vyatta-op:1">
  <ip>192.168.252.183/24</ip>
</address>
<oper-status xmlns="urn:vyatta.com:mgmt:vyatta-op:1">up</oper-status>
<admin-status xmlns="urn:vyatta.com:mgmt:vyatta-op:1">up</admin-status>