IPI-IP-SLA
Configure identifier
Use this attribute to set the IPSLA.
Attribute Name: identifier
Attribute Type: uint16
Attribute Range: 1-65535
Netconf edit-config payload
<ip-sla xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ip-sla">
<processes>
<process> <!-- operation="delete"-->
<identifier>1</identifier>
<config>
<identifier>1</identifier>
</config>
</process>
</processes>
</ip-sla>
Command Syntax
ip sla <1-65535>
Configure host
Use this attribute to set the ICMP Echo host name or IP address.
Attribute Name: host
Attribute Type: union
Attribute Name: source-interface
Attribute Type: string
Netconf edit-config payload
<ip-sla xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ip-sla">
<processes>
<process>
<identifier>1</identifier>
<config>
<identifier>1</identifier>
</config>
<icmp-echo-processes>
<icmp-echo-process> <!-- operation="delete"-->
<host>IP_SLA_HOSTNAME_T</host>
<config>
<host>IP_SLA_HOSTNAME_T</host>
<source-interface>IFNAME</source-interface>
</config>
</icmp-echo-process>
</icmp-echo-processes>
</process>
</processes>
</ip-sla>
Command Syntax
icmp-echo (ipv4 A.B.C.D|ipv6 X:X::X:X|HOSTNAME) (source-interface IFNAME|)
Configure frequency
The frequency (interval) correlates to how often the ICMP packet is sent. The unit of this parameter is in seconds.
Attribute Name: frequency
Attribute Type: uint8
Attribute Range: 1-60
Netconf edit-config payload
<ip-sla xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ip-sla">
<processes>
<process>
<identifier>1</identifier>
<config>
<identifier>1</identifier>
</config>
<icmp-echo-processes>
<icmp-echo-process>
<host>IP_SLA_HOSTNAME_T</host>
<config>
<host>IP_SLA_HOSTNAME_T</host>
</config>
<frequency>1</frequency> <!-- operation="delete"-->
</icmp-echo-process>
</icmp-echo-processes>
</process>
</processes>
</ip-sla>
Command Syntax
frequency <1-60>
Configure timeout
The timeout value correlates to how long the Ping application will wait for the response after sending packets ICMP Echo packets.
Attribute Name: timeout
Attribute Type: uint16
Attribute Range: 1000-60000
Netconf edit-config payload
<ip-sla xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ip-sla">
<processes>
<process>
<identifier>1</identifier>
<config>
<identifier>1</identifier>
</config>
<icmp-echo-processes>
<icmp-echo-process>
<host>IP_SLA_HOSTNAME_T</host>
<config>
<host>IP_SLA_HOSTNAME_T</host>
</config>
<timeout>1000</timeout> <!-- operation="delete"-->
</icmp-echo-process>
</icmp-echo-processes>
</process>
</processes>
</ip-sla>
Command Syntax
timeout <1000-60000>
Configure threshold
The threshold value correlates to the limit the administrator sets as what would be a successful test. Threshold can be configured in milli-seconds.
Attribute Name: threshold
Attribute Type: uint16
Attribute Range: 1000-60000
Netconf edit-config payload
<ip-sla xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ip-sla">
<processes>
<process>
<identifier>1</identifier>
<config>
<identifier>1</identifier>
</config>
<icmp-echo-processes>
<icmp-echo-process>
<host>IP_SLA_HOSTNAME_T</host>
<config>
<host>IP_SLA_HOSTNAME_T</host>
</config>
<threshold>1000</threshold> <!-- operation="delete"-->
</icmp-echo-process>
</icmp-echo-processes>
</process>
</processes>
</ip-sla>
Command Syntax
threshold <1000-60000>
Configure vrf name
VRF name
Attribute Name: vrf-name
Attribute Type: string
Netconf edit-config payload
<ip-sla xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ip-sla">
<scheduled-processes>
<scheduled-process>
<time-range-name>WORD</time-range-name>
<config>
<time-range-name>WORD</time-range-name>
<scheduled-pid>1</scheduled-pid>
</config>
<scheduled-pid>1</scheduled-pid>
<vrf-name>NAME</vrf-name>
</scheduled-process>
</scheduled-processes>
</ip-sla>
Command Syntax
ip sla schedule <1-65535> time-range WORD (vrf NAME|)
clear ip sla statistics (<1-65535>|)
Attribute Name: identifier
Attribute Type: uint16
Attribute Range: 1-65535
Netconf RPC payload
<ip-sla-clear-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ip-sla">
<identifier>1</identifier>
</ip-sla-clear-statistics>
Command Syntax
clear ip sla statistics (<1-65535>|)
Last modified date: 10/09/2023