Cisco Systems A9014CFD Router User Manual


 
23-7
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 23 Cisco IOS IP SLA
Two-Way Active Measurement Protocol
Configuring the TWAMP Server
Complete the following steps to configure the TWAMP server:
SUMMARY STEPS
1. enable
2. configure terminal
3. ip sla server twamp
4. port port-number
5. timer inactivity seconds
6. end
7. copy running-config startup-config
To disable the IP SLA TWAMP server, enter the no ip sla server twamp global configuration command.
Command Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
ip sla server twamp
Example:
Router(config)# ip sla server twamp
Configures the Cisco ASR 901 router as a TWAMP server, and enters
TWAMP configuration mode.
Step 4
port
port-number
Example:
Router(config-twamp-srvr)# port
9000
(Optional) Specifies the port number to be used by the TWAMP server to
listen for connection and control requests. The same port negotiates for the
port to which performance probes are sent. The configured port should not
be an IANA port or any port used by other applications. The default is port
862.
Step 5
timer inactivity
seconds
Example:
Router(config-twamp-srvr)# timer
inactivity 300
(Optional) Sets the maximum time, in seconds. The session can be inactive
before the session ends. The range is between 1 to 6000 seconds. The
default is 900 seconds.
Step 6
end
Example:
Router(config-twamp-srvr)# end
Return to privileged EXEC mode.