User Manual

Table Of Contents
PHB
DSCP
RFC
Assured Forwarding 10, 12, 14, 18, 20, 22, 26, 28, 30, 34, 36,
38
2597
Expedited Forwarding(EF) 46 2598
[設定例]
LAN ポート #1 の受信フレームに対して以下の設定をする
10.1.0.0 のネットワークからのトラフィックを許可
分類したトラフィッククラスを DSCP "10"に変更する
[トラフィッククラスの定義]
SWR2310(config)#access-list 1 permit any 10.1.0.0 0.0.255.255 any
SWR2310(config)#class-map class1
SWR2310(config-cmap)#match access-list 1
SWR2310(config-cmap)#exit
[ポリシーの設定]
SWR2310(config)#policy-map policy1
SWR2310(config-pmap)#class class1
SWR2310(config-pmap-c)#set ip-dscp 10
SWR2310(config-pmap-c)#exit
SWR2310(config-pmap)#exit
SWR2310(config)#interface port1.1
SWR2310(config-if)#service-policy input policy1
9.2.26 個別ポリサーの設定(シングルレート)
[書式]
police [single-rate] CIR CBS EBS yellow-action action red-action action
no police
[キーワード]
single-rate :
シングルレートポリサーを使用する
[パラメーター]
CIR : <1 - 102300000>
トラフィックレート(kbps)
CBS : <11 - 2097120>
適合トークンバケットのバーストサイズ(kbyte)
EBS : <11 - 2097120>
超過トークンバケットのバーストサイズ(kbyte)
action :
帯域クラスに分類されたパケットの動作
設定値 動作
transmit
転送
drop
破棄
remark
リマーキング(CoS/TOS/DSCP)
[入力モード]
ポリシーマップ・クラスモード
[説明]
分類したトラフィッククラスに対して、個別ポリサー(シングルレート)を設定する。
既に police コマンドで設定が行われている場合は、内容を更新する。
メータリングは、シングルレート・3 カラーマーカー(RFC2697)に基づいて行い、分類した帯域クラスに対して、以
下の処理を指定することができる。
282 | コマンドリファレンス | トラフィック制御