IPI-UDLD
Configure enable
Use this attribute to enable UDLD
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<udld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-udld">
<global>
<config>
</enable><!-- operation="delete"-->
</config>
</global>
</udld>
Command Syntax
udld enable
Configure message time
Use this attribute to set UDLD message interval value
Attribute Name: message-time
Attribute Type: uint8
Attribute Range: 7-90
Netconf edit-config payload
<udld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-udld">
<global>
<config>
<message-time>7</message-time> <!-- operation="delete"-->
</config>
</global>
</udld>
Command Syntax
udld message-time <7-90>
Configure options
Use this attribute to enable or disable UDLD debugging at various levels
Attribute Name: options
Attribute Type: bits (event|packet|timer|nsm|hal|all)
Netconf edit-config payload
<udld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-udld">
<debug>
<config>
<options>event</options> <!-- operation="delete"-->
</config>
</debug>
</udld>
Command Syntax
debug udld (event|packet|timer|nsm|hal|all)
Configure mode
Use this attribute to configure UDLD mode for an interface
Attribute Name: mode
Attribute Type: enum (normal|aggressive)
Netconf edit-config payload
<udld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-udld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mode>normal</mode> <!-- operation="delete"-->
</interface>
</interfaces>
</udld>
Command Syntax
udld mode (normal|aggressive)
Configure administrative state
Use this attribute configure UDLD administrative state for an interface
Attribute Name: administrative-state
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<udld xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-udld">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<administrative-state>disable</administrative-state> <!-- operation="delete"-->
</interface>
</interfaces>
</udld>
Command Syntax
udld state (disable|enable)
debug udld (event|packet|timer|nsm|hal|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|packet|timer|nsm|hal|all)
Netconf RPC payload
<udld-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-udld">
<terminal-debug-options>event</terminal-debug-options>
</udld-terminal-debug-on>
Command Syntax
debug udld (event|packet|timer|nsm|hal|all)
no debug udld (event|packet|timer|nsm|hal|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|packet|timer|nsm|hal|all)
Netconf RPC payload
<udld-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-udld">
<terminal-debug-options>event</terminal-debug-options>
</udld-terminal-debug-off>
Command Syntax
no debug udld (event|packet|timer|nsm|hal|all)
Last modified date: 10/09/2023