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.

Available NETCONF state information

System state information that is available through NETCONF.

The simplest way to obtain all available state information is to send a <get> RPC with no filter. This will retrieve all current configuration and state information. Note that the returned state data will vary with configuration, as most features return state information only when they are active.

An outline of information that is available on a minimal configuration of Vyatta NOS follows.

/interfaces/statistics
Basic interface status including tx/rx statistics. You can get similar information with the CLI show interfaces detail command.
/netconf-state
NETCONF session statistics.
/system/cpu-history
Data that relates to CPU usage. Equivalent to the CLI show hardware cpu history command.
/system/dataplane
Plugin feature state. Equivalent to the CLI show dataplane plugin feature command.
/system/login
User information. There is no direct equivalent CLI command.
/system/state/memory
Memory usage statistics. Equivalent to the CLI show system memory detail command.
/system/state/platform
System platform information, such as the operating system name. Equivalent to part of the output of the CLI show version command.
/system/state/processor
Processor utilization. There is no direct equivalent CLI command.
/system/state/times
System uptime. Equivalent to the CLI show system uptime command.
/system-image
Details of current and available system images. Equivalent to the show system image command.