Step 1
|
enable
|
Enables privileged EXEC mode.
Enter your password if prompted.
|
Step 2
|
configure terminal
switch# configure terminal
|
Enters global configuration mode.
|
Step 3
|
ip sla
operation-number
switch(config)# ip sla 10
|
Begins configuration for an IP SLAs operation and enters IP SLA configuration mode.
|
Step 4
|
udp-echo {destination-ip-address | destination-hostname} destination-port [source-ip {ip-address | hostname} sourceport
port-number] [control {enable | disable}]
switch(config-ip-sla)# udp-echo 172.29.139.134 5000
|
Defines a UDP echo operation and enters IP SLA UDP configuration mode.
Use the control disable keyword combination only if you disable the IP SLAs control protocol on both the source and target switches.
|
Step 5
|
(Optional) history buckets-kept
size
switch(config-ip-sla-udp)# history buckets-kept
25
|
(Optional)
Sets the number of history buckets that are kept during the lifetime of an IP SLAs operation.
|
Step 6
|
(Optional) data-pattern
hex-pattern
switch(config-ip-sla-udp)# data-pattern
|
(Optional)
Specifies the data pattern in an IP SLAs operation to test for data corruption.
|
Step 7
|
(Optional) history distributions-of-statistics-kept
size
switch(config-ip-sla-udp)# history
distributionsof- statistics-kept 5
|
(Optional)
Sets the number of statistics distributions kept per hop during an IP SLAs operation.
|
Step 8
|
(Optional) history enhanced [interval
seconds] [buckets
number-of-buckets]
switch(config-ip-sla-udp)# history enhanced
interval 900 buckets 100
|
(Optional)
Enables enhanced history gathering for an IP SLAs operation.
|
Step 9
|
(Optional) history filter {none | all | overThreshold | failures}
switch(config-ip-sla-udp)# history filter failures
|
(Optional)
Defines the type of information kept in the history table for an IP SLAs operation.
|
Step 10
|
(Optional) frequency
seconds
switch(config-ip-sla-udp)# frequency 30
|
(Optional)
Sets the rate at which a specified IP SLAs operation repeats.
|
Step 11
|
(Optional) history hours-of-statistics-kept
hours
switch(config-ip-sla-udp)# history
hours-ofstatistics- kept 4
|
(Optional)
Sets the number of hours for which statistics are maintained for an IP SLAs operation.
|
Step 12
|
(Optional) history lives-kept
lives
switch(config-ip-sla-udp)# history lives-kept 5
|
(Optional)
Sets the number of lives maintained in the history table for an IP SLAs operation.
|
Step 13
|
(Optional) owner
owner-id
switch(config-ip-sla-udp)# owner admin
|
(Optional)
Configures the Simple Network Management Protocol (SNMP) owner of an IP SLAs operation.
|
Step 14
|
(Optional) request-data-size
bytes
switch(config-ip-sla-udp)# request-data-size 64
|
(Optional)
Sets the protocol data size in the payload of an IP SLAs operation's request packet.
|
Step 15
|
(Optional) history statistics-distribution-interval
milliseconds
switch(config-ip-sla-udp)# history statistics
distribution- interval 10
|
(Optional)
Sets the time interval for each statistics distribution kept for an IP SLAs operation.
|
Step 16
|
(Optional) tag
text
switch(config-ip-sla-udp)# tag TelnetPollServer1
|
(Optional)
Creates a user-specified identifier for an IP SLAs operation.
|
Step 17
|
(Optional) threshold
milliseconds
switch(config-ip-sla-udp)# threshold 10000
|
(Optional)
Sets the upper threshold value for calculating network monitoring statistics created by an IP SLAs operation.
|
Step 18
|
(Optional) timeout
milliseconds
switch(config-ip-sla-udp)# timeout 10000
|
(Optional)
Sets the amount of time an IP SLAs operation waits for a response from its request packet.
|
Step 19
|
(Optional) tos
number
switch(config-ip-sla-jitter)# tos 160
|
(Optional)
In an IPv4 network only, defines the ToS byte in the IPv4 header of an IP SLAs operation.
|
Step 20
|
(Optional) verify-data
switch(config-ip-sla-udp)# verify-data
|
(Optional)
Causes an IP SLAs operation to check each reply packet for data corruption.
|
Step 21
|
exit
switch(config-ip-sla-udp)# exit
|
Exits UDP configuration submode and returns to global configuration mode.
|