IPI-IGP-TE
Configure delay
Use this attribute to specify a unidirectional, link delay value for the interface
Attribute Name: delay
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<config>
<delay>1</delay> <!-- operation="delete"-->
</config>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
delay-measurement static uni-link-delay <1-16777215>
Configure delay variation
Use this attribute to specify a unidirectional, link delay variation value for the interface
Attribute Name: delay-variation
Attribute Type: uint32
Attribute Range: 0-16777215
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<config>
<delay-variation>0</delay-variation> <!-- operation="delete"-->
</config>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
delay-measurement static uni-delay-variation <0-16777215>
Configure loss percentage
Use this attribute to specify a unidirectional, link loss value for the interface
Attribute Name: loss-percentage
Attribute Type: decimal64
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<config>
<loss-percentage>VALUE</loss-percentage> <!-- operation="delete"-->
</config>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
loss-measurement static uni-link-loss VALUE
Configure loss dynamic
Use this attribute to specify a loss percentage value dynamically for the interface
This command is supported when following feature are enabled TE feature
Attribute Name: loss-dynamic
Attribute Type: empty
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<twamp-loss-parameter>
<config>
</loss-dynamic><!-- operation="delete"-->
</config>
</twamp-loss-parameter>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
loss-measurement dynamic
Configure name
Use this attribute to specify a loss percentage value dynamically for the interface
This command is supported when following feature are enabled TE feature
Attribute Name: loss-dynamic
Attribute Type: empty
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<irb-twamp-loss-parameter>
<config>
</loss-dynamic><!-- operation="delete"-->
</config>
</irb-twamp-loss-parameter>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
loss-measurement dynamic
Configure dscp
Use this attribute to classify traffic based on the Differentiated Services Code Point (DSCP) value. The DSCP value range is 0-63.Warning: In CLI show running, DSCP values with well-known names (ex.: af11, cs0) will be displayed as such.On Netconf, DSCP values will always be numeric. The string type allow up to 8 characters on well-known name.
This command is supported when following feature are enabled TE feature
Attribute Name: dscp
Attribute Type: string
Attribute Range: 1-8
Attribute Name: reflector-port
Attribute Type: uint16
Attribute Range: 1025-65535
Attribute Name: sender-ip
Attribute Type: union
Attribute Name: sender-port
Attribute Type: uint16
Attribute Range: 1025-65535
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<twamp-session-parameters>
<twamp-session-parameter>
<reflector-ip>CML_HOSTPNAME_T</reflector-ip>
<config>
<reflector-ip>CML_HOSTPNAME_T</reflector-ip>
</delay-dynamic-twamp><!-- operation="delete"-->
<reflector-port>1025</reflector-port> <!-- operation="delete"-->
<sender-ip>CML_HOSTPNAME_T</sender-ip>
<sender-port>1025</sender-port> <!-- operation="delete"-->
</config>
</delay-dynamic-twamp>
<dscp>WORD</dscp> <!-- operation="delete"-->
</twamp-session-parameter>
</twamp-session-parameters>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
delay-measurement dynamic twamp reflector-ip (A.B.C.D|X:X::X:X|HOSTNAME) (reflector-port <1025-65535>|) (sender-ip (A.B.C.D|X:X::X:X|HOSTNAME)|) (sender-port <1025-65535>|) (dscp WORD|)
Configure delay dynamic twamp
Use this attribute to classify traffic based on the Differentiated Services Code Point (DSCP) value. The DSCP value range is 0-63.Warning: In CLI show running, DSCP values with well-known names (ex.: af11, cs0) will be displayed as such.On Netconf, DSCP values will always be numeric. The string type allow up to 8 characters on well-known name.
This command is supported when following feature are enabled TE feature
Attribute Name: dscp
Attribute Type: string
Attribute Range: 1-8
Attribute Name: reflector-port
Attribute Type: uint16
Attribute Range: 1025-65535
Attribute Name: sender-ip
Attribute Type: union
Attribute Name: sender-port
Attribute Type: uint16
Attribute Range: 1025-65535
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<twamp-session-parameters>
<irb-twamp-session-parameter>
<reflector-ip>CML_HOSTPNAME_T</reflector-ip>
<config>
<reflector-ip>CML_HOSTPNAME_T</reflector-ip>
</delay-dynamic-twamp><!-- operation="delete"-->
<reflector-port>1025</reflector-port> <!-- operation="delete"-->
<sender-ip>CML_HOSTPNAME_T</sender-ip>
<sender-port>1025</sender-port> <!-- operation="delete"-->
</config>
</delay-dynamic-twamp>
<dscp>WORD</dscp> <!-- operation="delete"-->
</irb-twamp-session-parameter>
</twamp-session-parameters>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
delay-measurement dynamic twamp reflector-ip (A.B.C.D|X:X::X:X|HOSTNAME) (reflector-port <1025-65535>|) (sender-ip (A.B.C.D|X:X::X:X|HOSTNAME)|) (sender-port <1025-65535>|) (dscp WORD|)
Configure a bit max
use this attribute to configure a-bit-max
Attribute Name: a-bit-max
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<delay-threshold>
<a-bit> <!-- operation="delete"-->
<a-bit-max>1</a-bit-max>
<config>
<a-bit-max>1</a-bit-max>
<a-bit-min>1</a-bit-min>
</config>
<a-bit-min>1</a-bit-min>
</a-bit>
</delay-threshold>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
delay-measurement a-bit-delay-threshold min <1-16777215> max <1-16777215>
Configure max value
use this attribute to configure max-value
Attribute Name: max-value
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<min-max-delay>
<delay> <!-- operation="delete"-->
<max-value>1</max-value>
<config>
<max-value>1</max-value>
<min-value>1</min-value>
</config>
<min-value>1</min-value>
</delay>
</min-max-delay>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
delay-measurement static min-max-uni-link-delay <1-16777215> <1-16777215>
Configure loss a bit max
use this attribute to configure loss-a-bit-max
Attribute Name: loss-a-bit-max
Attribute Type: decimal64
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<loss>
<threshold> <!-- operation="delete"-->
<loss-a-bit-max>VALUE</loss-a-bit-max>
<config>
<loss-a-bit-max>VALUE</loss-a-bit-max>
<loss-a-bit-min>VALUE</loss-a-bit-min>
</config>
<loss-a-bit-min>VALUE</loss-a-bit-min>
</threshold>
</loss>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
loss-measurement a-bit-loss-threshold min VALUE max VALUE
Configure a bit max range maximum
use this attribute to configure a-bit-max-range-maximum
Attribute Name: a-bit-max-range-maximum
Attribute Type: uint32
Attribute Range: 1-16777215
Netconf edit-config payload
<igp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<uni-link>
<min-max-delay-threshold>
<a-bit> <!-- operation="delete"-->
<a-bit-max-range-maximum>1</a-bit-max-range-maximum>
<config>
<a-bit-max-range-maximum>1</a-bit-max-range-maximum>
<a-bit-max-range-minimum>1</a-bit-max-range-minimum>
<a-bit-min-range-maximum>1</a-bit-min-range-maximum>
<a-bit-min-range-minimum>1</a-bit-min-range-minimum>
</config>
<a-bit-max-range-minimum>1</a-bit-max-range-minimum>
<a-bit-min-range-maximum>1</a-bit-min-range-maximum>
<a-bit-min-range-minimum>1</a-bit-min-range-minimum>
</a-bit>
</min-max-delay-threshold>
</uni-link>
</interface>
</interfaces>
</igp-te>
Command Syntax
delay-measurement a-bit-min-max-delay-threshold min <1-16777215> <1-16777215> max <1-16777215> <1-16777215>
clear twamp measurement interface IFNAME
Attribute Name: interface-name
Attribute Type: string
Attribute Range: 1-128
Netconf RPC payload
<twamp-clear-measurement-intf xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te">
<interface-name>IFNAME</interface-name>
</twamp-clear-measurement-intf>
Command Syntax
clear twamp measurement interface IFNAME
clear twamp measurement interface all
Netconf RPC payload
<twamp-clear-measurement-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-igp-te"/>
Command Syntax
clear twamp measurement interface all