| Step 1 |
enable
Example:
|
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
operation-number
Example:
Router(config)# ip sla 777
|
Begins configuring an IP SLAs operation and enters IP SLA configuration mode.
|
| Step 4 |
mpls
lsp
ping
pseudowire
peer-ipaddr
vc-id
[source-ipaddr source-ipaddr]
Example:
Router(config-ip-sla)# mpls lsp ping
pseudowire 192.168.1.103 123 source-ipaddr 192.168.1.102
|
Configures the IP SLAs operation as an LSP pseudo-wire ping and enters VCCV configuration mode.
|
| Step 5 |
exp
exp-bits
Example:
Example:
Router(config-sla-vccv)# exp 5
|
(Optional) Specifies the experimental field value in the header for an echo request packet of an IP SLAs operation.
|
| Step 6 |
frequency
seconds
Example:
Router(config-sla-vccv)# frequency 120
|
(Optional) Specifies the rate at which a specified IP SLAs operation repeats.
|
| Step 7 |
request-data-size
bytes
Example:
Router(config-sla-vccv)# request-data-size 200
|
(Optional) Specifies the protocol data size for a request packet of an IP SLAs operation.
|
| Step 8 |
secondary-frequency
{both | connection-loss | timeout} frequency
Example:
Router(config-sla-vccv)# secondary-frequency connection-loss 10
|
(Optional) Sets the faster measurement frequency (secondary frequency) to which an IP SLAs operation should change when a reaction condition occurs.
|
| Step 9 |
tag
text
Example:
Router(config-sla-vccv)# tag testgroup
|
(Optional) Creates a user-specified identifier for an IP SLAs operation.
|
| Step 10 |
threshold
milliseconds
Example:
Example:
Router(config-sla-vccv)# threshold 6000
|
(Optional) Sets the upper threshold value for calculating network monitoring statistics created by an IP SLAs operation.
|
| Step 11 |
timeout
milliseconds
Example:
Router(config-sla-vccv)# timeout 7000
|
(Optional) Specifies the amount of time the IP SLAs operation waits for a response from its request packet.
|
| Step 12 |
exit
Example:
Router(config-sla-vccv)# exit
|
Exits VCCV configuration mode and returns to global configuration mode.
|
| Step 13 |
ip
sla
reaction-configuration
operation-number
[react monitored-element] [threshold-type {never | immediate | consecutive [consecutive-occurrences] | xofy [x-value y-value] | average [number-of-probes]}] [threshold-value upper-threshold lower-threshold] [action-type {none | trapOnly | triggerOnly | trapAndTrigger}]
Example:
Router(config)# ip sla reaction-configuration 777 react connectionLoss threshold-type consecutive 3 action-type traponly
|
(Optional) Configures certain actions to occur based on events under the control of Cisco IOS IP SLAs.
|
| Step 14 |
ip
sla
logging
traps
Example:
Router(config)# ip sla logging traps
|
(Optional) Enables the generation of SNMP system logging messages specific to IP SLAs trap notifications.
|
| Step 15 |
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 777 life forever start-time now
|
Configures the scheduling parameters for an IP SLAs operation.
|
| Step 16 |
exit
Example:
|
Exits global configuration submode and returns to privileged EXEC mode.
|