IPI-DCB
Configure dcb enabled
Enable Data-Center-Bridging
Attribute Name: dcb-enabled
Attribute Type: boolean
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<bridges>
<bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<dcb-enabled>true</dcb-enabled> <!-- operation="delete"-->
</bridge>
</bridges>
</dcb>
Command Syntax
data-center-bridging enable bridge <1-32>
Configure bridge id
Enable Data-Center-Bridging
Attribute Name: dcb-enabled
Attribute Type: boolean
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<bridges>
<bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<dcb-enabled>true</dcb-enabled> <!-- operation="delete"-->
</bridge>
</bridges>
</dcb>
Command Syntax
data-center-bridging disable bridge <1-32>
Configure enable ets
Enhanced-Transmission-Selection
Attribute Name: enable-ets
Attribute Type: uint8
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<bridges>
<bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
</enable-ets><!-- operation="delete"-->
</bridge>
</bridges>
</dcb>
Command Syntax
enhanced-transmission-selection enable bridge <1-32>
Configure enable application priority
enable Application-Priority
Attribute Name: enable-application-priority
Attribute Type: uint8
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<bridges>
<bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
</enable-application-priority><!-- operation="delete"-->
</bridge>
</bridges>
</dcb>
Command Syntax
application-priority enable bridge <1-32>
Configure enable pfc
enable Priority-Flow-Control
This command is supported when following feature are enabled DCB feature
Attribute Name: enable-pfc
Attribute Type: empty
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<bridges>
<bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
</enable-pfc><!-- operation="delete"-->
</bridge>
</bridges>
</dcb>
Command Syntax
priority-flow-control enable bridge <1-32>
Configure enabled
Use this attribute to enable QCN for a bridge
Attribute Name: enabled
Attribute Type: uint8
Attribute Name: cnm-transmit-priority
Attribute Type: uint8
Default Value: 6
Attribute Range: 0-7
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<bridges>
<bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<qcn>
<config>
<cnm-transmit-priority>0</cnm-transmit-priority>
</enabled>
</config>
</qcn>
</bridge>
</bridges>
</dcb>
Command Syntax
qcn enable bridge <1-32> (cnm-transmit-priority <0-7>|)
Configure priority value
Use this attribute to configure cnpv defense priority value
Attribute Name: priority-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: qcn-mode
Attribute Type: enum (admin|auto|component)
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<bridges>
<bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<qcn>
<cnpv-defenses>
<cnpv-defense> <!-- operation="delete"-->
<priority-value>0</priority-value>
<config>
<priority-value>0</priority-value>
<qcn-mode>admin</qcn-mode>
</config>
</cnpv-defense>
</cnpv-defenses>
</qcn>
</bridge>
</bridges>
</dcb>
Command Syntax
defense-mode cnpv <0-7> (auto)
Configure qcn mode
Use this attribute to configure cnpv defense priority value
Attribute Name: priority-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: qcn-mode
Attribute Type: enum (admin|auto|component)
Attribute Name: admin-defense-mode
Attribute Type: enum (disabled|interior|interior-ready|edge)
Attribute Name: alternate-priority
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<bridges>
<bridge>
<bridge-id>1</bridge-id>
<config>
<bridge-id>1</bridge-id>
</config>
<qcn>
<cnpv-defenses>
<cnpv-defense> <!-- operation="delete"-->
<priority-value>0</priority-value>
<config>
<priority-value>0</priority-value>
<qcn-mode>admin</qcn-mode>
<admin-defense-mode>disabled</admin-defense-mode>
<alternate-priority>0</alternate-priority>
</config>
</cnpv-defense>
</cnpv-defenses>
</qcn>
</bridge>
</bridges>
</dcb>
Command Syntax
defense-mode cnpv <0-7> (admin) (disabled|interior|interior-ready|edge) alternate-priority <0-7>
Configure enable
This attribute enables debugging for DCB
Attribute Name: enable
Attribute Type: uint8
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<debug>
<config>
</enable><!-- operation="delete"-->
</config>
</debug>
</dcb>
Command Syntax
debug dcb on