コンフィグレーションガイド

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


10.1.2 IPv4 PIM-SMプロトコル(静的ランデブーポイント)

<この項の構成>
(1) 設定内容の概要
(2) 構成図と設定条件
(3) コンフィグレーション例

(1) 設定内容の概要

サーバ#1,サーバ#2と複数のグループが存在するネットワークで,サーバ#1と各グループ間のIPマルチキャスト通信とサーバ#2と各グループ間の静的ランデブーポイントを使用したIPマルチキャスト通信を行います。

(2) 構成図と設定条件

[構成図]

図10-2 マルチキャスト構成図(PIM-SM静的ランデブーポイント)

[図データ]

[設定条件]

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

<本装置Aの環境>
  1. 本装置A−本装置B/C間のマルチキャスト経路制御はPIM-SMを使用します。
  2. 本装置Aとグループ1間のグループ管理制御はIGMPv2を使用します。
  3. 本装置Aの装置アドレスを10.10.10.10とします。
  4. 本装置Aをランデブーポイントとします。

<本装置Bの環境>
  1. 本装置B−本装置A/D間のマルチキャスト経路制御はPIM-SMを使用します。
  2. 静的ランデブーポイントとして本装置Aを指定します。

<本装置Cの環境>
  1. 本装置C−本装置A/D間のマルチキャスト経路制御はPIM-SMを使用します。
  2. 本装置Cとグループ2/3間のグループ管理制御はIGMPv2を使用します。
  3. 静的ランデブーポイントとして本装置Aを指定します。

<本装置Dの環境>
  1. 本装置D−本装置B/C間のマルチキャスト経路制御はPIM-SMを使用します。
  2. 本装置Dとグループ2/4間のグループ管理制御はIGMPv2を使用します。
  3. 静的ランデブーポイントとして本装置Aを指定します。

(3) コンフィグレーション例

[コマンドによる設定]

<本装置A>
 1    (config)# system psu_resource l3switch-12 
 2    (config)# local-address 10.10.10.10
 3    (config)# pim yes
      [pim]
 4    (config)# sparse
      [pim sparse]
 5    (config)# interface LANab
      [pim sparse interface LANab]
 6    (config)# exit
      [pim sparse]
 7    (config)# interface LANac
      [pim sparse interface LANac]
 8    (config)# exit
      [pim sparse]
 9    (config)# candidate-rp yes
      [pim sparse candidate-rp]
10    (config)# group 225.10.10.0/24
      [pim sparse candidate-rp]
11    (config)# exit
      [pim sparse]
12    (config)# static-rp yes
      [pim sparse static-rp]
13    (config)# rp-address 10.10.10.10
      [pim sparse static-rp rp-address 10.10.10.10]
14    (config)# group 225.10.10.0/24
      [pim sparse static-rp rp-address 10.10.10.10]
15    (config)# exit
      [pim sparse static-rp]
16    (config)# exit
      [pim sparse]
17    (config)# exit
      [pim]
18    (config)# exit
19    (config)# multicast
      [multicast]
20    (config)# interface LANa1
      [multicast interface LANa1]
21    (config)# exit
      [multicast]
22    (config)# interface LANa4
      [multicast interface LANa4]
23    (config)# exit
      [multicast]
24    (config)# exit

<本装置B>
25    (config)# system psu_resource l3switch-12 
26    (config)# pim yes
      [pim]
27    (config)# sparse
      [pim sparse]
28    (config)# interface LANab
      [pim sparse interface LANab]
29    (config)# exit
      [pim sparse]
30    (config)# interface LANbd
      [pim sparse interface LANbd]
31    (config)# exit
      [pim sparse]
32    (config)# static-rp yes
      [pim sparse static-rp]
33    (config)# rp-address 10.10.10.10
      [pim sparse static-rp rp-address 10.10.10.10]
34    (config)# group 225.10.10.0/24
      [pim sparse static-rp rp-address 10.10.10.10]
35    (config)# exit
      [pim sparse static-rp]
36    (config)# exit
      [pim sparse]
37    (config)# exit
      [pim]
38    (config)# exit
39    (config)# multicast
      [multicast]
40    (config)# interface LANb2
      [multicast interface LANb2]
41    (config)# exit
      [multicast]
42    (config)# exit

<本装置C>
43    (config)# system psu_resource l3switch-12 
44    (config)# pim yes
      [pim]
45    (config)# sparse
      [pim sparse]
46    (config)# interface LANac
      [pim sparse interface LANac]
47    (config)# exit
      [pim sparse]
48    (config)# interface LANcd
      [pim sparse interface LANcd]
49    (config)# exit
      [pim sparse]
50    (config)# static-rp yes
      [pim sparse static-rp]
51    (config)# rp-address 10.10.10.10
      [pim sparse static-rp rp-address 10.10.10.10]
