Using SAA
Problem
You want to configure the routers to automatically poll one another to collect performance statistics.
Solution
Cisco supplies a feature called the Service Assurance Agent (SAA) in IOS Version 12.0(5)T and higher, which allows the routers to automatically poll one another to collect end-to-end performance statistics:
Router1#configure terminal
Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#rtr responder
Router1(config)#rtr
Router1(config-rtr)#
10
type echo protocol ipIcmpEcho
Router1(config-rtr)#
10.1.2.3
tag
Router1(config-rtr)#
ECHO_TEST
threshold
Router1(config-rtr)#
1000
frequency
Router1(config-rtr)#
300
exit
Router1(config)#rtr schedule
10
life
2147483647
start-time now
Router1(config)#rtr
Router1(config-rtr)#
20
type jitter dest-ipaddr
10.1.2.3
dest-port
99
num-packets
Router1(config-rtr)#
100
tag
Router1(config-rtr)#
JITTER_TEST
frequency
Router1(config-rtr)#
300
exit
Router1(config)#rtr schedule
20
life
100000
start-time now ageout
Router1(config)#
3600
exit
Router1#
The target router, which is specified as the destination in both
of these tests, 10.1.2.3
, must be
configured to respond to SAA tests as follows:
Router2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z. Router2(config)#rtr responder
Router2(config)#exit
Router2#
Discussion
The SAA feature includes replaces the earlier Round Trip Reporter (RTR) and Route Trip Time Monitor (RTTMON) facilities, which were available in IOS Version 11.3, and uses the ...
Get Cisco IOS Cookbook, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.