IPI-DCB-INTERFACE
Configure pfc mode
Enable Data-Center-Bridging
This command is supported when following feature are enabled DCB feature
Attribute Name: pfc-mode
Attribute Type: enum (on|auto)
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<pfc-mode>on</pfc-mode> <!-- operation="delete"-->
</interface>
</interfaces>
</dcb>
Command Syntax
priority-flow-control mode (on|auto)
Configure ets mode
Use this attribute to set Enhanced Transmission Selection mode
This command is supported when following feature are enabled DCB feature
Attribute Name: ets-mode
Attribute Type: enum (on|auto)
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<ets-mode>on</ets-mode> <!-- operation="delete"-->
</interface>
</interfaces>
</dcb>
Command Syntax
enhanced-transmission-selection mode (on|auto)
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">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</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>
</interface>
</interfaces>
</dcb>
Command Syntax
defense-mode cnpv <0-7> (auto|component)
Configure name
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">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</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>
</interface>
</interfaces>
</dcb>
Command Syntax
defense-mode cnpv <0-7> (admin) (disabled|interior|interior-ready|edge) alternate-priority <0-7>
Configure cnpv value
Use this attribute to configure cnpv value
Attribute Name: cnpv-value
Attribute Type: uint8
Attribute Range: 0-7
Attribute Name: sample-base
Attribute Type: uint32
Attribute Range: 1024-10240
Attribute Name: weight
Attribute Type: int8
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<qcn>
<congestion-points>
<congestion-point> <!-- operation="delete"-->
<cnpv-value>0</cnpv-value>
<config>
<cnpv-value>0</cnpv-value>
<sample-base>1024</sample-base>
<weight>WEIGHT</weight>
</config>
</congestion-point>
</congestion-points>
</qcn>
</interface>
</interfaces>
</dcb>
Command Syntax
cp enable cnpv <0-7> (sample-base <1024-10240>|) (weight WEIGHT|)
Configure weight
Use this attribute to configure weight
This command is supported when following feature are enabled DCB feature
Attribute Name: weight
Attribute Type: int8
Attribute Name: sample-base
Attribute Type: uint32
Attribute Range: 1024-10240
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<qcn>
<congestion-points>
<congestion-point>
<cnpv-value>0</cnpv-value>
<config>
<cnpv-value>0</cnpv-value>
<sample-base>1024</sample-base> <!-- operation="delete"-->
</config>
<weight>WEIGHT</weight> <!-- operation="delete"-->
</congestion-point>
</congestion-points>
</qcn>
</interface>
</interfaces>
</dcb>
Command Syntax
cp enable cnpv <0-7> (sample-base <1024-10240>|) (weight WEIGHT|)
Configure accept peer config
Use this attribute to accept peer configuration
This command is supported when following feature are enabled DCB feature
Attribute Name: accept-peer-config
Attribute Type: empty
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<priority-flow-control>
<config>
</accept-peer-config><!-- operation="delete"-->
</config>
</priority-flow-control>
</interface>
</interfaces>
</dcb>
Command Syntax
priority-flow-control accept-peer-config
Configure advertise local config
Use this attribute to advertise local configuration to peer
This command is supported when following feature are enabled DCB feature
Attribute Name: advertise-local-config
Attribute Type: empty
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<priority-flow-control>
<config>
</advertise-local-config><!-- operation="delete"-->
</config>
</priority-flow-control>
</interface>
</interfaces>
</dcb>
Command Syntax
priority-flow-control advertise-local-config
Configure cap
Use this attribute to set cap value
This command is supported when following feature are enabled DCB feature
Attribute Name: cap
Attribute Type: uint8
Attribute Range: 0-8
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<priority-flow-control>
<config>
<cap>0</cap> <!-- operation="delete"-->
</config>
</priority-flow-control>
</interface>
</interfaces>
</dcb>
Command Syntax
priority-flow-control cap <0-8>
Configure link delay allowance
Use this attribute to set link delay allowance
This command is supported when following feature are enabled DCB feature
Attribute Name: link-delay-allowance
Attribute Type: uint32
Attribute Range: 0-65535
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<priority-flow-control>
<config>
<link-delay-allowance>0</link-delay-allowance> <!-- operation="delete"-->
</config>
</priority-flow-control>
</interface>
</interfaces>
</dcb>
Command Syntax
priority-flow-control link-delay-allowance <0-65535>
Configure max traffic class groups
Use this attrribute to set maximum traffic class groups
This command is supported when following feature are enabled DCB feature
Attribute Name: max-traffic-class-groups
Attribute Type: uint8
Attribute Range: 0-2
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<enhanced-transmission-selection>
<config>
<max-traffic-class-groups>0</max-traffic-class-groups> <!-- operation="delete"-->
</config>
</enhanced-transmission-selection>
</interface>
</interfaces>
</dcb>
Command Syntax
max-traffic-class-group <0-2>
Configure bandwidth percentage
Use this attrribute to set bandwidth percentage
Attribute Name: bandwidth-percentage
Attribute Type: uint8
Attribute Range: 0-100
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<enhanced-transmission-selection>
<traffic-class-groups>
<traffic-class-group>
<group-index>0</group-index>
<config>
<group-index>0</group-index>
</config>
<bandwidth-percentage>0</bandwidth-percentage> <!-- operation="delete"-->
</traffic-class-group>
</traffic-class-groups>
</enhanced-transmission-selection>
</interface>
</interfaces>
</dcb>
Command Syntax
bandwidth-percentage <0-1> <0-100>
Configure enabled
Use this attribute to enable application priority
This command is supported when following feature are enabled DCB feature
Attribute Name: enabled
Attribute Type: empty
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<application-priority>
<config>
</enabled><!-- operation="delete"-->
</config>
</application-priority>
</interface>
</interfaces>
</dcb>
Command Syntax
application-priority enable
Configure protocol type
Use this attribute to set priority value
This command is supported when following feature are enabled DCB feature
Attribute Name: priority-value
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<application-priority>
<port-mappings>
<port-mapping> <!-- operation="delete"-->
<priority-value>0</priority-value>
<config>
<priority-value>0</priority-value>
<port-number>1</port-number>
<protocol-type>tcp</protocol-type>
</config>
<port-number>1</port-number>
<protocol-type>tcp</protocol-type>
</port-mapping>
</port-mappings>
</application-priority>
</interface>
</interfaces>
</dcb>
Command Syntax
(tcp|udp|both-tcp-udp) port-no <1-1023> priority <0-7>
Configure service name
Use this attribute to set priority value of service map
This command is supported when following feature are enabled DCB feature
Attribute Name: priority-value
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<application-priority>
<service-mappings>
<service-mapping> <!-- operation="delete"-->
<priority-value>0</priority-value>
<config>
<priority-value>0</priority-value>
<service-name>PROTOSERV</service-name>
<protocol-type>tcp</protocol-type>
</config>
<service-name>PROTOSERV</service-name>
<protocol-type>tcp</protocol-type>
</service-mapping>
</service-mappings>
</application-priority>
</interface>
</interfaces>
</dcb>
Command Syntax
(tcp|udp|both-tcp-udp) service-name PROTOSERV priority <0-7>
Configure ether name
Use this attribute to configure priority
This command is supported when following feature are enabled DCB feature
Attribute Name: priority-value
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<application-priority>
<ethertype-name-mappings>
<ethertype-name-mapping> <!-- operation="delete"-->
<priority-value>0</priority-value>
<config>
<priority-value>0</priority-value>
<ether-name>ETHERNAME</ether-name>
</config>
<ether-name>ip</ether-name>
</ethertype-name-mapping>
</ethertype-name-mappings>
</application-priority>
</interface>
</interfaces>
</dcb>
Command Syntax
ethertype name (ip|x25|arp|g8bpqx25|ieeepup|ieeeaddrtrans|dec|decdnadumpload|decdnaremoteconsole|decdnarouting|declat|decdiagnostics|rarp|atalkddp|atalkaarp|ipx|ipv6|atmmulti|pppdiscovery|pppsession|atmtransport|ETHERNAME) priority <0-7>
Configure ether value
Use this attribute to configure priority
This command is supported when following feature are enabled DCB feature
Attribute Name: priority-value
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<dcb xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-dcb">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<application-priority>
<ethertype-value-mappings>
<ethertype-value-mapping> <!-- operation="delete"-->
<priority-value>0</priority-value>
<config>
<priority-value>0</priority-value>
<ether-value>ETHERTYPE</ether-value>
</config>
<ether-value>ETHERTYPE</ether-value>
</ethertype-value-mapping>
</ethertype-value-mappings>
</application-priority>
</interface>
</interfaces>
</dcb>
Command Syntax
ethertype value ETHERTYPE priority <0-7>
Last modified date: 07-14-2023