Sie sind auf Seite 1von 3

IP SLA is a great tool on Cisco routers that allows us to generate traffic which can be used to check

delay/latency, jitter but can also be combined with object tracking. This allows us to check the reachability of a
certain IP address (by pinging) or a certain service by connecting to it (using TCP). If the IP address/service is
unreachable we can apply a certain action.

R1(config)#ip route 0.0.0.0 0.0.0.0 192.168.12.2


R1(config)#ip route 0.0.0.0 0.0.0.0 192.168.13.3 2

By default a static route has an AD (Administrative Distance) of 1, that’s why I configured the second static
route towards ISP2 to have an AD of 2. Having a static route with a higher administrative distance is also called
a floating static route. When we look at the routing table of R1 this is what

Cisco IOS IP SLAs sends data across the network to measure performance between multiple network locations or
across multiple network paths. It simulates network data and IP services and collects network performance
information in real time. Cisco IOS IP SLAs generates and analyzes traffic either between Cisco IOS devices or from
a Cisco IOS device to a remote IP device such as a network application server. Measurements provided by the
various Cisco IOS IP SLAs operations can be used for troubleshooting, for problem analysis, and for designing
network topologies.

Depending on the specific Cisco IOS IP SLAs operation, various network performance statistics are monitored within
the Cisco device and stored in both command-line interface (CLI) and Simple Network Management Protocol (SNMP)
MIBs. IP SLAs packets have configurable IP and application layer options such as source and destination IP address,
User Datagram Protocol (UDP)/TCP port numbers, a type of service (ToS) byte (including Differentiated Services
Code Point [DSCP] and IP Prefix bits), Virtual Private Network (VPN) routing/forwarding instance (VRF), and URL
web address.

Because Cisco IP SLAs is Layer 2 transport independent, you can configure end-to-end operations over disparate
networks to best reflect the metrics that an end user is likely to experience. IP SLAs collects a unique subset of these
performance metrics:

• Delay (both round-trip and one-way)

• Jitter (directional)

• Packet loss (directional)

• Packet sequencing (packet ordering)

• Path (per hop)

• Connectivity (directional)

• Server or website download time

Because Cisco IOS IP SLAs is SNMP-accessible, it can also be used by performance-monitoring applications like
CiscoWorks Internetwork Performance Monitor (IPM) and other third-party Cisco partner performance management
products. You can find more details about network management products that use Cisco IOS IP SLAs at this URL:

Object tracking

This feature provides a more complete alternative to the Hot Standby Routing Protocol (HSRP) tracking mechanism.
which allows you to track the line-protocol state of an interface. If the line protocol state of an interface goes down,
the HSRP priority of the interface is reduced and another HSRP device with a higher priority becomes active.
The enhanced object tracking feature separates the tracking mechanism from HSRP and creates a separate,
standalone tracking process that can be used by processes other than HSRP. This allows tracking other objects in
addition to the interface line-protocol state. A client process, such as HSRP, can register an interest in tracking
objects and request notification when the tracked object changes state.This feature increases the availability and
speed of recovery of a routing system and decreases outages and outage duration.

Das könnte Ihnen auch gefallen