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.

<set-default-boot-image> (system RPC)

Use this RPC to mimic the CLI set system image default-boot command.

Module
vyatta-image-v1
Available elements
<name>
Name of the image you want to delete. (Mandatory.)
Example XML input
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<set-default-boot-image xmlns="urn:vyatta.com:mgmt:vyatta-image:1">
<name>9999.01141123</name>
</set-default-boot-image>
</rpc>
]]>]]>
Example output
<?xml version="1.0" encoding="UTF-8"?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
<ok/>
</rpc-reply>