[Xorp-users] Help

zze-BEN SAID Mehdi RD-CORE-ISS mehdi.bensaid@rd.francetelecom.com
Wed, 27 Jul 2005 15:42:16 +0200


Hi everybody.
I just got a little problem. Here's my configuration.

-------------                            -----------  
| Multicast | 10.0.0.2          10.0.0.1 |  Xorp   |192.168.18.233        LAN
|  Source   |---------->->->->-----------| Routing |------------------------..
|  Server   |    (Video Streaming)       |  Suite  |
-------------                            -----------

I want the Xorp Router to route the multicast flow incoming from 10.0.0.1 interface, to the 192.168.18.0 Network. That's all! I don't need no static routes, no BGP...nothing else.
Should I use PIM?
If yes, should I put both interfaces (eth0:192.168.18.233 and eth1:10.0.0.1) in the PIM section?

Here's my config.boot file, but It doesn't work:

###############################################
interfaces {
    interface eth0 {
	description: "data interface"
	disable: false
	vif eth0 {
	    disable: false
	    address 192.168.18.154 {
		prefix-length: 24
		broadcast: 192.168.18.255
		disable: false
	    }
	}
    }
    interface eth1 {
	description: "tunnel interface"
	disable: false
	vif eth1 {
	    disable: false
	    address 10.0.0.1 {
		prefix-length: 30
		broadcast: 10.0.0.3
		disable: false
	    }
	}
    }
}

plumbing {
    mfea4 {
	disable: false
	interface eth0 {
	    vif eth0 {
		disable: false
	    }
	}
      interface eth1 {
	    vif eth1 {
		disable: false
	    }
	}
	interface register_vif {
	    vif register_vif {
		/* Note: this vif should be always enabled */
		disable: false
	    }
	}
	traceoptions {
	    flag all {
		disable: false
	    }
	}
    }
}

protocols {
    igmp {
	disable: false
	interface eth0 {
	    vif eth0 {
		disable: false
	    }
	}
	interface eth1 {
	    vif eth1 {
		disable: false
	    }
	}
	traceoptions {
	    flag all {
		disable: false
	    }
	}
    }
}
##########################################################

Please, If I have to add something, what should it be?
It's really really urgent.
Thanks.



Mehdi BEN SAÏD
France Télécom R&D
CORE/M2I/C3A
Tél: 01 45 29 88 20
GSM: 06 33 13 95 56