|
|
|
ステップ 1 |
enable
Router> enable |
特権 EXEC モードをイネーブルにします。 • プロンプトが表示されたら、パスワードを入力します。 |
ステップ 2 |
configure terminal
Router# configure terminal |
グローバル コンフィギュレーション モードを開始します。 |
ステップ 3 |
ip sla operation-number
Router(config)# ip sla 10 |
IP SLA 動作の設定を開始し、IP SLA コンフィギュレーション モードに移行します。 |
ステップ 4 |
tcp-connect { destination-ip-address | destination-hostname } destination-port [ source-ip { ip-address | hostname } source-port port-number ] [ control { enable | disable }]
Router(config-ip-sla)# tcp-connect 172.29.139.132 5000 |
TCP 接続動作を定義し、IP SLA TCP コンフィギュレーション モードを開始します。 • 送信元ルータとターゲット ルータの両方で IP SLA 制御プロトコルをディセーブルにする場合のみ control disable のキーワードの組み合わせを使用します。 |
ステップ 5 |
history buckets-kept size
Router(config-ip-sla-tcp)# history buckets-kept 25 |
(任意)IP SLA 動作のライフタイム中に保持する履歴バケット数を設定します。 |
ステップ 6 |
history distributions-of-statistics-kept size
Router(config-ip-sla-tcp)# history distributions-of-statistics-kept 5 |
(任意)IP SLA 動作中にホップ単位で保持する統計情報の配信数を設定します。 |
ステップ 7 |
history enhanced [ interval seconds ] [ buckets number-of-buckets ]
Router(config-ip-sla-tcp)# history enhanced interval 900 buckets 100 |
(任意)IP SLA 動作に対する拡張履歴収集をイネーブルにします。 |
ステップ 8 |
history filter { none | all | overThreshold | failures }
Router(config-ip-sla-tcp)# history filter failures |
(任意)IP SLA 動作の履歴テーブルに格納する情報のタイプを定義します。 |
ステップ 9 |
frequency seconds
Router(config-ip-sla-tcp)# frequency 30 |
(任意)指定した IP SLA 動作を繰り返す間隔を設定します。 |
ステップ 10 |
history hours-of-statistics-kept hours
Router(config-ip-sla-tcp)# history hours-of-statistics-kept 4 |
(任意)IP SLA 動作の統計情報を保持する時間数を設定します。 |
ステップ 11 |
history lives-kept lives
Router(config-ip-sla-tcp)# history lives-kept 5 |
(任意)IP SLA 動作の履歴テーブルに格納するライフ数を設定します。 |
ステップ 12 |
owner owner-id
Router(config-ip-sla-tcp)# owner admin |
(任意)IP SLA 動作の Simple Network Management Protocol(SNMP; 簡易ネットワーク管理プロトコル)所有者を設定します。 |
ステップ 13 |
history statistics-distribution-interval milliseconds
Router(config-ip-sla-tcp)# history statistics-distribution-interval 10 |
(任意)IP SLA 動作で維持する各統計情報の配信間隔を設定します。 |
ステップ 14 |
tag text
Router(config-ip-sla-tcp)# tag TelnetPollServer1 |
(任意)IP SLA 動作のユーザ指定 ID を作成します。 |
ステップ 15 |
threshold milliseconds
Router(config-ip-sla-tcp)# threshold 10000 |
(任意)IP SLA 動作によって作成されるネットワーク モニタリング統計情報を計算するための上限しきい値を設定します。 |
ステップ 16 |
timeout milliseconds
Router(config-ip-sla-tcp)# timeout 10000 |
(任意)IP SLA 動作がその要求パケットからの応答を待機する時間を設定します。 |
ステップ 17 |
tos number または traffic-class number
Router(config-ip-sla-jitter)# tos 160 または Router(config-ip-sla-jitter)# traffic-class 160 |
(任意)IPv4 ネットワークに限り、IP SLA 動作の IPv4 ヘッダーの ToS バイトを定義します。 または (任意)IPv6 ネットワークに限り、サポートされている IP 動作に対する IPv6 ヘッダーのトラフィック クラス バイトを定義します。 |
ステップ 18 |
flow-label number
Router(config-ip-sla-tcp)# flow-label 112233 |
(任意)IPv6 ネットワークに限り、サポートされている IP SLA 動作に対する IPv6 ヘッダーのフロー ラベル フィールドを定義します。 |
ステップ 19 |
exit
Router(config-ip-sla-tcp)# exit |
TCP コンフィギュレーション サブモードを終了し、グローバル コンフィギュレーション モードに戻ります。 |
ステップ 20 |
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 10 start-time now life forever |
個々の IP SLA 動作のスケジューリング パラメータを設定します。 |
ステップ 21 |
exit
Router(config)# exit |
(任意)グローバル コンフィギュレーション モードを終了し、特権 EXEC モードに戻ります。 |
ステップ 22 |
show ip sla configuration [ operation-number ]
Router# show ip sla configuration 10 |
(任意)すべての IP SLA 動作または指定した IP SLA 動作に関する設定値を、すべてのデフォルト値を含めて表示します。 |