IPI-LACP
Configure system priority
Use this attribute to the system priority of this switch. This priority is used for determining the system that is responsible for resolving conflicts in the choice of aggregation groups. A lower numerical value has a higher priority.
Attribute Name: system-priority
Attribute Type: uint32
Default Value: 32768
Attribute Range: 0-65535
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<global>
<config>
<system-priority>0</system-priority> <!-- operation="delete"-->
</config>
</global>
</lacp>
Command Syntax
lacp system-priority <0-65535>
Configure options
This attribute returns the terminal debug options which are enabled
Attribute Name: options
Attribute Type: bits (event|cli|timer|packet|rx|tx|sync|ha|all)
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<debug>
<config>
<options>event</options> <!-- operation="delete"-->
</config>
</debug>
</lacp>
Command Syntax
debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
Configure port priority
Use this attribute to set the priority of a channel. Channels are selected for aggregation based on their priority with the higher priority (numerically lower) channels selected first
Attribute Name: port-priority
Attribute Type: uint32
Default Value: 32768
Attribute Range: 1-65535
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<member-aggregation>
<config>
<port-priority>1</port-priority> <!-- operation="delete"-->
</config>
</member-aggregation>
</interface>
</interfaces>
</lacp>
Command Syntax
lacp port-priority <1-65535>
Configure timeout
Use this attribute to set either a short or long timeout value on a port. The timeout value is the number of seconds before invalidating a received LACP data unit (DU). If the LACP_timeout bit (encoded in Actor_State and Partner_State fields) is set to 1, the short timeout takes effect; if set to 0, the long timeout takes effect.
Attribute Name: timeout
Attribute Type: enum (long|short)
Default Value: long
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<member-aggregation>
<config>
<timeout>long</timeout> <!-- operation="delete"-->
</config>
</member-aggregation>
</interface>
</interfaces>
</lacp>
Command Syntax
lacp timeout (long|short)
Configure bridge type
Use this attribute to set the address type to use for sending LACPDUs (Link Aggregation Control Protocol Data Units).
Attribute Name: bridge-type
Attribute Type: enum (customer-bridge-group-address|multicast-group-address|non-tmpr-group-address)
Default Value: multicast-group-address
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<member-aggregation>
<config>
<bridge-type>multicast-group-address</bridge-type> <!-- operation="delete"-->
</config>
</member-aggregation>
</interface>
</interfaces>
</lacp>
Command Syntax
lacp destination-mac (customer-bridge-group-address|multicast-group-address|non-tmpr-group-address)
Configure force up
Use this attribute to enable the port as force-up in a channel group. Setting this attribute makes the port logically operational even if link aggregation goes down.
Attribute Name: force-up
Attribute Type: empty
Netconf edit-config payload
<lacp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<member-aggregation>
<config>
</force-up><!-- operation="delete"-->
</config>
</member-aggregation>
</interface>
</interfaces>
</lacp>
Command Syntax
lacp force-up
snmp restart lacp
Netconf RPC payload
<lacp-snmp-restart xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp"/>
Command Syntax
snmp restart lacp
clear lacp (<1-65535>|) counters
Attribute Name: aggregate-id
Attribute Type: uint16
Attribute Range: 1-65535
Netconf RPC payload
<clear-lacp-counters xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<aggregate-id>1</aggregate-id>
</clear-lacp-counters>
Command Syntax
clear lacp (<1-65535>|) counters
debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|cli|timer|packet|rx|tx|sync|ha|all)
Netconf RPC payload
<lacp-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<terminal-debug-options>event</terminal-debug-options>
</lacp-terminal-debug-on>
Command Syntax
debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
no debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (event|cli|timer|packet|rx|tx|sync|ha|all)
Netconf RPC payload
<lacp-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-lacp">
<terminal-debug-options>event</terminal-debug-options>
</lacp-terminal-debug-off>
Command Syntax
no debug lacp (event|cli|timer|packet|rx|tx|sync|ha|all)
Last modified date: 08/24/2023