Hi,<br>
<br>
I am trying to setup the xorp on a linux (RHEL4) machine with 3
interfaces which routes the traffic for two subnets (setup below). eth0
is directly connected to the a cisco router. I need to enable multicast
routing in order to be able to use norton ghost and multicast to image
the machines in the 192.0/26 and 192.64/26 subnets and also to receive
a multicast video feed transmission from internet. cisco router is
setup properly as I can use multicast on all other subnets that are
directly connected to the cisco router. The two subnets behind the
linux router are live ip and not natted. <br>
<br>
I am not sure how to setup the static-rps and/or the bootstrap for the pimsm4 directive to get it to work properly. which interface needs to be the BSR or RP or just use the static rps.<br>
<br>
Any advise is greatly appreciated.<br><br>I downloaded the latest version of xorp from official site, compiled and installed it.<br>
<br>
Thanks.<br>
<br>
<br>
<br>
<br>
[muulticast receivers] 192.0/26 ---------- [192.1 (eth1) \<br>
| XORP-linux router- 67.141 (eth0) ]-----------------------[ 67.129 Cisco Router ]-----------> out / multicast
sender<br>
[muulticast receivers] 192.64/26---------- [192.65 (eth2) /<br>
<br>
<br>
route -n<br>
<br>
192.0 0.0.0.0 255.255.255.192 U 0 0 0 eth1<br>
192.64 0.0.0.0 255.255.255.192 U 0 0 0 eth2<br>
67.128 0.0.0.0 255.255.255.192 U 0 0 0 eth0<br>
0.0.0.0 142.204.67.129 0.0.0.0 UG 0 0 0 eth0<br>
<br>
config.boot<br>
<br>
interfaces {<br>
restore-original-config-on-shutdown: true; <br>
interface eth0 {<br>
default-system-config<br>
}<br>
<br>
interface eth1 {<br>
default-system-config<br>
}<br>
interface eth2 {<br>
default-system-config<br>
}<br>
<br>
}<br>
<br>
fea {<br>
unicast-forwarding4 {<br>
disable: false<br>
}<br>
unicast-forwarding6 {<br>
disable: true<br>
}<br>
}<br>
<br>
plumbing {<br>
mfea4 {<br>
disable: false<br>
interface eth0 {<br>
vif eth0 {<br>
}<br>
}<br>
interface eth1{<br>
vif eth1 {<br>
}<br>
}<br>
interface eth2{<br>
vif eth2 {<br>
}<br>
}<br>
interface register_vif {<br>
vif register_vif {<br>
}<br>
}<br>
traceoptions {<br>
flag all {<br>
disable: false<br>
}<br>
}<br>
}<br>
}<br>
<br>
<br>
protocols {<br>
igmp {<br>
interface eth0 {<br>
vif eth0 {<br>
}<br>
}<br>
interface eth1 {<br>
vif eth1 {<br>
}<br>
}<br>
interface eth2 {<br>
vif eth2 {<br>
}<br>
}<br>
traceoptions {<br>
flag all {<br>
disable: false<br>
}<br>
}<br>
}<br>
}<br>
<br>
protocols {<br>
pimsm4 {<br>
disable: false<br>
interface eth0 {<br>
vif eth0 {<br>
}<br>
}<br>
interface eth1 {<br>
vif eth1 {<br>
}<br>
}<br>
interface eth2 {<br>
vif eth2 {<br>
}<br>
}<br>
<br>
interface register_vif {<br>
vif register_vif {<br>
}<br>
}<br>
/*<br>
static-rps {<br>
rp 142.204.67.129 {<br>
group-prefix <a href="http://224.0.0.0/4">224.0.0.0/4</a> {<br>
}<br>
}<br>
}<br>
*/<br>
<br>
bootstrap {<br>
disable: false<br>
cand-bsr {<br>
scope-zone <a href="http://224.0.0.0/4">224.0.0.0/4</a> {<br>
/* is-scope-zone: false */<br>
cand-bsr-by-vif-name: "eth0"<br>
/* cand-bsr-by-vif-addr: 10.10.10.10 */<br>
/* bsr-priority: 1 */<br>
/* hash-mask-len: 30 */<br>
}<br>
}<br>
<br>
cand-rp {<br>
group-prefix <a href="http://224.0.0.0/4">224.0.0.0/4</a> {<br>
/* is-scope-zone: false */<br>
cand-rp-by-vif-name: "eth0"<br>
/* cand-rp-by-vif-addr: 10.10.10.10 */<br>
/* rp-priority: 192 */<br>
/* rp-holdtime: 150 */<br>
}<br>
}<br>
}<br>
<br>
traceoptions {<br>
flag all {<br>
disable: false<br>
}<br>
}<br>
}<br>
}<br>
<br>
protocols {<br>
fib2mrib {<br>
}<br>
}<br>
<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72"><br></pre>