IPI-IF-AGGREGATE
Configure aggregate id
Channel group identifier
Attribute Name: aggregate-id
Attribute Type: uint16
Attribute Range: 1-16383
Attribute Name: agg-type
Attribute Type: enum (lacp|static)
Attribute Name: lacp-mode
Attribute Type: enum (passive|active)
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<member-aggregation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-aggregate">
<config>
<agg-type>2</agg-type>
<lacp-mode>1</lacp-mode>
<aggregate-id>1</aggregate-id>
</config>
</member-aggregation>
</interface>
</interfaces>
Command Syntax
static-channel-group <1-16383>
Configure lacp mode
Use this command to add a port to a channel group specified by the channel group number (1-12). This command enables link aggregation on a port, so that it may be selected for aggregation by the local system.
Attribute Name: lacp-mode
Attribute Type: enum (passive|active)
Attribute Name: agg-type
Attribute Type: enum (lacp|static)
Attribute Name: aggregate-id
Attribute Type: uint16
Attribute Range: 1-16383
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<member-aggregation xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-aggregate">
<config>
<agg-type>1</agg-type>
<aggregate-id>1</aggregate-id>
<lacp-mode>passive</lacp-mode>
</config>
</member-aggregation>
</interface>
</interfaces>
Command Syntax
channel-group <1-16383> mode (passive|active)
Configure min links
Minimum number of active links required in this aggregator
Attribute Name: min-links
Attribute Type: uint8
Attribute Range: 2-32
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<aggregator xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-aggregate">
<config>
<min-links>2</min-links> <!-- operation="delete"-->
</config>
</aggregator>
</interface>
</interfaces>
Command Syntax
port-channel min-links <2-32>
Configure min bandwidth
Minimum number of bandwidth required in this aggregator
Attribute Name: min-bandwidth
Attribute Type: string
Netconf edit-config payload
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-interface">
<interface>
<name>IFNAME</name>
<config>
<name>IFNAME</name>
</config>
<aggregator xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-if-aggregate">
<config>
<min-bandwidth>BANDWIDTH</min-bandwidth> <!-- operation="delete"-->
</config>
</aggregator>
</interface>
</interfaces>
Command Syntax
port-channel min-bandwidth BANDWIDTH
Last modified date: 07-14-2023