Step 1 |
enable
|
Enables privileged EXEC mode.
|
Step 2 |
configure
terminal
Router# configure terminal
|
Enters global configuration mode.
|
Step 3 |
ip
sla
operation-number
Router(config)# ip sla 10
|
Begins configuration for an IP SLAs operation and enters IP SLA configuration mode.
|
Step 4 |
dlsw
peer-ipaddr
ip-address
Router(config-ip-sla)# dlsw peer-ipaddr 172.21.27.11
|
Defines a DLSw+ operation and enters IP SLA DLSw configuration mode.
|
Step 5 |
history
buckets-kept
size
Router(config-ip-sla-dlsw)# history buckets-kept 25
|
(Optional) Sets the number of history buckets that are kept during the lifetime of an IP SLAs operation.
|
Step 6 |
history
distributions-of-statistics-kept
size
Router(config-ip-sla-dlsw)# history distributions-of-statistics-kept 5
|
(Optional) Sets the number of statistics distributions kept per hop during an IP SLAs operation.
|
Step 7 |
history
enhanced
[interval seconds ] [buckets number-of-buckets ]
Router(config-ip-sla-dlsw)# history enhanced interval 900 buckets 100
|
(Optional) Enables enhanced history gathering for an IP SLAs operation.
|
Step 8 |
history
filter
{none | all | overThreshold | failures }
Router(config-ip-sla-dlsw)# history filter failures
|
(Optional) Defines the type of information kept in the history table for an IP SLAs operation.
|
Step 9 |
frequency
seconds
Router(config-ip-sla-dlsw)# frequency 30
|
(Optional) Sets the rate at which a specified IP SLAs operation repeats.
|
Step 10 |
history
hours-of-statistics-kept
hours
Router(config-ip-sla-dlsw)# hours-of-statistics-kept 4
|
(Optional) Sets the number of hours for which statistics are maintained for an IP SLAs operation.
|
Step 11 |
history
lives-kept
lives
Router(config-ip-sla-dlsw)# history lives-kept 5
|
(Optional) Sets the number of lives maintained in the history table for an IP SLAs operation.
|
Step 12 |
owner
owner-id
Router(config-ip-sla-dlsw)# owner admin
|
(Optional) Configures the Simple Network Management Protocol (SNMP) owner of an IP SLAs operation.
|
Step 13 |
request-data-size
bytes
Router(config-ip-sla-dlsw)# request-data-size 64
|
(Optional) Sets the protocol data size in the payload of an IP SLAs operation's request packet.
|
Step 14 |
history
statistics-distribution-interval
milliseconds
Router(config-ip-sla-dlsw)# history statistics-distribution-interval 10
|
(Optional) Sets the time interval for each statistics distribution kept for an IP SLAs operation.
|
Step 15 |
tag
text
Router(config-ip-sla-dlsw)# tag TelnetPollServer1
|
(Optional) Creates a user-specified identifier for an IP SLAs operation.
|
Step 16 |
threshold
milliseconds
Router(config-ip-sla-dlsw)# threshold 10000
|
(Optional) Sets the upper threshold value for calculating network monitoring statistics created by an IP SLAs operation.
|
Step 17 |
timeout
milliseconds
Router(config-ip-sla-dlsw)# timeout 10000
|
(Optional) Sets the amount of time an IP SLAs operation waits for a response from its request packet.
|
Step 18 |
end
Router(config-ip-sla-dlsw)# exit
|
Exits to privileged EXEC mode.
|