Configuring Routing for a Low-Frequency Multicast Application
Problem
You have a multicast application where the servers send packets less frequently than the standard PIM timeout intervals.
Solution
PIM-SM is best suited to this type of application. The configurations of the RP and BSR or Auto-RP routers for this example are identical to those shown in Recipes 23.2 and 23.3. The differences appear on the other routers in the network. So this recipe shows only the configurations for these other routers:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#ip multicast-routingRouter1(config)#ip pim spt-threshold10group-listRouter1(config)#15access-list15permitRouter1(config)#239.5.5.55access-list15deny anyRouter1(config)#interfaceRouter1(config-if)#FastEthernet0/0ip addressRouter1(config-if)#192.168.1.1 255.255.255.0ip pim sparse-dense-modeRouter1(config-if)#exitRouter1(config)#interfaceRouter1(config-if)#Serial1/0ip addressRouter1(config-if)#192.168.2.5 255.255.255.252ip pim sparse-modeRouter1(config-if)#endRouter1#
Discussion
Discussion of multicast applications usually focuses on high-bandwidth applications. But some multicast applications have the opposite behavior. For example, some news broadcast type applications allow message servers to send short messages to a large group of users. This sort of service might be used for administrative purposes (“the server is going down in five minutes”) or for business ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access