show ip-sla <SLA-NAME>

Syntax

show ip-sla <SLA-NAME> results

Description

Shows the given IP-SLA source configuration and status.

Command context

Operator (>) or Manager (#)

Parameters

<SLA-NAME>

Specifies the SLA name.

results

Shows the statistics calculated for an SLA type.

Authority

Administrators

Examples

switch# show ip-sla xyz results
    
    IP-SLA session status
       IP-SLA Name                     : xyz
       IP-SLA Type                     : tcp-connect
       Destination Host Name/IP Address: 2.2.2.1
       Destination Port                : 8888
       Source IP Address/IFName        : 2.2.2.2
       Source Port                     : 5555
       Status                          : Running

    IP-SLA session cumulative counters
       Total Probes Transmitted        : 1
       Probes Timed-out                : 0
       Bind Error                      : 0
       Destination Address Unreachable : 0
       DNS Resolution Failures         : 0
       Reception Error                 : 0
       Transmission Error              : 0
    
    IP-SLA Latest Probe Results
       Last Probe Time                 : 2018 Jul 13 02:00:35
       Packets Sent                    : 1
       Packets Received                : 1
       Packet Loss in Test             : 0.0000%

    Minimum RTT(ms)                    : 0.7900
    Maximum RTT(ms)                    : 0.7900
    Average RTT(ms)                    : 0.7900
    DNS RTT(ms)                        : 0.0000
    TCP RTT(ms)                        : 0.9710

switch(config)# show ip-sla xyz
    IP-SLA Name             : xyz
    Status                  : scheduled
    IP-SLA Type             : tcp-connect
    VRF                     : ipslasrc
    Source Port             : 5555
    Source IP               : 2.2.2.2
    Source Interface        :
    Domain Name Server      :
    Probe interval(seconds) : 90


switch(config)# show ip-sla jitter-sla results
    IP-SLA session status
       IP-SLA Name                     : jitter-sla
       IP-SLA Type                     : udp-jitter-voip
       Destination Host Name/IP Address: 2.2.2.1
       Destination Port                : 8888
       Source IP Address/IFName        :
       Source Port                     : 5555
       Status                          : Running

    IP-SLA Session Cumulative Counters
       Total Probes Transmitted        : 1
       Probes Timed-out                : 0
       Bind Error                      : 0
       Destination Address Unreachable : 0
       DNS Resolution Failures         : 0
       Reception Error                 : 0
       Transmission Error              : 0
    
    IP-SLA Latest Probe Results
       Last Probe Time                 : 2018 Jul 13 02:02:48
       Packets Sent                    : 1
       Packets Received                : 1
       Packet Loss in Test             : 0.0000%

       Minimum RTT(ms)                 : 0.7900
       Maximum RTT(ms)                 : 0.7900
       Average RTT(ms)                 : 0.7900
       DNS RTT(ms)                     : 0.0000
       
       Min Positive SD                 : 1      Min Positive DS        : 2 
       Max Positive SD                 : 1      Max Positive DS        : 2 
       Positive SD Number              : 2      Positive DS Number     : 2 
       Positive SD Sum                 : 2      Positive DS Sum        : 4 
       Positive SD Average             : 5      Positive DS Average    : 5
       Min Negative SD                 : 1      Min Negative DS        : 1 
       Max Negative SD                 : 1      Max Negative DS        : 1 
       Negative SD Number              : 2      Negative DS Number     : 4 
       Negative SD Sum                 : 2      Negative DS Sum        : 4 
       Negative SD Average             : 5      Negative DS Average    : 5
	    					            
       Max SD Delay                    : 0      Max DS Delay           : 0 
       Min SD Delay                    : 0      Min DS Delay           : 0 
       Average SD Delay                : 0      Average DS Delay       : 0

    Voice Scores:
       MOS  Score                      : 4.38   ICPIF                  : 0      

    
switch(config)# show ip-sla m3op
    IP-SLA Name             : jitter-sla
    Status                  : Running
    IP-SLA Type             : udp-jitter-voip
    VRF                     : ipslasrc
    Source IP               : 2.2.2.2
    Source Interface        :
    Domain Name Server      :
    TOS                     : 10
    Probe Interval(seconds) : 90
    Advantage Factor        : 0
    Codec Type              : g711a


switch(config)# show ip-sla http-sla
    IP-SLA Name             : http-sla
    Status                  : Running
    IP-SLA Type             : http
    VRF                     : ipslasrc
    Source IP               : 2.2.2.2
    Source Interface        :
    Domain Name Server      : 10.10.10.2
    Probe Interval(seconds) : 90
    HTTP Request Type       : GET
    HTTP/HTTPS URL          : abcd.com/ws/home
    Cache                   : Enabled
    HTTP Proxy URL          :
    HTTP Version Number     : 1.1
    ```

##### IP-SLA status description
    ```
    | Status                  | Description                                    |
    |-------------------------|------------------------------------------------|
    | Running                 | SLA is fully operational                       |
    | Bind Error              | Another service is using the same source port  |
    | Interface Down          | Interface status is not up
    | Dns Resolution Error    | Failed to resolve destination hostname         |
    | No Route                | No available route to the responder            |
    | Internal Error          | Unexpected error prevents SLA session          |
    | Disabled                | SLA is disabled                                |
    |Configuration Incomplete | Configuration is not complete to enable the SLA|
    ```
##### IP SLA session cumulative counters description
    ```
    | Status                         | Description                                                              |
    |--------------------------------|--------------------------------------------------------------------------|
    |Probes Timed-out                | Total numbers of probes failed to receive response.                      |
    |Bind Error                      | Total numbers of probes transmission failed as source port not available.|
    |Destination Address Unreachable | Total numbers of probes transmission failed due to route unavailable.    |
    |DNS Resolution Failures         | Total numbers of probes failed due to DNS resolution failure.            |
    |Reception Error                 | Total numbers of probes failed due to internal error in reception.       |
    |Transmission Error              | Total numbers of probes failed due to internal errr in transmission.     |