IPI-WATCHDOG
Configure watchdog disabled
Disable software watchdog functionality for all modules. This feature is enabled by default.
Attribute Name: watchdog-disabled
Attribute Type: uint8
Netconf edit-config payload
<watchdog xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-watchdog">
<config>
</watchdog-disabled><!-- operation="delete"-->
</config>
</watchdog>
Command Syntax
no feature software-watchdog
Configure keepalive interval
Software watchdog keep-alive time interval in seconds. Default value is 60 seconds.
This command is supported when following feature are enabled Watchdog feature
Attribute Name: keepalive-interval
Attribute Type: uint16
Default Value: 60
Attribute Range: 30-1800
Netconf edit-config payload
<watchdog xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-watchdog">
<config>
<keepalive-interval>30</keepalive-interval> <!-- operation="delete"-->
</config>
</watchdog>
Command Syntax
software-watchdog keep-alive-time <30-1800>
Configure module watchdog status disabled
Enable software watchdog functionality for a particular software module.
Attribute Name: module-watchdog-status-disabled
Attribute Type: uint8
Netconf edit-config payload
<watchdog xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-watchdog">
<software-modules>
<software-module>
<name>nsm</name>
<config>
<name>nsm</name>
</config>
</module-watchdog-status-disabled><!-- operation="delete"-->
</software-module>
</software-modules>
</watchdog>
Command Syntax
no software-watchdog (nsm|ripd|ripngd|ospfd|ospf6d|isisd|hostpd|ldpd|rsvpd|mribd|pimd|authd|mstpd|imi|onmd|hsl|oamd|vlogd|ptpd|vrrpd|ndd|ribd|bgpd|l2mribd|lagd|sflow|udld|cmld|cmmd)
clear cores (WORD|)
Attribute Name: core-dump
Attribute Type: string
Netconf RPC payload
<clear-core-dump xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-watchdog">
<core-dump>WORD</core-dump>
</clear-core-dump>
Command Syntax
clear cores (WORD|)
sys-update un-install
Netconf RPC payload
<sys-update-uninstall xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update"/>
Command Syntax
sys-update un-install
sys-container (raon) (install|update) file FILENAME
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: upgrade-type
Attribute Type: enum (install|update)
Attribute Name: file
Attribute Type: string
Netconf RPC payload
<sys-container-install xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<upgrade-type>install</upgrade-type>
<file>FILENAME</file>
</sys-container-install>
Command Syntax
sys-container (raon) (install|update) file FILENAME
sys-container (raon) un-install
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: un-install
Attribute Type: boolean
Default Value: false
Netconf RPC payload
<sys-container-uninstall xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<un-install>true</un-install/>
</sys-container-uninstall>
Command Syntax
sys-container (raon) un-install
sys-container (raon) (start|stop|restart)
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: boot-type
Attribute Type: enum (start|stop|restart)
Netconf RPC payload
<sys-container-boot xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<boot-type>start</boot-type>
</sys-container-boot>
Command Syntax
sys-container (raon) (start|stop|restart)
sys-container (raon) get URL (source-interface IFNAME|)
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: url
Attribute Type: string
Attribute Name: source-interface
Attribute Type: string
Netconf RPC payload
<sys-container-get xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<url>URL</url>
<source-interface>IFNAME</source-interface>
</sys-container-get>
Command Syntax
sys-container (raon) get URL (source-interface IFNAME|)
sys-container (raon) remove file FILENAME
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: file
Attribute Type: string
Netconf RPC payload
<sys-container-remove xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<file>FILENAME</file>
</sys-container-remove>
Command Syntax
sys-container (raon) remove file FILENAME
sys-container (raon) verify image FILEPATH signature FILEPATH
Attribute Name: type
Attribute Type: enum (raon)
Attribute Name: image
Attribute Type: string
Attribute Name: signature
Attribute Type: string
Netconf RPC payload
<sys-container-verify xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update">
<type>raon</type>
<image>FILEPATH</image>
<signature>FILEPATH</signature>
</sys-container-verify>
Command Syntax
sys-container (raon) verify image FILEPATH signature FILEPATH
sys-container cancel download
Netconf RPC payload
<sys-container-cancel-download xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-sys-update"/>
Command Syntax
sys-container cancel download
Last modified date: 07-14-2023