IPI-QOS-IF
Configure untagged priority
Use this attribute to set internal priority for untagged traffic on L2 interface
Attribute Name: untagged-priority
Attribute Type: uint8
Attribute Range: 0-7
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<untagged-priority>0</untagged-priority> <!-- operation="delete"-->
</interface>
</interfaces>
</qos>
Command Syntax
qos untagged-priority <0-7>
Configure trust dscp
Use this command to classify the ingress traffic based on DSCP map on L2 interface
Attribute Name: trust-dscp
Attribute Type: empty
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</trust-dscp><!-- operation="delete"-->
</interface>
</interfaces>
</qos>
Command Syntax
trust dscp
Configure cos
Use this command to enable/disable remarking of CoS set by the egress map
Attribute Name: cos
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<remark>
<config>
<cos>disable</cos> <!-- operation="delete"-->
</config>
</remark>
</interface>
</interfaces>
</qos>
Command Syntax
qos remark cos (disable|enable)
Configure dscp
Use this command to enable/disable remarking of DSCP set by the egress map
Attribute Name: dscp
Attribute Type: enum (disable|enable)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<remark>
<config>
<dscp>disable</dscp> <!-- operation="delete"-->
</config>
</remark>
</interface>
</interfaces>
</qos>
Command Syntax
qos remark dscp (disable|enable)
Configure name
Interface name for which QoS is being configured
Attribute Name: name
Attribute Type: string
Attribute Name: rate
Attribute Type: uint64
Attribute Name: rate-unit
Attribute Type: enum (kbps|mbps|gbps)
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<traffic-shape>
<config>
<rate>1</rate>
<rate-unit>kbps</rate-unit>
</config>
</traffic-shape>
</interface>
</interfaces>
</qos>
Command Syntax
shape rate <1-1000000000> (kbps|mbps|gbps)
Configure cos to queue
Use this attibute to attach a CoS to Traffic-Class profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: cos-to-queue
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<cos-to-queue>NAME</cos-to-queue> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile cos-to-queue NAME
Configure dscp to dscp
Use this attibute to attach a DSCP to DSCP profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: dscp-to-dscp
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<dscp-to-dscp>NAME</dscp-to-dscp> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile dscp-to-dscp NAME
Configure precedence to precedence
Use this attibute to attach a Precedence to Precedencde profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: precedence-to-precedence
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<precedence-to-precedence>NAME</precedence-to-precedence> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile precedence-to-precedence NAME
Configure dscp to queue
Use this attibute to attach a DSCP to Traffic-Class profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: dscp-to-queue
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<dscp-to-queue>NAME</dscp-to-queue> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile dscp-to-queue NAME
Configure precedence to queue
Use this attibute to attach a Precedence to Traffic-Class profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: precedence-to-queue
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<precedence-to-queue>NAME</precedence-to-queue> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile precedence-to-queue NAME
Configure exp encapsulation
Use this attibute to attach a MPLS experimental encapsulation profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: exp-encapsulation
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<exp-encapsulation>NAME</exp-encapsulation> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile exp-encap NAME
Configure dscp encapsulation
Use this attibute to attach a MPLS dscp encapsulation profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: dscp-encapsulation
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<dscp-encapsulation>NAME</dscp-encapsulation> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile dscp-encap NAME
Configure queue color to cos
Use this attibute to attach a Traffic-Class color to CoS profile to the interface
This command is supported when following feature are enabled QoS Mapping profile
Attribute Name: queue-color-to-cos
Attribute Type: string
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<map-profile>
<config>
<queue-color-to-cos>NAME</queue-color-to-cos> <!-- operation="delete"-->
</config>
</map-profile>
</interface>
</interfaces>
</qos>
Command Syntax
qos map-profile queue-color-to-cos NAME
Configure type qos policy map name
Use this attribute to attach a service-policy of type qos to the interface
Attribute Name: type-qos-policy-map-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<service-policy>
<ingress>
<config>
<type-qos-policy-map-name>NAME</type-qos-policy-map-name> <!-- operation="delete"-->
</config>
</ingress>
</service-policy>
</interface>
</interfaces>
</qos>
Command Syntax
service-policy type qos input NAME
Configure type queuing policy map name
Use this attribute to attach a service-policy of type queue to the interface
Attribute Name: type-queuing-policy-map-name
Attribute Type: string
Attribute Range: 1-32
Netconf edit-config payload
<qos xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos">
<interfaces xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-qos-if">
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<service-policy>
<egress>
<config>
<type-queuing-policy-map-name>NAME</type-queuing-policy-map-name> <!-- operation="delete"-->
</config>
</egress>
</service-policy>
</interface>
</interfaces>
</qos>
Command Syntax
service-policy type queuing output NAME
Last modified date: 10/09/2023