Yesterday I got a query on MVPN:-
In MVPN MTI(Multicast Tunnel Interface) is coming up but but end to end pim neighborship on MTI tunnel is not coming up. What is reason for this and how this can be possible?
The question is very intectually. Actually the formation of MTI depends on the default MDT group which is being mentioned under vrf. So once the reachability of that group available in the MPLSVPN cloud MTI tunnel comes up. But PIM neighborship depends on the pim sparse-dense-mode or sparse-mode and if it is not coming up definately in the path pim sparse-dense mode or sparse mode is missing.
regards
shivlu jain
SDN and NFV is the next phase of technology change which will help service provider to launch the services in single click. This is all about the programmability of the networks by using open source software defined network controller.
Thursday, March 26, 2009
MTI(Multicast Tunnel Interface) is Coming Up But Not Pim Neighborship
Labels:
MVPN
Subscribe to:
Post Comments (Atom)
3 comments:
Hi there!
I'm just passing through, but I can drop my 2 cents for that. The problem really may be in the CORE's multicast, but sometimes the MTI actually is choosing a wrong interface for source address. I tried a few thing to workaround it - nothing helped. Nothing but one - it's a command applied on customer's VRF.
ip vrf ABC
bgp next-hop loopback 0
This command will force the MTI to be created using proper Loopback interface.
HTH
BR,
Danail Petrov
Danail
Thanks for your observation.
Hi...I put on command bgp next-hop loopback 0 but neighbor MTI down yet..whats happens?
output command show ip pim mdt bgp
R4#sh ip pim mdt bgp
MDT (Route Distinguisher + IPv4) Router ID Next Hop
R4#
It's very strange
Post a Comment