To enable the IP SLAs Responder on the destination device:
Note: The following instructions are example configuration instructions for configuring an IP SLA destination device. For additional configuration information, see the Cisco IOS IP SLAs Configuration Guide, Release 12.4.
enable
configure terminal
ip sla responder
exit
To configure the IP SLA source device:
Note: The following instructions are example configuration instructions for configuring an IP SLA source device (responder). For additional configuration information, see the Cisco IOS IP SLAs Configuration Guide, Release 12.4.
enable
configure terminal
Important: Use steps 3 through 6 to set up each RTT entry for which you want to monitor VoIP performance on the network (between a source and destination path). It is important to use a naming convention that helps you easily identify unique RTT entries for each network path between a source and destination device. The sla
operation number and tag
names will be used to identify report and monitor names.
ip sla
[operation number]ip sla 200
type jitter dest-ipaddr
{hostname | ip-address} dest-port
port-number codec
codec-type tag
text (The tag
parameter name is important because it creates a user-specified identifier for an IP SLA operation. It is used to name the performance monitors and workspace views in WhatsUp Gold. Make sure that you use a tag name that you want to use as an identifier in WhatsUp Gold. )type jitter dest-ipaddr 192.168.199.2
dest-port 16384
codec g711alaw
tag Atlanta to Lexington
type jitter dest-ipaddr 192.168.199.2 dest-port 16384 codec g711alaw tag Atlanta to Lexington
exit
ip sla schedule
operation-number [life {forever |
seconds}] [start-time
{hh:mm[:ss] [month day | day month] | pending | now | after
hh:mm:ss] [ageout
seconds] [recurring]
ip sla schedule 200 life forever start-time now
Tip: On most devices you can enter the Ctrl-Z
key combination at any time to interrupt the output and return to privileged EXEC mode. For example, you can enter the show running-config | begin hostname
command to display the running configuration file at the line containing the hostname setting, then press Ctrl-Z
at the end of the information in which you are interested.