コンフィグレーションコマンドレファレンス Vol.1

[目次][索引][前へ][次へ]


congestion-control

輻輳制御に関する項目を設定します。

[入力モード]

グローバルコンフィグモード

[入力形式]

情報の設定

CP輻輳制御機能の設定
congestion-control cp

CP輻輳制御時間の設定
congestion-control cp [control-time <Seconds>]

CP輻輳制御閉塞対象外ポートの設定
congestion-control cp [exception-port <Port list>]

情報の変更

CP輻輳制御時間の変更
congestion-control cp [control-time <Seconds>]

CP輻輳制御閉塞対象外ポートの変更
congestion-control cp [exception-port <Port list>]

情報の表示
show congestion-control

情報の削除

CP輻輳制御機能の削除
delete congestion-control

CP輻輳制御時間の削除
delete congestion-control cp control-time

CP輻輳制御閉塞対象外ポートの削除
delete congestion-control cp exception-port [<Port list>]

[サブコマンド入力形式]

なし

[モード階層]

なし

[パラメータ]

cp
CP輻輳が発生した場合の輻輳制御機能を有効にします。

control-time <Seconds>
CP輻輳制御機能の制御時間(輻輳による閉塞を行ってから閉塞解除を行うまでの時間)を指定します。
  1. 本パラメータ省略時の初期値
    30(秒)
  2. 値の設定範囲
    0,または10〜86400(秒)
    0指定時は,一度輻輳による閉塞が行われると閉塞解除するイベントが発生するまで輻輳による閉塞状態を解除しません。
    注※ 閉塞解除するイベント
    ・運用コマンドno cp congestion-controlで,輻輳による閉塞状態を解除
    ・回線状態が運用中(正常動作中)から他の状態に変化した場合
    ・本パラメータの設定・変更・削除
    ・系切替

exception-port <Port list>
CP輻輳制御を行わない物理ポート番号をリスト形式で指定します。

【"−"または","による範囲指定】
範囲指定のすべてのポートを指定したことと同じ意味になります。

【"*"による範囲指定】
指定できません。
  1. 本パラメータ省略時の初期値
    全物理ポートでCP輻輳制御を行います。
  2. 値の設定範囲
    装置に実装されているNIF番号/Line番号

[サブコマンド]

なし

[入力例]

  1. 輻輳制御情報の設定
    CPの輻輳制御機能を有効にします。
     
    (config)# congestion-control cp
    (config)# show congestion-control
    congestion-control cp
    (config)#
     
    CPの輻輳制御時間を設定します。
     
    (config)# congestion-control cp control-time 60
    (config)# show congestion-control
    congestion-control cp control-time 60
    (config)#
     
    CPの輻輳制御閉塞対象外ポートを設定します。
     
    (config)# congestion-control cp exception-port 3/0
    (config)# show congestion-control
    congestion-control cp exception-port 3/0
    (config)#
     
  2. 輻輳制御情報の表示
    輻輳制御情報を表示します。
     
    (config)# show congestion-control
    congestion-control cp control-time 60
    congestion-control cp exception-port 0/0-2
    congestion-control cp exception-port 1/0-3,5
    congestion-control cp exception-port 3/0
    (config)#
     
  3. 輻輳制御情報の削除
    CPの輻輳制御時間を削除します。
     
    (config)# show congestion-control
    congestion-control cp control-time 60
    (config)# delete congestion-control cp control-time
    (config)# show congestion-control
    congestion-control cp
    (config)# 
     
    CPの輻輳制御閉塞対象外ポートNIF3/Line0を削除します。
     
    (config)# show congestion-control
    congestion-control cp exception-port 3/0
    (config)# delete congestion-control cp exception-port 3/0
    (config)# show congestion-control
    congestion-control cp
    (config)# 
     
    CPの輻輳制御閉塞対象外ポートすべてを削除します。
     
    (config)# show congestion-control
    congestion-control cp exception-port 0/0-2
    congestion-control cp exception-port 1/0-3,5
    congestion-control cp exception-port 3/0
    (config)# delete congestion-control cp exception-port
    (config)# show congestion-control
    congestion-control cp
    (config)#
     
    CPの輻輳制御機能を無効にします。
     
    (config)# show congestion-control
    congestion-control cp
    (config)# delete congestion-control
    (config)# show congestion-control
    (config)#
     

[関連コマンド]

なし

[注意事項]

  1. control-timeパラメータの設定・変更・削除を行った場合,設定値を反映するために本機能によって閉塞しているすべてのポートの閉塞状態を解除します。すべてのポートの閉塞解除には,16ポート輻輳制御中の場合,最大8秒掛かることがあり,すべてのポートの閉塞解除が完了するまでの間,すべてのコンフィグレーションに関して設定・変更・削除ができなくなります。
  2. CP輻輳制御機能で閉塞しているポートに対してexception-portパラメータの設定を行った場合,そのポートの閉塞状態を解除します。複数のポートに対してexception-portパラメータの設定を行った場合は最大8秒掛かります。
  3. 実装していないNIFボード配下の物理ポート番号に対してexception-portパラメータの設定を行いたい場合は,exception-portパラメータの設定を行う前にdisableコンフィグレーションの設定を行ってください。

[目次][前へ][次へ]


[他社商品名称に関する表示]

Copyright (c)2005, 2011, ALAXALA Networks Corporation. All rights reserved.