52    (config)# group 225.10.10.0/24
      [pim sparse static-rp rp-address 10.10.10.10]
53    (config)# exit
      [pim sparse static-rp]
54    (config)# exit
      [pim sparse]
55    (config)# exit
      [pim]
56    (config)# exit
57    (config)# multicast
      [multicast]
58    (config)# interface LANc3
      [multicast interface LANc3]
59    (config)# exit
      [multicast]
60    (config)# exit

<本装置D>
61    (config)# system psu_resource l3switch-12 
62    (config)# pim yes
      [pim]
63    (config)# sparse
      [pim sparse]
64    (config)# interface LANbd
      [pim sparse interface LANbd]
65    (config)# exit
      [pim sparse]
66    (config)# interface LANcd
      [pim sparse interface LANcd]
67    (config)# exit
      [pim sparse]
68    (config)# static-rp yes
      [pim sparse static-rp]
69    (config)# rp-address 10.10.10.10
      [pim sparse static-rp rp-address 10.10.10.10]
70    (config)# group 225.10.10.0/24
      [pim sparse static-rp rp-address 10.10.10.10]
71    (config)# exit
      [pim sparse static-rp]
72    (config)# exit
      [pim sparse]
73    (config)# exit
      [pim]
74    (config)# exit
75    (config)# multicast
      [multicast]
76    (config)# interface LANd4
      [multicast interface LANd4]
77    (config)# exit
      [multicast]
78    (config)# exit

注※
例のシンタックスはAX7800Sの場合です。AX5400Sでは以下になります。
(config)# system bsu_resource l3switch-12

表10-2 本装置A/B/C/Dのコンフィグレーション解説

解説番号 解説
1 PSU(AX5400Sの場合はBSU)上のハードウェアテーブルにIPv4マルチキャスト経路が使用できるパターンを設定します。
2 装置アドレスとして10.10.10.10を定義します。
3〜8 インタフェースLANab,LANacでPIM-SMおよびIGMPv2を動作させることを定義します。
9〜11 ランデブーポイント候補としてグループアドレス225.10.10.0/24を定義します。
12〜18 静的ランデブーポイントを10.10.10.10(本装置A)に設定します。
19〜24 インタフェースLANa1,LANa4でIGMPv2を動作させることを定義します。
25 PSU(AX5400Sの場合はBSU)上のハードウェアテーブルにIPv4マルチキャスト経路が使用できるパターンを設定します。
26〜31 インタフェースLANab,LANbdでPIM-SMおよびIGMPv2を動作させることを定義します。
32〜38 静的ランデブーポイントを10.10.10.10(本装置A)に設定します。
39〜42 インタフェースLANb2でIGMPv2を動作させることを定義します。
43 PSU(AX5400Sの場合はBSU)上のハードウェアテーブルにIPv4マルチキャスト経路が使用できるパターンを設定します。
44〜49 インタフェースLANac,LANcdでPIM-SMおよびIGMPv2を動作させることを定義します。
50〜56 静的ランデブーポイントを10.10.10.10(本装置A)に設定します。
57〜60 インタフェースLANc3でIGMPv2を動作させることを定義します。
61 PSU(AX5400Sの場合はBSU)上のハードウェアテーブルにIPv4マルチキャスト経路が使用できるパターンを設定します。
62〜67 インタフェースLANbd,LANcdでPIM-SMおよびIGMPv2を動作させることを定義します。
68〜74 静的ランデブーポイントを10.10.10.10(本装置A)に設定します。
75〜78 インタフェースLANd4でIGMPv2を動作させることを定義します。

[コンフィグレーションの表示]

<本装置A>
system psu_resource l3switch-12 
!
local-address 10.10.10.10
!
pim yes
  sparse
    interface LANab
    interface LANac
    candidate-rp yes
      group 225.10.10.0/24
    static-rp yes
      rp-address 10.10.10.10
        group 225.10.10.0/24
!
multicast
    interface LANa1
    interface LANa4

<本装置B>
system psu_resource l3switch-12 
!
pim yes
  sparse
    interface LANab
    interface LANbd
    static-rp yes
      rp-address 10.10.10.10
        group 225.10.10.0/24
!
multicast
    interface LANb2

<本装置C>
system psu_resource l3switch-12 
!
pim yes
  sparse
    interface LANac
    interface LANcd
    static-rp yes
      rp-address 10.10.10.10
        group 225.10.10.0/24
!
multicast
    interface LANc3

<本装置D>
system psu_resource l3switch-12 
!
pim yes
  sparse
    interface LANbd
    interface LANcd
    static-rp yes
      rp-address 10.10.10.10
        group 225.10.10.0/24
!
multicast
    interface LANd4

注※
例のシンタックスはAX7800Sの場合です。AX5400Sでは以下になります。
system bsu_resource l3switch-12

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


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

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