マルチキャストのテスト

mcast.exeの入手方法
Windows Server 2003 Resource Kit Tools
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&DisplayLang=en

受信側の準備

mcast /recv /grps:225.1.0.1 /dump:3

送信実行

mcast /send /grps:192.168.0.1 /srcs:192.168.0.1

マルチキャストアドレス及び通信ポートの初期値

画面転送時マルチキャストアドレス及び通信ポートの初期値

マルチキャストを通す設定の確認
http://www.support.nec.co.jp/View.aspx?NoClear=on&id=3150004642

マルチキャストアドレス
http://www.infraexpert.com/study/multicast2.htm

瞬快 Ver.10 ご利用に際しての制限事項/留意事項について (重要)
http://jp.fujitsu.com/group/shikoku/downloads/services/packages/shunkai/hpattention100.pdf

C:\>mcast
 This program is used for sending or receiving multicast packets
 from the specified sources to the specified groups.

 Mandatory Arguments:

    For SEND and RECV:
         /GRPS:230.1.1.1,235.2.2.2,.. - Group addresses

    For SEND:
         /SRCS:11.1.1.1,12.1.1.1,...  - Source addresses

    For RECV:
         /RECV                        - Receive multicast pkts
                                        Default: FALSE

 Optional Arguments:

    For SEND and RECV:
         /INTF:157.55.90.8   -   Local Intf to bind
                                 Default: Default Intf

    For SEND:
         /SEND               -   Send multicast pkts
                                 Default: TRUE
         /INTVL:20           -   Interval between pkts in Millisecs
                                 Default: 10 Millisecs
         /NUMPKTS:10         -   Pkts send from each SRC to each GRP
                                 Default: 100
         /TTL:10             -   TTL of pkts sent
                                 Default: 5
         /PKTSIZE:512        -   Size of pkts sent
                                 Default: 256, Max: 65535

    For RECV:
         /DUMP:1             -   Dump pkts received
                                 1 - Bad Pkts 2 - Good Pkts, 3 - both
                                 Default: No dump
         /RUNTIME:90         -   RunTime in Minutes
                                 Default: INFINITE