Command or Action
|
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 monitor responder
Example:
Router(config)# ip sla monitor responder
|
Enables IP SLAs Responder functionality on a Cisco device.
|
Step 4
|
exit
Example:
Router(config)# exit
|
(Optional) Exits global configuration mode and returns to privileged EXEC mode.
|
Command or Action
|
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 monitor
operation-number
Example:
Router(config)# ip sla monitor 10
|
Begins configuration for an IP SLAs operation and enters IP SLA monitor configuration mode.
|
Step 4
|
type tcpConnect dest-ipaddr {
destination-ip-address |
destination-hostname}
dest-port
port-number [
source-ipaddr {
ip-address |
hostname}
source-port
port-number] [
control {
enable |
disable}]
Example:
Router(config-sla-monitor)# type tcpConnect dest-ipaddr 172.29.139.132 dest-port 5000
|
Defines a TCP Connect operation and enters IP SLA Monitor TCP configuration mode.
|
Step 5
|
frequency
seconds
Example:
Router(config-sla-monitor-tcp)# frequency 30
|
(Optional) Sets the rate at which a specified IP SLAs operation repeats.
|
Step 6
|
exit
Example:
Router(config-sla-monitor-tcp)# exit
|
Exits IP SLA Monitor TCP configuration mode and returns to global configuration mode.
|
Step 7
|
ip sla monitor 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 monitor schedule 10 start-time now life forever
|
Configures the scheduling parameters for an individual IP SLAs operation.
|
Step 8
|
exit
Example:
Router(config)# exit
|
(Optional) Exits the global configuration mode and returns to privileged EXEC mode.
|
ip sla monitor 9
type tcpConnect dest-ipaddr 172.29.139.132 dest-port 5000
frequency 10
!
ip sla monitor schedule 9 life forever start-time now
Command or Action
|
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 monitor
operation-number
Example:
Router(config)# ip sla monitor 10
|
Begins configuration for an IP SLAs operation and enters IP SLA monitor configuration mode.
|
Step 4
|
type tcpConnect dest-ipaddr {
destination-ip-address |
destination-hostname}
dest-port
port-number [
source-ipaddr {
ip-address |
hostname}
source-port
port-number] [
control {
enable |
disable}]
Example:
Router(config-sla-monitor)# type tcpConnect dest-ipaddr 172.29.139.132 dest-port 5000
|
Defines a TCP Connect operation and enters IP SLA Monitor TCP configuration mode.
|
Step 5
|
buckets-of-history-kept
size
Example:
Router(config-sla-monitor-tcp)# buckets-of-history-kept 25
|
(Optional) Sets the number of history buckets that are kept during the lifetime of an IP SLAs operation.
|
Step 6
|
distributions-of-statistics-kept
size
Example:
Router(config-sla-monitor-tcp)# distributions-of-statistics-kept 5
|
(Optional) Sets the number of statistics distributions kept per hop during an IP SLAs operation.
|
Step 7
|
enhanced-history [
interval
seconds] [
buckets
number-of-buckets]
Example:
Router(config-sla-monitor-tcp)# enhanced-history interval 900 buckets 100
|
(Optional) Enables enhanced history gathering for an IP SLAs operation.
|
Step 8
|
filter-for-history {
none |
all |
overThreshold |
failures}
Example:
Router(config-sla-monitor-tcp)# filter-for-history failures
|
(Optional) Defines the type of information kept in the history table for an IP SLAs operation.
|
Step 9
|
frequency
seconds
Example:
Router(config-sla-monitor-tcp)# frequency 30
|
(Optional) Sets the rate at which a specified IP SLAs operation repeats.
|
Step 10
|
hours-of-statistics-kept
hours
Example:
Router(config-sla-monitor-tcp)# hours-of-statistics-kept 4
|
(Optional) Sets the number of hours for which statistics are maintained for an IP SLAs operation.
|
Step 11
|
lives-of-history-kept
lives
Example:
Router(config-sla-monitor-tcp)# lives-of-history-kept 5
|
(Optional) Sets the number of lives maintained in the history table for an IP SLAs operation.
|
Step 12
|
owner
owner-id
Example:
Router(config-sla-monitor-tcp)# owner admin
|
(Optional) Configures the Simple Network Management Protocol (SNMP) owner of an IP SLAs operation.
|
Step 13
|
statistics-distribution-interval
milliseconds
Example:
Router(config-sla-monitor-tcp)# statistics-distribution-interval 10
|
(Optional) Sets the time interval for each statistics distribution kept for an IP SLAs operation.
|
Step 14
|
tag
text
Example:
Router(config-sla-monitor-tcp)# tag TelnetPollServer1
|
(Optional) Creates a user-specified identifier for an IP SLAs operation.
|
Step 15
|
threshold
milliseconds
Example:
Router(config-sla-monitor-tcp)# threshold 10000
|
(Optional) Sets the upper threshold value for calculating network monitoring statistics created by an IP SLAs operation.
|
Step 16
|
timeout
milliseconds
Example:
Router(config-sla-monitor-tcp)# timeout 10000
|
(Optional) Sets the amount of time an IP SLAs operation waits for a response from its request packet.
|
Step 17
|
tos
number
Example:
Router(config-sla-monitor-tcp)# tos 160
|
(Optional) Defines a type of service (ToS) byte in the IP header of an IP SLAs operation.
|
Step 18
|
exit
Example:
Router(config-sla-monitor-tcp)# exit
|
Exits TCP configuration submode and returns to global configuration mode.
|
Step 19
|
ip sla monitor 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 monitor schedule 10 start-time now life forever
|
Configures the scheduling parameters for an individual IP SLAs operation.
|
Step 20
|
exit
Example:
Router(config)# exit
|
(Optional) Exits global configuration mode and returns to privileged EXEC mode.
|
Step 21
|
show ip sla monitor configuration [
operation-number]
Example:
Router# show ip sla monitor configuration 10
|
(Optional) Displays configuration values including all defaults for all IP SLAs operations or a specified operation.
|
Router# show ip sla monitor configuration 9
Complete Configuration Table (includes defaults)
Entry Number: 9
Owner:
Tag: SL-SGU
Type of Operation to Perform: tcpConnect
Reaction and History Threshold (milliseconds): 5000
Operation Frequency (seconds): 20
Operation Timeout (milliseconds): 60000
Verify Data: FALSE
Status of Entry (SNMP RowStatus): active
Protocol Type: ipTcpConn
Target Address: 172.29.139.132
Source Address: 0.0.0.0
Target Port: 5000
Source Port: 0
Request Size (ARR data portion): 1
Response Size (ARR data portion): 1
Control Packets: enabled
Loose Source Routing: disabled
LSR Path:
Type of Service Parameters: 128
Life (seconds): infinite - runs forever
Next Scheduled Start Time: Start Time already passed
Entry Ageout (seconds): never
Connection Loss Reaction Enabled: FALSE
Timeout Reaction Enabled: FALSE
Threshold Reaction Type: never
Threshold Falling (milliseconds): 3000
Threshold Count: 5
Threshold Count2: 5
Reaction Type: none
Verify Error Reaction Enabled: FALSE
Number of Statistic Hours kept: 2
Number of Statistic Paths kept: 1
Number of Statistic Hops kept: 1
Number of Statistic Distribution Buckets kept: 1
Statistic Distribution Interval (milliseconds): 20
Number of History Lives kept: 0
Number of History Buckets kept: 15
Number of History Samples kept: 1
History Filter Type: none
configure terminal
ip sla monitor responder
ip sla monitor 9
type tcpConnect dest-ipaddr 10.0.0.1 dest-port 23 control disable
frequency 30
tos 128
timeout 1000
tag FLL-RO
ip sla monitor schedule 9 start-time now
ip sla monitor 9
type tcpConnect dest-ipaddr 173.29.139.132 dest-port 21 control disable
frequency 30
ip sla monitor schedule 9 life forever start-time now
Related Topic
|
Document Title
|
---|---|
Overview of Cisco IOS IP SLAs
|
" Cisco IOS IP SLAs Overview
" chapter of the
Cisco IOS IP SLAs Configuration Guide, Release 12.4
|
Cisco IOS IP SLAs commands: complete command syntax, defaults, command mode, command history, usage guidelines, and examples
|
Cisco IOS IP SLAs Command Reference
, Release 12.4
|
Standards
|
Title
|
---|---|
No new or modified standards are supported by this feature, and support for existing standards has not been modified by this feature.
|
―
|
MIBs
|
MIBs Link
|
---|---|
CISCO-RTTMON-MIB
|
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL:
http://www.cisco.com/go/mibs
|
RFCs
|
Title
|
---|---|
No new or modified RFCs are supported by this feature, and support for existing RFCs has not been modified by this feature.
|
―
|
Description
|
Link
|
---|---|
Technical Assistance Center (TAC) home page, containing 30,000 pages of searchable technical content, including links to products, technologies, solutions, technical tips, and tools. Registered Cisco.com users can log in from this page to access even more content.
|
http://www.cisco.com/public/support/tac/home.shtml
|
Feature Name
|
Releases
|
Feature Information
|
---|---|---|
IP SLAs TCP Connect Operation
|
12.3(14)T
|
The Cisco IOS IP SLAs Transmission Control Protocol (TCP) connect operation allows you to measure the network response time taken to perform a TCP Connect operation between a Cisco device and other devices using IP.
|