2010-11-04 06:50 PM 2019-03-22 07:18 AM 更新
いつもお世話になります。
ちょっと困ってます。
誰かご教授ください。
題記の件、詳細は下記の通りです。
機器:ASR1006
Version:2.6.1(12.2(33)XNF1)
構成
IXIA----->->----ASR1006---->-->-----IXIA
-----config------
policy-map Policy1
class PQ-1
priority percent 33
class Q1
bandwidth percent 20
class Q2
bandwidth percent 10
class ctl
bandwidth percent 5
class class-default
!
policy-map CBWFQ-LLQ
class class-default
shape average 1000000
service-policy Policy1
!
-----------------------------------------
上記のように親Policy(CBWFQ-LLQ)で
class-defaultを設定すると、正常に動作します。
これを下記のconfigのようにclassをshapeと変更すると
PQのTrafficのみを出力する動きをします。
--------config----------------------
policy-map CBWFQ-LLQ
class shape
shape average 1000000
service-policy Policy1
!
---------------------------------------
CCOを確認しましたが、参考になる有益な情報は見つかりませんでした。
知りたいのは、LLQを使用する場合、親PolicyのClassはclass-defaultのみサポートしているという
記載があるドキュメントです。
以上です。
解決済! 解決策の投稿を見る。
2010-12-01 01:23 AM
回答が遅くなったかも知れませんが、下記のような情報がございます。
http://www.cisco.com/en/US/partner/docs/ios/ios_xe/2/release/notes/rnasr21.html#wp1483956
User-Defined Parent Class Limitation (for Conditional Policer)
On a Cisco ASR 1000 Series Router with hierarchical QoS and user-defined parent classes applied, each child policy must use an unconditional policer (priority + policer). The use of conditional policers (priority x kbps) is not supported in these configurations in Cisco IOS XE Release 2.3.0. For more details, see CSCsy99583 conditional policer not working on user defined class
※Condtional policer / Unconditional policer
Condtional policer : Congestionが発生しているConditionでPolicingが発生
Unconditional policer : Congestoinに関係なくPolicingが発生
(一般的にいうRate-limitに相当します。)
なので、Userが正義したClassにPQを適用するには下記のように設定して頂く必要がございます。
class PQ
priority
police xxxxxx
ご参考になればと思います。
2010-11-04 07:18 PM
こんにちは。
以下にそれらしい記述がありました。
Step5 の qos-queueing-feature についてです。
Enters a QoS configuration command. Only queueing features are supported in default traffic classes configured as fragments.
The queueing features that are currently supported are bandwidth, shape, and random-detect exponential-weighting-constant.
Multiple QoS queueing commands can be entered.
ご参考になれば幸いです。
T-Yamashita
2010-11-11 06:31 PM
山下様
ご回答ありがとうございます。
参考にします。
2010-12-01 01:23 AM
回答が遅くなったかも知れませんが、下記のような情報がございます。
http://www.cisco.com/en/US/partner/docs/ios/ios_xe/2/release/notes/rnasr21.html#wp1483956
User-Defined Parent Class Limitation (for Conditional Policer)
On a Cisco ASR 1000 Series Router with hierarchical QoS and user-defined parent classes applied, each child policy must use an unconditional policer (priority + policer). The use of conditional policers (priority x kbps) is not supported in these configurations in Cisco IOS XE Release 2.3.0. For more details, see CSCsy99583 conditional policer not working on user defined class
※Condtional policer / Unconditional policer
Condtional policer : Congestionが発生しているConditionでPolicingが発生
Unconditional policer : Congestoinに関係なくPolicingが発生
(一般的にいうRate-limitに相当します。)
なので、Userが正義したClassにPQを適用するには下記のように設定して頂く必要がございます。
class PQ
priority
police xxxxxx
ご参考になればと思います。
2011-02-22 05:07 PM
sunsong様
こちらからの返信が滞りましたことを深くお詫び致します。
まさにこの情報です。
ありがとうございます。
エキスパートの回答、ステップバイステップガイド、最新のトピックなどお気に入りのアイデアを見つけたら、あとで参照できるように保存しましょう。
コミュニティは初めてですか?これらのヒントを活用してスタートしましょう。 コミュニティの活用方法 新メンバーガイド
下記より関連するコンテンツにアクセスできます