09-15-2004 04:09 AM
Hi all.
I would know if I have to configure PIM-SM over the primary and backup MPLS-TE tunnels when I use FRR, or I only could do it in the primary one.
We have a primary tunnel between two adjacent nodes and we want to transmit multicast traffic over the MPLS-TE tunnel, using FRR feature backing up link or node failure to provide faster recovery times than PIM convergence time.
Thanks.
09-15-2004 05:31 AM
Sorry matie but Multicast doesnt and cannot use TE tunnels. The can co-exist but cannot use each other.
09-15-2004 06:30 AM
Multicast traffic over TE tunnel is not supported
They can co-exist though but you might need to use the following command so that RPF check doesn't fail.
router ospf 1 or router isis
mpls traffic-eng multicast-intact
Hope this help,
09-16-2004 12:20 AM
Thanks.
What does "co-exist" mean?
So are there any solution to carry multicast traffic over a MPLS cloud with bandwidth reservation and any feature like FRR?
09-16-2004 01:22 AM
There certainly is some work going on in MPLS-WG for the same.
There is draft from Juniper guys for achieving the same to certain extent.
Rgds
Aditya
Establishing Point to Multipoint MPLS TE LSPs
http://www.simpleweb.org/ietf/internetdrafts/complete/draft-raggarwa-mpls-p2mp-te-02.txt
09-16-2004 03:11 AM
The co-existence means that you can run both TE tunnels and mcast on the same router without interfering with each other. The issue with this is usually that the RPF will fail for the mcast source resolvable via the TE tunnel. That is when you need to use the "mpls traffic-eng multicast-intact" command under your IGP.
Hope this helps,
09-16-2004 07:22 AM
At the moment forwarding multicast packets does not involve MPLS labels and label switching - even in an MPLS VPN environment. As all MPLS traffic engineering features rely on labels/label switching there is no way of using those with multicast traffic. in this sense labelswitching "co-exists" with multicast traffic: they share the resources (lines, memory, CPU ...) but do not interact.
As far as I kno one of the reasons is that CEF does not handle multicast traffic. CEF however is needed in Cisco platforms to handle label sitching.
Hope this helps
Martin
09-16-2004 10:36 PM
Thanks to everybody
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide