|
|
|
ステップ 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 |
dns { destination-ip-address | destination-hostname } name-server ip-address [ source-ip { ip-address | hostname } source-port port-number ]
Router(config-ip-sla)# dns host1 name-server 172.20.2.132 |
DNS 動作を定義し、IP SLA DNS コンフィギュレーション モードを開始します。 |
ステップ 5 |
history buckets-kept size
Router(config-ip-sla-dns)# history buckets-kept 25 |
(任意)IP SLA 動作のライフタイム中に保持する履歴バケット数を設定します。 |
ステップ 6 |
history distributions-of-statistics-kept size
Router(config-ip-sla-dns)# history distributions-of-statistics-kept 5 |
(任意)IP SLA 動作中にホップ単位で保持する統計情報の配信数を設定します。 |
ステップ 7 |
history enhanced [ interval seconds ] [ buckets number-of-buckets ]
Router(config-ip-sla-dns)# history enhanced interval 900 buckets 100 |
(任意)IP SLA 動作に対する拡張履歴収集をイネーブルにします。 |
ステップ 8 |
history filter { none | all | overThreshold | failures }
Router(config-ip-sla-dns)# history filter failures |
(任意)IP SLA 動作の履歴テーブルに格納する情報のタイプを定義します。 |
ステップ 9 |
frequency seconds
Router(config-ip-sla-dns)# frequency 30 |
(任意)指定した IP SLA 動作を繰り返す間隔を設定します。 |
ステップ 10 |
history hours-of-statistics-kept hours
Router(config-ip-sla-dns)# history hours-of-statistics-kept 4 |
(任意)IP SLA 動作の統計情報を保持する時間数を設定します。 |
ステップ 11 |
history lives-kept lives
Router(config-ip-sla-dns)# history lives-kept 5 |
(任意)IP SLA 動作の履歴テーブルに格納するライフ数を設定します。 |
ステップ 12 |
owner owner-id
Router(config-ip-sla-dns)# owner admin |
(任意)IP SLA 動作の Simple Network Management Protocol(SNMP; 簡易ネットワーク管理プロトコル)所有者を設定します。 |
ステップ 13 |
history statistics-distribution-interval milliseconds
Router(config-ip-sla-dns)# history statistics-distribution-interval 10 |
(任意)IP SLA 動作で維持する各統計情報の配信間隔を設定します。 |
ステップ 14 |
tag text
Router(config-ip-sla-dns)# tag TelnetPollServer1 |
(任意)IP SLA 動作のユーザ指定 ID を作成します。 |
ステップ 15 |
threshold milliseconds
Router(config-ip-sla-dns)# threshold 10000 |
(任意)IP SLA 動作によって作成されるネットワーク モニタリング統計情報を計算するための上限しきい値を設定します。 |
ステップ 16 |
timeout milliseconds
Router(config-ip-sla-dns)# timeout 10000 |
(任意)IP SLA 動作がその要求パケットからの応答を待機する時間を設定します。 |
ステップ 17 |
exit
Router(config-ip-sla-dns)# exit |
DNS コンフィギュレーション サブモードを終了し、グローバル コンフィギュレーション モードに戻ります。 |
ステップ 18 |
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 動作のスケジューリング パラメータを設定します。 |
ステップ 19 |
exit
Router(config)# exit |
(任意)グローバル コンフィギュレーション モードを終了し、特権 EXEC モードに戻ります。 |
ステップ 20 |
show ip sla configuration [ operation-number ]
Router# show ip sla configuration 10 |
(任意)すべての IP SLA 動作または指定した IP SLA 動作に関する設定値を、すべてのデフォルト値を含めて表示します。 |