Step 1 |
enable
Example:
|
Enables privileged EXEC mode.
|
Step 2 |
configure
terminal
Example:
Router# configure terminal
|
Enters global configuration mode.
|
Step 3 |
ip
sla
operation-number
Example:
|
Begins configuration for an IP SLAs operation and enters IP SLA
configuration mode.
|
Step 4 |
voip
rtp
{destination-ip-address |
destination-hostname}
source-ip
{ip-address |
hostname}
source-voice-port
{slot
[/ subunit / port : ds0-group-number]}
[codec codec-type]
[duration seconds]
[advantage-factor value]
Example:
Router(config-ip-sla)# voip rtp 10.2.3.4 source-ip 10.5.6.7 source-voice-port 1/0:1 codec g711alaw duration 30 advantage-factor 5
|
Enters IP SLAs VoIP RTP configuration mode and configures the IP
SLAs operation as an RTP-based VoIP operation.
|
Step 5 |
frequency
seconds
Example:
Router(config-ip-sla-voip-rtp)# frequency 90
|
(Optional) Sets the rate at which a specified IP SLAs operation
repeats. The default frequency value is 60 seconds.
|
Step 6 |
history
history-parameter
Example:
Router(config-ip-sla-voip-rtp)# history buckets-kept 25
|
(Optional) Specifies the parameters used for gathering
statistical history information for an IP SLAs operation.
|
Step 7 |
owner
text
Example:
Router(config-ip-sla-voip-rtp)# owner 10.16.1.1 cwb.cisco.com John Doe RTP 555-1212
|
(Optional) Configures the SNMP owner of an IP SLAs operation.
|
Step 8 |
tag
text
Example:
Router(config-ip-sla-voip-rtp)# tag testoperation
|
(Optional) Creates a user-specified identifier for an IP SLAs
operation.
|
Step 9 |
threshold
milliseconds
Example:
Router(config-ip-sla-voip-rtp)# threshold 10000
|
(Optional) Sets the upper threshold value for calculating network
monitoring statistics created by an IP SLAs operation.
|
Step 10 |
timeout
milliseconds
Example:
Router(config-ip-sla-voip-rtp)# timeout 10000
|
(Optional) Sets the amount of time an IP SLAs operation waits for
a response from its request packet.
|
Step 11 |
exit
Example:
Router(config-ip-sla-voip-rtp)# exit
|
Exits IP SLAs VoIP RTP configuration submode and returns to
global configuration mode.
|
Step 12 |
ip
sla
reaction-configuration
operation-number
react
monitored-element
[action-type option]
[threshold-type {average
[number-of-measurements] |
consecutive
[occurrences] |
immediate |
never |
xofy [x-value y-value]}]
[threshold-value upper-threshold lower-threshold]
Example:
Router(config)# ip sla reaction-configuration 1 react frameLossDS action-type traponly threshold-type consecutive 3
|
(Optional) Configures certain actions to occur based on events
under the control of Cisco IOS IP SLAs.
|
Step 13 |
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]
Example:
Router(config)# ip sla schedule 1 start-time now life forever
|
Specifies the scheduling parameters for an IP SLAs operation.
|
Step 14 |
exit
Example:
|
(Optional) Exits global configuration mode and returns to
privileged EXEC mode.
|
Step 15 |
show
ip
sla
configuration
[operation-number]
Example:
Router# show ip sla configuration 10
|
(Optional) Displays configuration values including all defaults
for all IP SLAs operations or a specified operation.
|