構成定義ガイド

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


9.2.1  PIM-DMプロトコル

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

(1) 設定内容の概要

サーバ#1,サーバ#2と複数のグループが存在するネットワークにおいて,サーバ#1と各グループ間のIPマルチキャスト通信とサーバ#2と各グループ間のIPマルチキャスト通信を行います。

(2) 構成図と設定条件

[構成図]

図9-3 マルチキャスト構成図(PIM-DM)

[図データ]

[設定条件]

<ネットワークの環境>
  1. 本装置間のマルチキャストルーティングプロトコルはPIM-DMを使用します。
    また,各グループと本装置間はIGMPを使用します。
    (前提条件としてすべてのルータでIPユニキャストルーティングプロトコルの動作が必要です)

<本装置Aの環境>
  1. 本装置A−本装置C間のマルチキャスト経路制御はPIM-DMを使用します。
  2. 本装置Aとグループ1間のグループ管理制御はIGMPを使用します。

<本装置Bの環境>
  1. 本装置B−本装置D間のマルチキャスト経路制御はPIM-DMを使用します。
  2. 本装置Bとグループ2間のグループ管理制御はIGMPを使用します。

<本装置Cの環境>
  1. 本装置C−本装置A/D間のマルチキャスト経路制御はPIM-DMを使用します。
  2. 本装置Cとグループ3/4間のグループ管理制御はIGMPを使用します。

<本装置Dの環境>
  1. 本装置D−本装置B/C間のマルチキャスト経路制御はPIM-DMを使用します。
  2. 本装置Dとグループ3/5間のグループ管理制御はIGMPを使用します。

(3) 構成定義情報例

[コマンドによる設定]

<本装置A>
 1    (config)# pim yes
      [pim]
 2    (config)# dense multi1
      [pim dense multi1]
 3    (config)# interface 10.1.1.1 10.2.1.1 10.2.2.1
      [pim dense multi1 interface 10.1.1.1 10.2.1.1 10.2.2.1]
 4    (config)# enable
      [pim dense multi1 interface 10.1.1.1 10.2.1.1 10.2.2.1]
 5    (config)# exit
      [pim dense multi1]
 6    (config)# exit
      [pim]
 7    (config)# exit

<本装置B>
 8    (config)# pim yes
      [pim]
 9    (config)# dense multi2
      [pim dense multi2]
10    (config)# interface 10.1.2.1 10.3.3.1 10.2.3.1
      [pim dense multi2 interface 10.1.2.1 10.3.3.1 10.2.3.1]
11    (config)# enable
      [pim dense multi2 interface 10.1.2.1 10.3.3.1 10.2.3.1]
12    (config)# exit
      [pim dense multi2]
13    (config)# exit
      [pim]
14    (config)# exit

<本装置C>
15    (config)# pim yes
      [pim]
16    (config)# dense multi3
      [pim dense multi3]
17    (config)# interface 10.2.1.2 10.2.5.1 10.4.1.1
      [pim dense multi3 interface 10.2.1.2 10.2.5.1 10.4.1.1]
18    (config)# enable
      [pim dense multi3 interface 10.2.1.2 10.2.5.1 10.4.1.1]
19    (config)# exit
      [pim dense multi3]
20    (config)# exit
      [pim]
21    (config)# exit

<本装置D>
22    (config)# pim yes
      [pim]
23    (config)# dense multi4
      [pim dense multi4]
24    (config)# interface 10.2.3.2 10.2.5.2 10.5.1.1
      [pim dense multi4 interface 10.2.3.2 10.2.5.2 10.5.1.1]
25    (config)# enable
      [pim dense multi4 interface 10.2.3.2 10.2.5.2 10.5.1.1]
26    (config)# exit
      [pim dense multi4]
27    (config)# exit
      [pim]
28    (config)# exit

表9-3 本装置A/B/C/Dの構成定義情報解説

解説番号 解説
1〜7 インタフェース10.1.1.1と10.2.1.1と10.2.2.1でPIM-DM及びIGMPを動作させることを定義します。
8〜14 インタフェース10.1.2.1と10.3.3.1と10.2.3.1でPIM-DM及びIGMPを動作させることを定義します。
15〜21 インタフェース10.2.1.2と10.2.5.1と10.4.1.1でPIM-DM及びIGMPを動作させることを定義します。
22〜28 インタフェース10.2.3.2と10.2.5.2と10.5.1.1でPIM-DM及びIGMPを動作させることを定義します。

[構成定義情報の表示]

<本装置A>
pim yes
  dense multi1
    interface 10.1.1.1 10.2.1.1 10.2.2.1
      enable

<本装置B>
pim yes
  dense multi2
    interface 10.1.2.1 10.3.3.1 10.2.3.1
      enable

<本装置C>
pim yes
  dense multi3
    interface 10.2.1.2 10.2.5.1 10.4.1.1
      enable

<本装置D>
pim yes
  dense multi4
    interface 10.2.3.2 10.2.5.2 10.5.1.1
      enable

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


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

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