IP SLA

IP Service Level Agreement

4.6a Overview (not on blueprint)

General information on “IP SLA”:

4.6.a i ICMP probes

General information about “IP SLA ICMP probes”:

“IP SLA ICMP probes” CLI configuration commands:

## Configuring a basic ICMP echo IP SLA
Router(config)# ip sla <id>
Router(config-ip-sla)# icmp-echo <ip> [source-ip <ip>] [source-interface <if>]

## Configuring a basic ICMP jitter IP SLA
Router(config)# ip sla <id>
Router(config-ip-sla)# icmp-jitter <ip> [source-ip <ip>]

## Starting a basic ICMP IP SLA
Router(config)# ip sla schedule <id> life [forever | seconds] start-time [now | after hh:mm:ss | hh:mm | hh:mm:ss | pending] ageout [seconds] recurring

“IP SLA ICMP probes” CLI show commands:

## Showing parameters of all configured IP SLAs
Router# show ip sla configuration

## Showing statistics of a specific IP SLAs
Router# show ip sla statistics <id>

4.6.a ii UDP probes

General information on “IP SLA UDP probes”:

“IP SLA UDP probes” CLI configuration commands:

## Configuring a basic UDP echo IP SLA
Router(config)# ip sla <id>
Router(config-ip-sla)# udp-echo <ip> <port>

## Configuring a basic UDP jitter IP SLA
Router(config)# ip sla <id>
Router(config-ip-sla)# udp-jitter <ip> <port>

## Configuring a basic UDP IP SLA responder
Router(config)# ip sla responder

## Starting a basic UDP IP SLA
Router(config)# ip sla schedule <id> life [forever | seconds] start-time [now | after hh:mm:ss | hh:mm | hh:mm:ss | pending] ageout [seconds] recurring

“IP SLA UDP probes” CLI show commands:

## Showing parameters of all configured IP SLAs
Router# show ip sla configuration

## Showing statistics of a specific IP SLAs
Router# show ip sla statistics <id>

4.6.a iii TCP probes

General information on “IP SLA TCP probes”:

“IP SLA TCP probes” CLI configuration commands:

## Configuring a basic TCP connect IP SLA
Router(config)# ip sla <id>
Router(config-ip-sla)# tcp-connect <ip> <port>

## Configuring a basic TCP IP SLA responder
Router(config)# ip sla responder

## Starting a basic TCP IP SLA
Router(config)# ip sla schedule <id> life [forever | seconds] start-time [now | after hh:mm:ss | hh:mm | hh:mm:ss | pending] ageout [seconds] recurring

“IP SLA TCP probes” CLI show commands:

## Showing parameters of all configured IP SLAs
Router# show ip sla configuration

## Showing statistics of a specific IP SLAs
Router# show ip sla statistics <id>