Changes between Version 96 and Version 97 of Startup
- Timestamp:
- 02/02/12 14:43:03 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Startup
v96 v97 84 84 Your upstream interface get the vif number zero and you have one downstream configurated with the vif number one. You can compare this information with the file ip_mr_vif. Some multicast clients subscribe the group 239.99.99.99 and 239.99.99.99. The robustness_counter is at the moment uninteressting and the flag RUNNING means everything is okay. The mcproxy received on the upstream interface a multicast stream with the same group address of a subscribed group on a downstream and with the source IP 141.22.86.5. So the mcproxy make a entry in the multicast forwarding table ip_mr_cache. 85 85 86 === 3. ===86 === 2. === 87 87 [[Image(szenarios3.png, 180px, right)]] 88 if you need more then one multicast proxy on your system, than you can configurate the configuration file of the mcproxy like this:88 If you need more then one multicast proxy on your system, than you can configurate the configuration file of the mcproxy like this: 89 89 {{{ 90 90 protocol IGMPv1 … … 92 92 eth2 ==> eth3 93 93 }}} 94 95 === 3. ===