Specifications

15-21
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 15 Configuring Ethernet OAM, CFM, and E-LMI
Understanding TWAMP
To remove an IP SLAs operation, enter the no ip sla operation-number global configuration command.
Understanding TWAMP
TWAMP consists of two related protocols. Use the TWAMP-Control protocol to start performance
measurement sessions. Use TWAMP-Test to send and receive performance-measurement probes. You
can deploy TWAMP in a simplified network architecture, with the control-client and the session-sender
on one device and the server and the session-reflector on another device.
The Cisco IOS software TWAMP implementation supports a basic configuration. Figure 15-3 shows a
sample deployment.
Figure 15-4 shows the four logical entities that comprise TWAMP.
Step 11
ip sla schedule operation-number [ageout seconds]
[life {forever | seconds}] [recurring] [start-time
{hh:mm {:ss} [month day | day month] | pending |
now | after hh:mm:ss}]
Schedule the time parameters for the IP SLAs operation.
operation-number—Enter the IP SLAs operation
number.
(Optional) ageout seconds—Enter the number of
seconds to keep the operation in memory when it is not
actively collecting information. The range is 0 to
2073600 seconds. The default is 0 seconds.
(Optional) life—Set the operation to run indefinitely
(forever) or for a specific number of seconds. The
range is from 0 to 2147483647. The default is 3600
seconds (1 hour)
(Optional) recurring—Set the probe to be
automatically scheduled every day.
(Optional) start-time—Enter the time for the
operation to begin collecting information:
To start at a specific time, enter the hour, minute,
second (in 24-hour notation), and day of the
month.
Enter pending to select no information collection
until a start time is selected.
Enter now to start the operation immediately.
Enter after hh:mm:ss to show that the operation
should start after the entered time has elapsed.
Step 12
end Return to privileged EXEC mode.
Step 13
show ip sla configuration [operation-number] Show the configured IP SLAs operation.
Step 14
copy running-config startup-config (Optional) Save your entries in the configuration file.
Command Purpose