December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to configure the routers to automatically poll one another to collect performance statistics.
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 terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#rtr responderRouter1(config)#rtrRouter1(config-rtr)#10type echo protocol ipIcmpEchoRouter1(config-rtr)#10.1.2.3tagRouter1(config-rtr)#ECHO_TESTthresholdRouter1(config-rtr)#1000frequencyRouter1(config-rtr)#300exitRouter1(config)#rtr schedule10life2147483647start-time nowRouter1(config)#rtrRouter1(config-rtr)#20type jitter dest-ipaddr10.1.2.3dest-port99num-packetsRouter1(config-rtr)#100tagRouter1(config-rtr)#JITTER_TESTfrequencyRouter1(config-rtr)#300exitRouter1(config)#rtr schedule20life100000start-time now ageoutRouter1(config)#3600exitRouter1#
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 terminalEnter configuration commands, one per line. End with CNTL/Z. Router2(config)#rtr responderRouter2(config)#exitRouter2#
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 ...