構成定義ガイド

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


13.3.1 EFサービスを用いたリアルタイム系データの完全優先制御

<この項の構成>
(1) 設定内容の概要
(2) 構成図と設定条件
(3) 構成定義情報例

(1) 設定内容の概要

フィルタおよびQoS制御機能を使用して,完全優先型のネットワーク構成例(EFサービス)を示します。リアルタイム性の高い映像や音声等のフローを最優先で,それ以外のフローはベストエフォートで送信する場合に有効な構成です。

Boundaryノードは,送信元IPアドレスでフローを検出したあと,QoS制御方針に基づきDSCPをマーキングします。後続のルータは,DSCPごとにフローをスケジューリングします。なお本構成例では,装置A側から装置B方向へのフローだけを対象にしています。

(2) 構成図と設定条件

[構成図]

図13-19 構成図

[図データ]

[設定条件]

<本装置A/本装置Bのインタフェース>

表13-49 本装置A/本装置Bのインタフェース設定条件

装置名 インタフェース名 インタフェース種別 QoSキュー属性
本装置A routerA1 WAN OC-3c 完全優先
routerA2 WAN OC-3c 完全優先
本装置B routerB1 WAN OC-3c 完全優先

<本装置A>
パケット受信時に送信元IPアドレスによりフローを検出し,DSCP値を決定します。

表13-50 本装置Aの設定条件

インタフェース名 inbound/outbound 送信元IPアドレス DSCP書換え値
routerA1 inbound 128.0.1.10/16 46
その他 0
routerA2 inbound すべて 0
パケット送信時にDSCP値によりフローを検出し,出力優先度,キューイング優先度を決定します。

表13-51 本装置Aの設定条件

インタフェース名 inbound/outbound DSCP値 契約帯域 違反時 出力優先度 キューイング優先度
routerA1 inbound 46 30M フレーム廃棄 6 4
routerA2 inbound 0 1 1

<本装置B>
受信したパケットのDSCP値から,EFの推奨値である出力優先度とキューイング優先度を決定します。

表13-52 本装置Bの設定条件

インタフェース名 inbound/outbound DSCP値 出力優先度 キューイング優先度
routerB1 inbound 46 6 4
0 1 1

(3) 構成定義情報例

[コマンドによる設定]
 1    (config)# flow filter routerA1 in
      [flow filter routerA1 in]
 2    (config)# list 1 ip 128.0.1.10 any action replace_dscp 46
      [flow filter routerA1 in]
 3    (config)# list 2 ip any any action replace_dscp 0
      [flow filter routerA1 in]
 4    (config)# exit
 5    (config)# flow filter routerA2 in
      [flow filter routerA2 in]
 6    (config)# list 1 ip any any action replace_dscp 0
      [flow filter routerA2 in]
 7    (config)# exit
 8    (config)# flow qos routerA1 in
      [flow qos routerA1 in]
 9    (config)# list 1 ip any any dscp 46 action upc 30000 priority 6
                discard 1
      [flow qos routerA1 in]
10    (config)# list 2 ip any any dscp 0 action priority 1 discard 4
      [flow qos routerA1 in]
11    (config)# exit
12    (config)# flow qos routerA2 in
      [flow qos routerA2 in]
13    (config)# list 1 ip any any dscp 46 action upc 30000 priority 6
                discard 1
      [flow qos routerA2 in]
14    (config)# list 2 ip any any dscp 0 action priority 1 discard 4
      [flow qos routerA2 in]
15    (config)# exit
16    (config)# flow yes

表13-53 本装置Aの構成定義情報解説

解説番号 解説
1,2 インタフェース名称routerA1のinbound(受信側)に128.0.1.10のIPアドレスを送信元とするパケットのDSCP書き換え値=46に設定します(EFサービスのMF ClassifierとMarkerとして定義します)。
3,4 インタフェース名称routerA1のinbound(受信側)のリストに当てはまらなかったすべてのパケットをDSCP書き換え値=0に設定します(MF ClassifierとMarkerとして定義します)。
5〜7 インタフェース名称routerA2のinbound(受信側)において,すべてのパケットをDSCP書き換え値=0に設定します(MF ClassifierとMarkerとして定義します)。
8,9 インタフェース名称routerA1のinbound(受信側)DSCP値=46のパケットを契約帯域=30M,出力優先度=6,キューイング優先度=1によりQoS制御をします(BA Classifierとして定義します)。
10,11 インタフェース名称routerA1のinbound(受信側)DSCP値=0のパケットを出力優先度=1,キューイング優先度=4によりQoS制御をします(BA Classifierとして定義します)。
12,13 インタフェース名称routerA2のinbound(受信側)DSCP値=46のパケットを契約帯域=30M,出力優先度=6,キューイング優先度=1によりQoS制御をします(BA Classifierとして定義します)。
14,15 インタフェース名称routerA2のinbound(受信側)DSCP値=0のパケットを出力優先度=1,キューイング優先度=4によりQoS制御をします(BA Classifierとして定義します)。
16 フロー制御機能を使用する設定にします。

[構成定義情報の表示]
flow yes
flow filter routerA1 in
  list 1 ip 128.0.1.10 any action replace_dscp 46
  list 2 ip any any action replace_dscp 0
flow filter routerA2 in
  list 1 ip any any action replace_dscp 0
flow qos routerA1 in
  list 1 ip any any dscp 46 action upc 30000 priority 6 discard 1
  list 2 ip any any dscp 0 action priority 1 discard 4
flow qos routerA2 in
  list 1 ip any any dscp 46 action upc 30000 priority 6 discard 1
  list 2 ip any any dscp 0 action priority 1 discard 4

[コマンドによる設定]
 1    (config)# flow qos routerB1 in
      [flow qos routerB1 in]
 2    (config)# list 1 ip any any dscp 46 action priority 6 discard 1
      [flow qos routerB1 in]
 3    (config)# list 2 ip any any dscp 0 action priority 1 discard 4
      [flow qos routerB1 in]
 4    (config)# exit
 5    (config)# flow yes

表13-54 本装置Bの構成定義情報解説

解説番号 解説
1,2 インタフェース名称routerB1のinbound(受信側)にDSCP値=46のパケットを出力優先度=6,キューイング優先度=1によりQoS制御をします(EFサービスのMF ClassifierとMarkerとして定義します)。
3,4 インタフェース名称routerB1のinbound(受信側)にDSCP値=0のパケットを出力優先度=1,キューイング優先度=4によりQoS制御をします(BA Classifierとして定義します)。
5 フロー制御機能を使用する設定にします。

[構成定義情報の表示]
flow yes
flow qos routerB1 in
  list 1 ip any any dscp 46 action priority6 discard 1
  list 2 ip any any dscp 0 action priority 1 discard 4

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


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

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