I haven't dealt with multicast much, but I do know it is real picky
about what interface a packet appears to arrive on. With MPLS tunnels,
packets you receive off an LSP appear to come from the physical interface
(eth0 etc) I think pimd is expecting to see the packets come from the same
interface it sent them out (mpls0 etc). I think I added code at one point
to work around this.
mplsadm2 -L eth0:0
mplsadm2 -A -I gen:16:0
mplsadm2 -I gen:16:0 -i set:mpls0:pop:peek
I just looked at the code for mplsadm2 and it won't work without
some modifications, I'm attaching a patch against the latest version (1.935)
you can get the source for mplsadm2 at http://sf.net/projects/mpls-linux=20
Apply the patch by going into the mpls-linux/utils directory and execute
patch mplsadm.c < mplsadm.patch
then issue a 'make'
(make sure your system header files include mpls.h if not get
my glibc-headers RPM from http://sf.net/projects/mpls-linux)
On Fri, Sep 03, 2004 at 05:10:26PM +1000, Jon...@cs... wrote:
> Dear all,
>=20
> I don't know if I am asking for something impossible... Just wondering
> if someone out there might have experience/suggestion to get me to the
> right ball park...
>=20
> I have two linux mpls boxes linked by two mpls tunnels (one at each
> direction, of course ;o). I managed to install pimd to handle multicast
> routing. Is there anyway to make the linux mpls tunnel carry the igmp
> traffic??
>=20
> Currently, my linux mpls was created by:
>=20
> % mplsadm2 -A -O 0
> % mplsadm2 -O $opcode -o push:gen:123:set:eth0:ipv4:192.168.2.1
> % mplsadm2 -A -T tun21
> % ifconfig tun21 192.168.1.1 netmask 255.255.255.255 pointopoint
> 192.168.2.1
>=20
> I also made this tunnel multicast enabled.
>=20
> % ip link set tun21 multicast on
>=20
> But I don't know what I need to do to enable the tunnel to carry igmp
> traffic :o(
>=20
> Do I have to put in GRE tunnel or something??
>=20
> Thanks for your time and consideration...
>=20
> Cheers,
> Jonathan
>=20
>=20
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_idP47&alloc_id=10808&op?k
> _______________________________________________
> mpls-linux-general mailing list
> mpl...@li...
> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general
--=20
James R. Leu
jl...@mi...
|