IPI-PORT-BREAKOUT
Configure mode
Use this attribute to configure Port-breakout mode for an interface
Attribute Name: mode
Attribute Type: enum (4X10g|4X25g|2X50g)
Netconf edit-config payload
<port-breakout xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-breakout">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<mode>4X10g</mode> <!-- operation="delete"-->
</interface>
</interfaces>
</port-breakout>
Command Syntax
port breakout enable (4X10g|4X25g|2X50g)
Configure if name
Name of the interface to breakout
Attribute Name: if-name
Attribute Type: string
Attribute Name: mode
Attribute Type: enum (4X10g|4X25g|2X50g)
Netconf edit-config payload
<port-breakout xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-port-breakout">
<breakouts-dune>
<breakout-dune> <!-- operation="delete"-->
<if-name>IFNAME</if-name>
<config>
<if-name>WORD</if-name>
<mode>4X10g</mode>
</config>
</breakout-dune>
</breakouts-dune>
</port-breakout>
Command Syntax
port IFNAME breakout (4X10g|4X25g|2X50g)
Last modified date: 10/09/2023