A 239.232.0.0(How to select multicast group) series is used for the default and data mdt(Basics of MVPN). In the first phase I implemented the solution with default mdt and checked the stream. It was flowing across all the neighbors. There after I used the data mdt see its convergence. With the help of show ip mroute vrf
Commands used for SSM
1. All interfaces should be PIM enabled.
ip pim sparse-mode
2. Loopback which is used for MP-iBGP should be pim enabled.
Never use two loopbacks for MP-BGP.
3. Create acl which defines the mdt groups
ip access-list standard 1
permit 239.232.0.0
4. Bind the acl with SSM
ip pim ssm range 1
Note:- Donot use ip pim ssm default because it will use 232.0.0.0 group in this case the stream will stop forwarding.
5. SPT Threshold is not going to work with SSM
Data MDT will be the keen player of SSM. Because no more *,G entries only you will find S,G.
regards
shivlu jain
No comments:
Post a Comment