IPI-DELAY-PROFILE
Configure profile type
The profile type for delay
Attribute Name: profile-type
Attribute Type: enum (interfaces)
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile> <!-- operation="delete"-->
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
</delay-profile>
</delay-profiles>
Command Syntax
delay-profile (interfaces)
Configure mode
Set the measurement mode
Attribute Name: mode
Attribute Type: enum (one-way|two-way)
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<profile-parameters>
<config>
<mode>one-way</mode> <!-- operation="delete"-->
</config>
</profile-parameters>
</delay-profile>
</delay-profiles>
Command Syntax
mode (one-way|two-way)
Configure burst interval
Configure the burst-interval
Attribute Name: burst-interval
Attribute Type: uint16
Attribute Range: 1000-15000
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<profile-parameters>
<config>
<burst-interval>1000</burst-interval> <!-- operation="delete"-->
</config>
</profile-parameters>
</delay-profile>
</delay-profiles>
Command Syntax
burst-interval <1000-15000>
Configure burst count
Configure the burst-count
Attribute Name: burst-count
Attribute Type: uint8
Attribute Range: 1-5
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<profile-parameters>
<config>
<burst-count>1</burst-count> <!-- operation="delete"-->
</config>
</profile-parameters>
</delay-profile>
</delay-profiles>
Command Syntax
burst-count <1-5>
Configure interval
Configure the computation interval
Attribute Name: interval
Attribute Type: uint16
Attribute Range: 30-3600
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<profile-parameters>
<config>
<interval>30</interval> <!-- operation="delete"-->
</config>
</profile-parameters>
</delay-profile>
</delay-profiles>
Command Syntax
interval <30-3600>
Configure sender port
Configure the computation interval
Attribute Name: sender-port
Attribute Type: uint16
Attribute Range: 1025-65535
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<profile-parameters>
<config>
<sender-port>1025</sender-port> <!-- operation="delete"-->
</config>
</profile-parameters>
</delay-profile>
</delay-profiles>
Command Syntax
sender-port <1025-65535>
Configure disable
Disable the periodic advertisement
Attribute Name: disable
Attribute Type: uint8
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<periodic-advertisement>
<config>
</disable><!-- operation="delete"-->
</config>
</periodic-advertisement>
</delay-profile>
</delay-profiles>
Command Syntax
no advertisement periodic
Configure threshold
Configure the periodic advertisement threshold
Attribute Name: threshold
Attribute Type: uint8
Attribute Range: 1-100
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<periodic-advertisement>
<config>
<threshold>1</threshold> <!-- operation="delete"-->
</config>
</periodic-advertisement>
</delay-profile>
</delay-profiles>
Command Syntax
advertisement periodic threshold <1-100>
Configure minimum change
Configure the advertisement minimum-change in microseconds (default=1000)
Attribute Name: minimum-change
Attribute Type: uint16
Attribute Range: 0-10000
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<periodic-advertisement>
<config>
<minimum-change>0</minimum-change> <!-- operation="delete"-->
</config>
</periodic-advertisement>
</delay-profile>
</delay-profiles>
Command Syntax
advertisement periodic minimum-change <0-10000>
Configure enable
Enable the accelerated advertisement
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<delay-profiles xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-delay-profile">
<delay-profile>
<profile-type>interfaces</profile-type>
<config>
<profile-type>interfaces</profile-type>
</config>
<accelerated-advertisement>
<config>
</enable>
</config>
</accelerated-advertisement>
</delay-profile>
</delay-profiles>
Command Syntax
advertisement accelerated
Last modified date: 08/22/2023