差分

ナビゲーションに移動 検索に移動
1,028行目: 1,028行目:     
==== ポート シェーパー ====
 
==== ポート シェーパー ====
 +
HQoS ポート シェーパーは、class-default を使用してすべての出力トラフィックにシェーパーを適用します。このシェープされた帯域幅は、追加した子ポリシーで特定が可能です。
 +
 +
以下の例は、HQoS ポート シェーパー設定のデモです。<syntaxhighlight lang="c">
 +
policy-map PARENT
 +
class class-default
 +
  shape average percent 10
 +
  service-policy CHILD
 +
 +
policy-map CHILD
 +
class VOICE
 +
  priority level 1
 +
  police rate percent 20
 +
class C1
 +
  bandwidth remaining percent 10
 +
class C2
 +
  bandwidth remaining percent 20
 +
class C3
 +
  bandwidth remaining percent 70
 +
</syntaxhighlight>Notes on HQoS port shaper policy:
 +
 +
●     Only the class-default class can be used in the parent policy.
 +
 +
●     Only one or two priority queues are allowed in the child policy.
 +
 +
●     Different bandwidth per class in the child policy is permitted.
 +
 +
HQoS ポート シェーパー ポリシーの注意点 :
 +
 +
* 親ポリシーで class-default クラスのみ、使用されます
 +
* 子ポリシーで 1 つ or 2 つの

案内メニュー