ステップ 1 |
enable
|
|
ステップ 2 |
configure terminal
Router# configure terminal
|
グローバル コンフィギュレーション モードを開始します。
|
ステップ 3 |
ip sla operation-number
Router(config)# ip sla 777
|
IP SLA 動作の設定を開始し、IP SLA コンフィギュレーション モードを開始します。
|
ステップ 4 |
mpls lsp ping pseudowire peer-ipaddr vc-id [source-ipaddr source-ipaddr ]
Router(config-ip-sla)# mpls lsp ping
pseudowire 192.168.1.103 123 source-ipaddr 192.168.1.102
|
IP SLA 動作を LSP 疑似配線 ping として設定し、VCCV コンフィギュレーション モードを開始します。
|
ステップ 5 |
exp exp-bits
Router(config-sla-vccv)# exp 5
|
(任意)IP SLA 動作のエコー要求パケットのヘッダーの試験的フィールド値を指定します。
|
ステップ 6 |
frequency seconds
Router(config-sla-vccv)# frequency 120
|
(任意)指定した IP SLA 動作を繰り返す間隔を指定します。
|
ステップ 7 |
request-data-size bytes
Router(config-sla-vccv)# request-data-size 200
|
(任意)IP SLA 動作の要求パケットのプロトコル データ サイズを指定します。
|
ステップ 8 |
secondary-frequency {both | connection-loss | timeout } frequency
Router(config-sla-vccv)# secondary-frequency connection-loss 10
|
(任意)より高い測定頻度(セカンダリ頻度)を設定します。応答条件時に IP SLA 動作の測定頻度がこの値に変化します。
|
ステップ 9 |
tag text
Router(config-sla-vccv)# tag testgroup
|
(任意)IP SLA 動作のユーザ指定 ID を作成します。
|
ステップ 10 |
threshold milliseconds
Router(config-sla-vccv)# threshold 6000
|
(任意)IP SLA 動作によって作成されるネットワーク モニタリング統計情報を計算するための上限しきい値を設定します。
|
ステップ 11 |
timeout milliseconds
Router(config-sla-vccv)# timeout 7000
|
(任意)IP SLA 動作がその要求パケットからの応答を待機する時間を指定します。
|
ステップ 12 |
exit
Router(config-sla-vccv)# exit
|
VCCV コンフィギュレーション モードを終了し、グローバル コンフィギュレーション モードに戻ります。
|
ステップ 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 }]
Router(config)# ip sla reaction-configuration 777 react connectionLoss threshold-type consecutive 3 action-type traponly
|
(任意)Cisco IOS IP SLA の制御下のイベントに基づいて発生する特定のアクションを設定します。
|
ステップ 14 |
ip sla logging traps
Router(config)# ip sla logging traps
|
(任意)IP SLA トラップ通知に固有の SNMP システム ロギング メッセージの生成をイネーブルにします。
|
ステップ 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 ]
Router(config)# ip sla schedule 777 life forever start-time now
|
IP SLA 動作のスケジューリング パラメータを設定します。
|
ステップ 16 |
exit
|
グローバル コンフィギュレーション サブモードを終了し、特権 EXEC モードに戻ります。
|