Wednesday, September 10, 2014

IP SLA (Service Level Agreement) Commands

The IOS IP Service-Level Agreement (IP SLA) feature measures the ongoing behavior of
the network. The measurement can be as simple as using the equivalent of a ping to determine if an IP address responds, or as sophisticated as measuring the jitter (delay variation)
of VoIP packets that flow over a particular path. To use IP SLA, an engineer configures IP
SLA operations on various routers, and the routers will then send packets, receive responses, and gather data about whether a response was received, and the specific characteristics of the results, such as delay and jitter measurements.

#conf t
#ip lsa 11
#icmp-echo 10.1.3.99 (destination) source-ip 10.1.1.9
#frequency 60
#ip sla schedule 11 start-time now life forever
#no ip sla 11

PBRს რომ მიაბა რომ კონკრეტული გზით იაროს ვთქვათ:
#access-list 101 permit ip host 10.1.1.9 host  10.1.3.99
#ip local policy NAME
#route-map NAME permit
#match ip address 101
#set ip next-hop 10.1.2.3

Tracking:
#track 2 ip sla 11 state/reachability
#delay up 90 down 90 - optional
#ip route  10.0.0.0 255.255.255.0 s0/0 track 2

#ip next-hop verify-availability 10.0.0.1 25 track 2

#show track

#show ip sla configuration
Entry number = operation number (11)

#show ip sla statistics 11
Latest operation return code: OK/ No connection
Number of successes: 22

No comments:

Post a Comment